diff options
| author | kat <kat@vector35.com> | 2025-07-06 15:05:01 -0400 |
|---|---|---|
| committer | kat <kat@vector35.com> | 2025-07-07 07:37:23 -0400 |
| commit | 768f7c78465fb93936e5ca50a0ca712664fe54e7 (patch) | |
| tree | 78c73e0022d6006882e365a257595a5b55a37432 /view/macho | |
| parent | 8f3e251c42169fb4fe8db9403d900571434d88ff (diff) | |
KernelCache rewrite
Diffstat (limited to 'view/macho')
| -rw-r--r-- | view/macho/machoview.h | 9 |
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; |
