diff --git a/README.md b/README.md index d758351..179433d 100644 --- a/README.md +++ b/README.md @@ -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.