not working on macos 12.4 Monterey
paolobertani opened this issue · 1 comments
paolobertani commented
running
classdump-dyld -o outdir -c
on a Intel Mac does not produce any file
freedomtan commented
no surprise :-) Apple started changing dyld and hence dyld cache format (structure) in 2017.
- quick solution: extract dyld_cache with other tools, or
- you can try to fix related code :-)