[分享] visual studio tools







1.      dumpbin /headers [FILE_PATH]

Description: dump exe/dll header information



2.      corflags [FILE_PATH]

Description: exe/dll is running on 32bit/64bit platform




If exe/dll is building with Any CPU, you will see
    PE: PE32
    32BIT: 0
Else if exe/dll is building with x86, you will see
    PE: PE32
    32BIT: 1
Else If exe/dll is building with x64, you will see
    PE: PE32+
    32BIT: 0

留言

這個網誌中的熱門文章

[IIS] 自我簽署憑證來啟用SSL

相見恨晚的自動化測試開發工具 Sikuli

sqlplus 中文亂碼解決方案