Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 450 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 450 Bytes

PEGuarder

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

My image My image