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 d4176aa5..43dd3b3d 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1064,6 +1064,8 @@ namespace BinaryNinja std::string GetStringBeforeName() const; std::string GetStringAfterName() const; + Ref<Type> Duplicate() const; + static Ref<Type> VoidType(); static Ref<Type> BoolType(); static Ref<Type> IntegerType(size_t width, bool sign); @@ -1202,6 +1204,7 @@ namespace BinaryNinja std::vector<uint32_t> GetRegistersWrittenByInstruction(Architecture* arch, uint64_t addr); Ref<Type> GetType() const; + void ApplyImportedTypes(Symbol* sym); Ref<FunctionGraph> CreateFunctionGraph(); }; |
