Skip to content

Latest commit

 

History

History
 
 

Parsing_PE

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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