summaryrefslogtreecommitdiff
path: root/docs/dev
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2023-11-24 13:23:11 -0500
committerBrian Potchik <brian@vector35.com>2023-11-24 13:23:11 -0500
commit2127e6bee8f6bf8e7ef6a742380ba822bad60956 (patch)
treeb2bc0f686406c96c7ca3aad174e576644aead62e /docs/dev
parentf7fc9a16455913bc97b969a653e06a00dfa9eb23 (diff)
Add Symbolic symbols type.
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/annotation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/annotation.md b/docs/dev/annotation.md
index bad34677..0f22de4c 100644
--- a/docs/dev/annotation.md
+++ b/docs/dev/annotation.md
@@ -42,7 +42,7 @@ Valid symbol types [include](https://api.binary.ninja/binaryninja.enums.SymbolTy
| 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|
## Tags