├── README.md └── class-dump /README.md: -------------------------------------------------------------------------------- 1 | # class-dump-bin 2 | This is a bin raw for new Mach-O LoadCommand LC_REQ_DYLD 0x33, 0x34 `GREATER THAN` `iOS15`, 3 | to solve this `fucking ERROR` when dump headers from Mach-O file,cause dyld chained fixups! 4 | ``` 5 | Unknown load command: 0x80000034 6 | Unknown load command: 0x80000033 7 | Unknown load command: 0x00000032 8 | Error: Cannot find offset for address 0x10000125032562 in dataOffsetForAddress: 9 | ``` 10 | ## Usage 11 | Same like [class-dump](https://github.com/nygard/class-dump) 12 | ``` 13 | ./class-dump -H -o 14 | ``` 15 | 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. 16 | [](https://api.gitsponsors.com/api/badge/link?p=+FA6fFKsHHp/EF7mWRlV+lRPh/EXE5FJbaiUdnlEVRqB3/gz+Mug3zWA2LG5b5a0nJUxIjLSgXyS1g0E5GVyYIQqoZZrAxDuHg4T8KOwBdC9D3m8PYHhA6UjkHUrjjdeQVQJwqVn7tmFm8I7acYmtg==) 17 | -------------------------------------------------------------------------------- /class-dump: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MustangYM/class-dump-bin/a7d262fdcc5e8f4069a7ce17a27916678401a509/class-dump --------------------------------------------------------------------------------