Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 513 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 513 Bytes

Parsing PE 🦀

Overview

The code is focused on parsing the PE header of any Windows executable file.

Usage

You can run with cargo run or the compiled binary directly:

cargo run -- file.exe
target/release/pe_parser.exe file.exe