-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
ELF parse error: Invalid Magic Bytes: [4D, 5A, 71, 46]
#20
Comments
Hey, thanks for reporting! Does the file have a valid ELF format?
Compared to:
|
Thanks for the project! will ❯ file /opt/homebrew/bin/binsider
/opt/homebrew/bin/binsider: Mach-O 64-bit executable arm64
❯ binsider /opt/homebrew/bin/binsider
ELF parse error: `Invalid Magic Bytes: [CF, FA, ED, FE]` |
Yup, one day! See #26 :) |
No, it is a clever trick to "mimic" most executable formats out there. The It's called Actually Portable Executable |
Interesting. I think this should be reported to |
Describe the bug
Can't open binaries from cosmo.zip that where compiled with Cosmopolitan libc
To reproduce
Software information
6.10.1-arch1-1
rustc 1.81.0 (eeb90cda1 2024-09-04) (Arch Linux rust 1:1.81.0-1)
The text was updated successfully, but these errors were encountered: