aserper / ahk-dumper

Ahk-dumper is a tool to dump AutoHotKey code from the RDATA section of a PE file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ahk-dumper

Ahk-dumper is a tool to dump AutoHotKey code from the RDATA section of a PE file.

##Usage is very simple: $ python ahk-dumper.py <ahk-pe-file.exe>

##Prerequisites: The Lief Python library

##Note: This was a quick-and-dirty one off for a specific case of AHK malware. It should work for other AHK files as well. Please let me know if there are any bugs.

About

Ahk-dumper is a tool to dump AutoHotKey code from the RDATA section of a PE file.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%