Search code examples
64-bitportable-executable

x64 Portable executable not working


I created an exact replica of this file in a hex editor: https://i.sstatic.net/wKwgd.jpg

The problem is, the .exe file I made from it doesn't work, it says it's an invalid Win32 application when trying to run it. Is there something flawed in it? I've checked and double checked my file...

I'm not sure where I can host an exe file but I can email it if someone else wants to check it.

I should also mention I'm running Windows 7 64-bit.


Solution

  • The PE binary file from that illustration is already available here from the author, Ange Albertini. I have tested it both on Windows 7 and Windows 8/8.1, and it runs just fine, so you can use it for comparison with your binary.