Description
Parses Windows Portable Executable files from Python code. It is useful for malware analysis, reverse engineering, software inventory, and tools that need to inspect executable headers, sections, imports, and resources.
PE files may be untrusted or malicious. This library inspects file structure; it should be used in controlled workflows that avoid executing the samples being analyzed.