mirror of
https://github.com/QuasarApp/pe-parse.git
synced 2025-05-08 09:39:34 +00:00
add a travis button
This commit is contained in:
parent
a9aba1220b
commit
da4f6e3b1b
@ -1,5 +1,8 @@
|
||||
pe-parse
|
||||
=========================================
|
||||
|
||||
[](https://travis-ci.org/trailofbits/pe-parse)
|
||||
|
||||
pe-parse is a principled, 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 resistant 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.
|
||||
|
||||
pe-parse supports these use cases via a minimal API that provides methods for
|
||||
|
Loading…
x
Reference in New Issue
Block a user