summaryrefslogtreecommitdiff
path: root/view/macho
diff options
context:
space:
mode:
Diffstat (limited to 'view/macho')
-rw-r--r--view/macho/machoview.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/view/macho/machoview.h b/view/macho/machoview.h
index 1a715991..dfbb24fe 100644
--- a/view/macho/machoview.h
+++ b/view/macho/machoview.h
@@ -1366,6 +1366,15 @@ namespace BinaryNinja
};
#endif
+ struct fileset_entry_command {
+ uint32_t cmd;
+ uint32_t cmdsize;
+ uint64_t vmaddr;
+ uint64_t fileoff;
+ uint32_t nameEntryOffsetFromBaseOfCommand;
+ uint32_t reserved;
+ };
+
struct MachOHeader {
bool isMainHeader = false;