bec*_*cks 26 windows dll cmd 32bit-64bit
我正在寻找Windows cmd中的命令告诉我某个dll文件是32位还是64位
在Windows中有这样的东西吗?
Jon*_*Jon 31
DUMPBIN包含在Visual C++中,可以通过/HEADERS交换机提供此信息.
32位图像的输出示例:
FILE HEADER VALUES
14C machine (i386)
6 number of sections
306F7A22 time date stamp Sun Oct 01 22:35:30 1995
0 file pointer to symbol table
1D1 number of symbols
E0 size of optional header
302 characteristics
Executable
32 bit word machine
Debug information stripped
Run Code Online (Sandbox Code Playgroud)
小智 6
如果您已经安装了 7zip :
"C:\Program Files\7-Zip\7z.exe" l "my-program.exe" | findstr CPU
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
32307 次 |
| 最近记录: |