Latest version: v0.1.2
The information on this page was curated by experts in our Cybersecurity Intelligence Team.
A Python module to analyze Portable Executable (PE) files on Windows systems. It parses and extracts various details about the file header, optional header, sections, imports, and exports. The module provides an easy-to-use class, PEAnalyzer, which returns analysis data in JSON format and supports pretty-printing of the information when used with the print() function.
No known vulnerabilities found