diff options
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 ecdeabdf..90ee2585 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -10348,6 +10348,11 @@ namespace BinaryNinja { Ref<Type> Duplicate() const; + /*! Call this with setIgnored=True if this Type object is expected to be always resident. + * This prevents the type object from showing up in the results of GetMemoryUsageInfo + */ + Type* SetIgnored(bool setIgnored); + /*! Create a "void" type |
