Welcome to MSDN Blogs Sign in | Join | Help

Tone Poem

Listen to your heart

November 2008 - Posts

How to tell if binary is x86 or amd64?
First get dumpbin tool, ships with any Windows SDK. Run dumpbin /headers on the binary, then look at the magic number . This is an amd64 binary:   c:\>dumpbin /headers c:\amd64\msvcr100.dll | findstr magic              Read More...
Page view tracker