diff --git a/README.md b/README.md index 97536ef..08818d8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ pe-parse ========================================= + +[![Build Status](https://travis-ci.org/trailofbits/pe-parse.svg?branch=master)](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