From 2127e6bee8f6bf8e7ef6a742380ba822bad60956 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Fri, 24 Nov 2023 13:23:11 -0500 Subject: Add Symbolic symbols type. --- python/types.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/types.py') diff --git a/python/types.py b/python/types.py index 68858ac8..87e092bb 100644 --- a/python/types.py +++ b/python/types.py @@ -397,6 +397,7 @@ class Symbol(CoreSymbol): ImportedDataSymbol Symbol for data that is not defined in the current binary ExternalSymbol Symbols for data and code that reside outside the BinaryView LibraryFunctionSymbol Symbols for functions identified as belonging to a shared library + SymbolicFunctionSymbol Symbols for functions without a concrete implementation or which have been abstractly represented =========================== ================================================================= """ def __init__( -- cgit v1.3.1