Discussion:
Distinguish 32bit and 64bit binaries (exe,dll) ?
(too old to reply)
Vilius
2010-01-10 12:49:02 UTC
Permalink
Hello,

How do I know if binary file I have is compiled for x86-32 or x86-64 ?
For example some file from windows os binaries.

I have visual studio by the way - if tools are needed.

thanks
Vilius
Jochen Kalmbach [MVP]
2010-01-10 13:32:17 UTC
Permalink
Hi Vilius!
Post by Vilius
How do I know if binary file I have is compiled for x86-32 or x86-64 ?
For example some file from windows os binaries.
I have visual studio by the way - if tools are needed.
www.dependecywalker.com

But an other question: WHY do you need to know it? Normally you don't
need to know it...
--
Greetings
Jochen

My blog about Win32 and .NET
http://blog.kalmbachnet.de/
Jim
2010-01-12 12:03:59 UTC
Permalink
Taskmanager puts a *32 next to 32bit processes.

Loading...