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

Dyld Shared cache not recognized for x86_64h #6230

Open
TaeHagen opened this issue Dec 4, 2024 · 0 comments
Open

Dyld Shared cache not recognized for x86_64h #6230

TaeHagen opened this issue Dec 4, 2024 · 0 comments

Comments

@TaeHagen
Copy link

TaeHagen commented Dec 4, 2024

Version and Platform (required):

  • Binary Ninja Version: v4.3.6530-dev
  • OS: Vanilla OS
  • OS Version: 2
  • CPU Architecture: x86_64

Bug Description:
I tried to open a DYLD shared cache for the architecture x86_64h

Steps To Reproduce:
Load a x86_64h cache. It was the only one on my Mac

Expected Behavior:
It to parse the cache correctly.

Screenshots/Video Recording:
image

Binary:
Too big to attach all 4gbs

Additional Information:
You may have just forgotten a case here:

else if (std::string(magic) == "dyld_v1 x86_64")

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

No branches or pull requests

1 participant