diff options
Diffstat (limited to 'python/types.py')
| -rw-r--r-- | python/types.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/types.py b/python/types.py index 87e092bb..3aea1fca 100644 --- a/python/types.py +++ b/python/types.py @@ -398,6 +398,7 @@ class Symbol(CoreSymbol): 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 + LocalLabelSymbol Symbol for a local label in the current binary =========================== ================================================================= """ def __init__( |
