How to detect if an *.exe/*.dll is 32bit oder 64bit?

C

Cindy Parker

Assume I have got an *.exe or *.dll. How can I find out (without trial and error) if this
is a 32bit or a 64bit version?

Is there a inspect tool/easy (!) disassembler which peeks into the binary code and
tells me the information? Maybe a built-in WinXP tool?

Cindy
 
J

Jim

Assume I have got an *.exe or *.dll. How can I find out (without trial and error) if this
is a 32bit or a 64bit version?

Is there a inspect tool/easy (!) disassembler which peeks into the binary code and
tells me the information? Maybe a built-in WinXP tool?

Cindy

Why would you think they come in 32 or 64 bit ?
 
S

smlunatick

Assume I have got an *.exe or *.dll. How can I find out (without trial and error) if this
is a 32bit or a 64bit version?

Is there a inspect tool/easy (!) disassembler which peeks into the binarycode and
tells me the information? Maybe a built-in WinXP tool?

Cindy

It should be noted that the most widely installed version of Windows
XP is based on 32 bit. If the software states "Windows XP"
compatible, it most likely 32 bit.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top