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 --- binaryninjaapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 10a9b556..9200b3c1 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -3302,6 +3302,7 @@ namespace BinaryNinja { 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 =========================== ================================================================= \return Symbol type -- cgit v1.3.1