diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2023-09-28 21:38:35 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2023-09-28 21:38:35 -0400 |
| commit | bc89c3f0155013b615ba403078b919914b18c284 (patch) | |
| tree | 1c4a1b16d497169928f757f9277552f9938a1838 /binaryninjaapi.h | |
| parent | 37a4c7ceb8bd6ea4de42ef52ed43efb2cfa4e0c8 (diff) | |
correct LibraryFunctionSymbol documentation
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index d7ab80f5..fe039c4d 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -3004,17 +3004,17 @@ namespace BinaryNinja { /*! Symbols are defined as one of the following types: - =========================== ============================================================== + =========================== ================================================================= BNSymbolType Description - =========================== ============================================================== + =========================== ================================================================= FunctionSymbol Symbol for function that exists in the current binary ImportAddressSymbol Symbol defined in the Import Address Table ImportedFunctionSymbol Symbol for a function that is not defined in the current binary DataSymbol Symbol for data in the current binary 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 external functions outside the library - =========================== ============================================================== + LibraryFunctionSymbol Symbols for functions identified as belonging to a shared library + =========================== ================================================================= \return Symbol type */ |
