-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add dyld shared cache parsing #308
Merged
Merged
Commits on May 24, 2021
-
This implements just enough to get the path and header offset of each contained image. It also adds a function to get an "any" File object for the image, so that the caller doesn't need to write code twice for 32 and 64 bit images and can instead benefit from the enum-based dynamic dispatch. This commit also adds two "examples", for printing the list of images in the cache and for dumping an object from inside the cache.
Configuration menu - View commit details
-
Copy full SHA for 2655179 - Browse repository at this point
Copy the full SHA 2655179View commit details -
Configuration menu - View commit details
-
Copy full SHA for f225852 - Browse repository at this point
Copy the full SHA f225852View commit details
Commits on May 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 715101f - Browse repository at this point
Copy the full SHA 715101fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6776db1 - Browse repository at this point
Copy the full SHA 6776db1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95f890e - Browse repository at this point
Copy the full SHA 95f890eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10e39c1 - Browse repository at this point
Copy the full SHA 10e39c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c0504b - Browse repository at this point
Copy the full SHA 3c0504bView commit details
Commits on May 27, 2021
-
Use this for dyld cache image paths. The main benefit is avoiding an artificial limit for mapped data.
Configuration menu - View commit details
-
Copy full SHA for f4cf58f - Browse repository at this point
Copy the full SHA f4cf58fView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.