mirror of
https://github.com/QuasarApp/pe-parse.git
synced 2025-05-04 16:09:33 +00:00
Merge branch 'master' of github.com:trailofbits/pe-parse
Conflicts: README.md
This commit is contained in:
commit
c30c246881
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user