summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
authorkat <kat@vector35.com>2025-03-12 18:54:51 -0400
committerkat <kat@vector35.com>2025-03-19 15:04:23 -0400
commitd2371c2edabb7d70c2b31150bfa0e46d7acd1e5e (patch)
treecd87b95725be78b859921cebb97faee6f0cb5d92 /binaryninjacore.h
parent7b1813b331f8872ec9bded4fd2df6059fae3d902 (diff)
Add API for BinaryView::FinalizeNewSegments
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index bc014d36..90b0a446 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -7496,6 +7496,8 @@ extern "C"
BINARYNINJACOREAPI BNSettings* BNBinaryViewGetLoadSettings(BNBinaryView* view, const char* typeName);
BINARYNINJACOREAPI void BNBinaryViewSetLoadSettings(BNBinaryView* view, const char* typeName, BNSettings* settings);
+ BINARYNINJACOREAPI bool BNBinaryViewFinalizeNewSegments(BNBinaryView* view);
+
// Relocation object methods
BINARYNINJACOREAPI BNRelocation* BNNewRelocationReference(BNRelocation* reloc);
BINARYNINJACOREAPI void BNFreeRelocation(BNRelocation* reloc);