General Information
pe-scanner allows you to examine files or directories containg Portable Executable (PE) files and report on their file signature. It's meant to be a forensics tool.
PES is released under the GNU General Public License (GPL) version 2, see the file 'COPYING' for more information.
The official web site is:
http://dev.mmgsecurity.com/projects/pes/
Installation
PES requires the following other packages:
- Python 2.4 (or greater)
- PyGtk 2.4 (or greater)
Simple installation procedure:
# tar zxvf pes-X.Y.Z.tar.gz
# cd pes-X.Y.Z
# ./configure
# make
# make install
See the file 'INSTALL' for more detailed information.
Hacking
PES is written in Python. The source code is available from the MMG Security code repository in the module pes.
$ mkdir pes
$ cd pes
$ svn co http://dev.mmgsecurity.com/src/pes/trunk
$ cd trunk
$ ./autogen.sh
$ ./configure
$ make
Bugs / Patches
Bugs/patches can be reported/submitted to http://dev.mmgsecurity.com/bugs/
