361c3ea3f9
information in the PE Header is accessible, as well as all the sections, section's information and data. WWW: http://dkbza.org/pefile.html PR: ports/100393 Submitted by: Antoine Brodin <antoine.brodin(at)laposte.net> Approved by: krion (mentor)
5 lines
211 B
Text
5 lines
211 B
Text
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://dkbza.org/pefile.html
|