diff options
| author | Brian Potchik <brian@vector35.com> | 2023-11-24 13:23:11 -0500 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2023-11-24 13:23:11 -0500 |
| commit | 2127e6bee8f6bf8e7ef6a742380ba822bad60956 (patch) | |
| tree | b2bc0f686406c96c7ca3aad174e576644aead62e /binaryninjaapi.h | |
| parent | f7fc9a16455913bc97b969a653e06a00dfa9eb23 (diff) | |
Add Symbolic symbols type.
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 91006bf5..f3ca80b2 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -3301,6 +3301,7 @@ namespace BinaryNinja { 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 =========================== ================================================================= \return Symbol type |
