简体   繁体   中英

Verify 64 bit binary on windows

How can I verify that a .exe file is built for 64 bit on Windows ? I am used to Linux where I can simply use the 'file' command to see this.

Take a look into the file using a HEX editor. There's a PE magic signature somewhere after the DOS stub, and the platform ID is close behind (some bytes later). For 64 bit builds, it is 0x8664 or so, which is quite easy to spot.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM