ohjeongwook / petool

PE File Manipulation Utility

Home Page:https://darungrim.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prerequisite

pip install pefile

Installation

pip install git+https://github.com/ohjeongwook/petool

Update

pip install git+https://github.com/ohjeongwook/petool --upgrade

PYTHONPATH

python %PYTHONHOME%\Lib\site-packages\petool\petool.py

Use Case


Fixing Sections

  • After dumping PE image from process, you can use petool to fix sections.
python -m petool.petool -c fix <input> <output>

About

PE File Manipulation Utility

https://darungrim.com


Languages

Language:Python 100.0%