[分享] 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