summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
authorBrandon Miller <brandon@vector35.com>2024-04-16 09:47:52 -0400
committerBrandon Miller <bkmiller89@icloud.com>2024-04-25 10:56:18 -0400
commit6d11f801e2dd6db6ccee618ec07d4a764878d950 (patch)
treea575b373210f11599d01a287b25f96421eac1150 /binaryninjacore.h
parent465a8d5d7afd5a5648338009e0fb8dbe4f199347 (diff)
Hiding base detection results widgets before run
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 ffe17dba..35bfbe68 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -7044,6 +7044,7 @@ extern "C"
BNBaseAddressDetectionConfidence* confidence, uint64_t* lastTestedBaseAddress);
BINARYNINJACOREAPI BNBaseAddressDetectionReason* BNGetBaseAddressDetectionReasons(BNBaseAddressDetection* bad,
uint64_t baseAddress, size_t* count);
+ BINARYNINJACOREAPI void BNFreeBaseAddressDetectionReasons(BNBaseAddressDetectionReason* reasons);
BINARYNINJACOREAPI void BNAbortBaseAddressDetection(BNBaseAddressDetection* bad);
BINARYNINJACOREAPI bool BNIsBaseAddressDetectionAborted(BNBaseAddressDetection* bad);
BINARYNINJACOREAPI void BNFreeBaseAddressDetection(BNBaseAddressDetection* bad);