Skip to content
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

Fixed issues with dyld_shared_cache parsing #2560

Closed
wants to merge 1 commit into from
Closed

Fixed issues with dyld_shared_cache parsing #2560

wants to merge 1 commit into from

Conversation

mrakers
Copy link
Contributor

@mrakers mrakers commented Dec 15, 2020

First issue fixed was a simple null deref. The other issue is the
dylib's load commands in the dyld_shared_cache should be absolute from
zero not relative from the start of the dylib's mach header. When done
incorrectly this causes a read past the end of file.

First issue fixed was a simple null deref. The other issue is the
dylib's load commands in the dyld_shared_cache should be absolute from
zero not relative from the start of the dylib's mach header. When done
incorrectly this causes a read past the end of file.
@ghidra1 ghidra1 added this to the 9.2.2 milestone Dec 29, 2020
@ghidra1
Copy link
Collaborator

ghidra1 commented Dec 29, 2020

Merged for release in 9.2.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants