diff options
| author | Glenn Smith <glenn@vector35.com> | 2026-03-04 15:54:50 -0500 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2026-03-04 15:54:50 -0500 |
| commit | 3520262824637979418554656607433424896809 (patch) | |
| tree | b9f3c29f78729c6a7050a8131395bb5e54d9e861 /binaryninjaapi.h | |
| parent | 9b03ef651f59a714b45f072d359edd0905d04925 (diff) | |
Add TypeLibrary::Register, to allow loading type libraries from script
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 08c03c30..5acc6a1c 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -20233,6 +20233,11 @@ namespace BinaryNinja { */ void Finalize(); + + /*! Make a created or loaded Type Library available for Platforms to use when loading binaries. + + */ + void Register(); }; class TypeArchive; |
