Skip to content

c3rb3ru5d3d53c/peexports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PeExports

This simple multithreaded tool is for collecting PE exports to help with API hashing when reverse engineering.

Output Formats

  • JSON
  • Pickle

Install

git clone https://github.com/c3rb3ru5d3d53c/peexports.git
cd peexports/
pip install .

Examples

python peexports.py --threads 4 --input C:\Windows\System32\ --recursive --format pickle --output apis.pickle
python peexports.py --threads 4 --input C:\Windows\System32\ --recursive --format json --output apis.json

About

A Multi-Threaded PE Export Collection Utility

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages