From e27a7226a23f0276360542a69570e58b0edc9747 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Thu, 4 Jan 2024 10:55:56 -0700 Subject: Add local label symbol type to always prioritize normal local symbols over compiler generated labels --- docs/dev/annotation.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/dev') diff --git a/docs/dev/annotation.md b/docs/dev/annotation.md index 0f22de4c..d952baa6 100644 --- a/docs/dev/annotation.md +++ b/docs/dev/annotation.md @@ -43,6 +43,7 @@ Valid symbol types [include](https://api.binary.ninja/binaryninja.enums.SymbolTy | 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 | ## Tags -- cgit v1.3.1