-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make dyldcachedump and objdump load the correct dyld subcaches.
dyldcachedump was working correctly on macOS 13+ because it was trying the "leading zero" suffix format as well as the "no leading zero" suffix format. This commit changes it to read the suffix from the main cache header. objdump was not able to parse dyld shared cache files on macOS 13+ because it was only using the "no leading zero" suffix format, and thus not finding the subcaches.
- Loading branch information
Showing
3 changed files
with
90 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters