From c37a23621c640686772615b33efffd84ef0793f5 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Tue, 25 Oct 2022 16:42:20 -0400 Subject: Prevent applying two different debug infoes at the same time --- binaryninjacore.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjacore.h') diff --git a/binaryninjacore.h b/binaryninjacore.h index a6c2c308..42f3d861 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -4723,6 +4723,7 @@ extern "C" BINARYNINJACOREAPI BNDebugInfo* BNGetDebugInfo(BNBinaryView* view); BINARYNINJACOREAPI void BNApplyDebugInfo(BNBinaryView* view, BNDebugInfo* newDebugInfo); BINARYNINJACOREAPI void BNSetDebugInfo(BNBinaryView* view, BNDebugInfo* newDebugInfo); + BINARYNINJACOREAPI bool BNIsApplyingDebugInfo(BNBinaryView* view); BINARYNINJACOREAPI BNSymbol* BNImportedFunctionFromImportAddressSymbol(BNSymbol* sym, uint64_t addr); -- cgit v1.3.1