Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 702 Bytes

README.md

File metadata and controls

15 lines (15 loc) · 702 Bytes

class-dump-bin

This is a bin raw for new Mach-O LoadCommand LC_REQ_DYLD 0x33, 0x34 GREATER THAN iOS15, to solve this fucking ERROR when dump headers from Mach-O file,cause dyld chained fixups!

Unknown load command: 0x80000034
Unknown load command: 0x80000033
Unknown load command: 0x00000032 
Error: Cannot find offset for address 0x10000125032562 in dataOffsetForAddress:

Usage

Same like class-dump

./class-dump -H <Macho-O path> -o <output path>

If you want to replace your class-dump, you should first use which class-dump to check the path where your class-dump is located and make sure it is replaced in the correct path.