Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed Dec 15, 2024
1 parent 4aade34 commit cfc9121
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MachO/layout_check.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@ bool LayoutChecker::check_validate_linkedit() {
case KIND::DYLD_EXPORT_TRIE: return "DYLD_EXPORT_TRIE";
case KIND::DYLD_CHAINED_FIXUPS: return "DYLD_CHAINED_FIXUPS";
}
return "UNKNOWN";
}
chunk_t() = delete;
chunk_t(KIND kind, uint32_t align, uint32_t off, size_t size) :
Expand Down

0 comments on commit cfc9121

Please sign in to comment.