a security tool that analyzes portable executable (PE) files:
- C++ implementation
- object oriented programming
- there is a portable interface (MFC)
- output the PE files information
- scan files in the memory mapped way with the signature based detection
- tested on WinXP SP3