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:
parent
7177d60ba2
commit
2ccec7608b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user