Fork from: https://github.com/osirislab/Fentanyl
Original developer: "OSIRIS Lab"
fentapatch is an IDAPython script that simplifies the patching process. It allows you to easily patch from IDA Pro or Demo without needing to use a hex editor for most tasks, though you can edit raw bytes via IDA's hex view if necessary. It also supports undoing and redoing changes to the idb.
Support more architectures than just x86 and x86_64. It automates common patching tasks and one of its best features is the support for Undo/Redo, allowing you to see changes live on the graph and undo them if needed.
Tested on IDA Pro 9.0.2 Linux/Windows x64
INSTALL
- Download this repo
- Copy
icons
,py3
,fentapatch.py
to/PATH/to/IDA-PRO-LINUX/plugins/
C:\Program Files\IDA Professional 9.X\plugins
- Enjoy it!
Screenshot
Weird relationship in graph
If you see this line, it's not related to this plugin... the fault is from IDA :)
Fix: IDA Pro -> Windows -> Reset desktop
Bug fixes and bug reports are wellcome!!!