How to check if an EXE or DLL is 32-bit or 64-bit

自動翻訳(Auto Translation)

Microsoft Visual Studio must be installed to run the software.

If it is not installed, please perform the installation of Visual Studio.

Open Developer Command Prompt for VS 2022

Execute the following command

cmd.exxdumpbin
/headers "Path to the EXE/DLL you want to find" | findstr machine

In the output,

If the output shows “x64”, it is the 64-bit version.

If “x86” is displayed in the output, it is the 32-bit version.

In the case of an image, it is a “64-bit dll.

    この記事は役に立ちましたか?


    広告ブロック機能を検知しました

    このウェブサイトは広告収益によって成り立っています。ご協力をお願いします。