mirror of
https://github.com/QuasarApp/pe-parse.git
synced 2025-04-29 05:44:32 +00:00
This means I don't have to store anything in the pepy_parsed object (PyObject pointers or native C types). Use a macro to get things out of the parsed structures and into python objects.
pepy
pepy (pronounced p-pie) is a python binding to the pe-parse parser.
Building
If you can build pe-parse and have a working python environment (headers and libraries) you can build pepy.
- Build pepy:
- python setup.py build
- Install pepy:
- python setup.py install
Authors
pe-parse was designed and implemented by Andrew Ruef (andrew@trailofbits.com) pepy was written by Wesley Shields (wxs@atarininja.org)