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

  • Thread starter Thread starter Cindy Parker
  • Start date Start date
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
 
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 ?
 
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.
 
Back
Top