summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2022-10-25 16:42:20 -0400
committerPeter LaFosse <peter@vector35.com>2022-11-10 16:19:13 -0500
commitc37a23621c640686772615b33efffd84ef0793f5 (patch)
tree7b0da8b50fb9620028bb8db4347e3ab3eef878a9 /binaryninjacore.h
parent2e74d0a19579c8f5dee38c5b8a7660549746146b (diff)
Prevent applying two different debug infoes at the same time
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h1
1 files changed, 1 insertions, 0 deletions
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);