-
Notifications
You must be signed in to change notification settings - Fork 15
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
no support for big endian PE files. #58
Comments
Out of curiosity, what big-endian CPU would those PE files apply to? |
@uxmal the mips r3000 |
PE are indeed stored as little endian. Not 100% sure about Windows on arm
|
@nihilus : I'd love to see a PE binary with BigEndian mips code; you wouldn't happen to have once that is "distributable"? |
I might have to make my own gcc toolchain for that ;-) |
It's just that the MIPS PE images I have are all little-endian. A big endian PE image would be a curious beast for sure. Indeed, |
Need to add support for big endian PE files.
The text was updated successfully, but these errors were encountered: