您的位置:首页 > 其它

怎么知道windows dll是32位还是64位?

2013-02-19 15:27 381 查看
使用VisualStudio2008CommandPrompt

你可以用VS调用dumpbin并使用headers选项,例如:

dumpbin/headersmy32bit.dll

输出:

PEsignaturefound

FileType:DLL

FILEHEADERVALUES
14Cmachine(x86)
8numberofsections
4800C572timedatestampSatApr1222:21:382008
0filepointertosymboltable
0numberofsymbols
E0sizeofoptionalheader
230Echaracteristics
Executable
Linenumbersstripped
Symbolsstripped
32bitwordmachine
Debuginformationstripped
DLL

OPTIONALHEADERVALUES
10Bmagic#(PE32)


                                            
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: