Merge branch 'master' of github.com:trailofbits/pe-parse

Conflicts:
	README.md
This commit is contained in:
munin 2013-11-22 19:20:27 -05:00
commit c30c246881

View File

@ -1,4 +1,4 @@
A principled, lightweight C/C++ pe parser
A principled, lightweight C/C++ PE parser
=========================================
pe-parse is a lightweight parser for windows portable executable files. It was created to assist in compiled program analysis, potentially of programs of unknown origins. This means that it should be resistent to malformed or maliciously crafted PE files, and it should support questions that analysis software would ask of an executable program container. For example, listing relocations, describing imports and exports, and supporting byte reads from virtual addresses as well as file offsets.