blob: 5df570ef8c569e66b2c7152ba9f4e7529845b1bc (
plain) (
blame)
1
2
3
4
5
|
pefile is a Python module to read and work with PE files. Most of the
information in the PE Header is accessible, as well as all the sections,
section's information and data.
WWW: http://code.google.com/p/pefile/
|