diff options
Diffstat (limited to 'view/macho/machoview.h')
| -rw-r--r-- | view/macho/machoview.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/macho/machoview.h b/view/macho/machoview.h index 240dcc54..13086ffc 100644 --- a/view/macho/machoview.h +++ b/view/macho/machoview.h @@ -5,6 +5,7 @@ #include <string.h> #include "binaryninjaapi.h" +#include "objc.h" //These are laready defined in one of the osx headers we want to override #undef CPU_SUBTYPE_INTEL @@ -1305,6 +1306,8 @@ namespace BinaryNinja QualifiedName filesetEntryCommandQualName; } m_typeNames; + ObjCProcessor* m_objcProcessor = nullptr; + uint64_t m_universalImageOffset; bool m_parseOnly, m_backedByDatabase; int64_t m_imageBaseAdjustment; |
