4
0
mirror of https://github.com/QuasarApp/pe-parse.git synced 2025-05-07 17:19:33 +00:00

Fixed a typo.

This commit is contained in:
Postmodern 2013-11-22 16:40:21 -08:00
parent 58a5507b49
commit c6edada7a1

@ -1,6 +1,6 @@
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 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.
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
* Opening and closing a PE file