Skip to content

Commit

Permalink
Make Mach-O size ut64 ##bin
Browse files Browse the repository at this point in the history
So it can represent the size of big dyld caches, which as of iOS 18.0
beta start to need 33 bits.
  • Loading branch information
mrmacete authored and trufae committed Jun 12, 2024
1 parent 26538ca commit 9b53030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libr/bin/format/mach0/mach0.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ struct MACH0_(obj_t) {
bool libs_loaded;
RPVector libs_cache;
int nlibs;
int size;
ut64 size;
ut64 baddr;
ut64 entry;
bool big_endian;
Expand Down

0 comments on commit 9b53030

Please sign in to comment.