dumpbin – reading header files of windows binaries
March 24th, 2009
Using dumpbin /headers you can read the header of windows files and check for example for what architecture and addressing mode the binary is compiled for.
Using dumpbin /headers you can read the header of windows files and check for example for what architecture and addressing mode the binary is compiled for.