summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2026-03-04 15:54:50 -0500
committerGlenn Smith <glenn@vector35.com>2026-03-04 15:54:50 -0500
commit3520262824637979418554656607433424896809 (patch)
treeb9f3c29f78729c6a7050a8131395bb5e54d9e861 /binaryninjacore.h
parent9b03ef651f59a714b45f072d359edd0905d04925 (diff)
Add TypeLibrary::Register, to allow loading type libraries from script
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 439f87c0..0ebeac20 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -6829,6 +6829,7 @@ extern "C"
BINARYNINJACOREAPI void BNFreeTypeLibraryList(BNTypeLibrary** lib, size_t count);
BINARYNINJACOREAPI bool BNFinalizeTypeLibrary(BNTypeLibrary* lib);
+ BINARYNINJACOREAPI void BNRegisterTypeLibrary(BNTypeLibrary* lib);
BINARYNINJACOREAPI BNArchitecture* BNGetTypeLibraryArchitecture(BNTypeLibrary* lib);