4
0
mirror of https://github.com/QuasarApp/pe-parse.git synced 2025-05-10 02:19:34 +00:00

README: Add a note about vcpkg

This commit is contained in:
William Woodruff 2020-04-27 12:24:57 -04:00
parent 7177d60ba2
commit 2ccec7608b
No known key found for this signature in database
GPG Key ID: 70F70A3979DDCED3

@ -31,6 +31,14 @@ the PE file. This should help in constructing a sane parser that allows for dete
of bogus values in the PE that would result in out of bounds accesses of the input buffer.
Once data is read from the file it is sanitized and placed in C++ STL containers of internal types.
## Installation
pe-parse can be installed via [vcpkg](https://github.com/microsoft/vcpkg):
```bash
$ vcpkg install pe-parse
```
pe-parse includes Python bindings via `pepy`, which can be installed via `pip`:
```bash