Archive

Archive for March, 2009

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.

windows , ,

Learn Linux Distribution and Version

March 12th, 2009

To learn the distribution of the linux and the version type: $cat /etc/*-release

linux , ,