Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 282 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 282 Bytes

pe-parser

This repository contains a simple PE parser written in base Python3 without any additional libraries.

Input

The input to the program is either relative or absolute path of a PE file.

Output

The output of the program is PE file data in human readable format.