diff options
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index a58d42fe..e11b7d9f 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1930,6 +1930,9 @@ namespace BinaryNinja { void DefineImportedFunction(Ref<Symbol> importAddressSym, Ref<Function> func, Ref<Type> type = nullptr); + void BeginBulkModifySymbols(); + void EndBulkModifySymbols(); + void AddTagType(Ref<TagType> tagType); void RemoveTagType(Ref<TagType> tagType); Ref<TagType> GetTagType(const std::string& name); |
