We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PE-bear can’t handle tiny, but valid (working) PE files: 61 bytes, 97 bytes, 252 bytes and so on, while CFF Explorer handles this files correctly.
Here is a collection of valid (working) tiny PE files for testing: https://github.com/corkami/pocs/tree/master/PE/bin
reported by PE-bear Tester via blog
PE-bear Tester via blog
The text was updated successfully, but these errors were encountered:
On Vista and above PE has to have at least 252 bytes (32bit) or 268 bytes (x64) to execute. https://stackoverflow.com/questions/553029/what-is-the-smallest-possible-windows-pe-executable
Version 0.7.0 does not show disassembled code for this one https://github.com/DrakoPensulo/DPE64small
Sorry, something went wrong.
hasherezade
No branches or pull requests
PE-bear can’t handle tiny, but valid (working) PE files: 61 bytes, 97 bytes, 252 bytes and so on, while CFF Explorer handles this files correctly.
Here is a collection of valid (working) tiny PE files for testing:
https://github.com/corkami/pocs/tree/master/PE/bin
reported by
PE-bear Tester via blog
The text was updated successfully, but these errors were encountered: