Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 329 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 329 Bytes

AHK-Dumper

Dumper for compiled AutoHotKey Scripts

This tool will dump the original ahk script from a compiled ahk executable.

Usage

Via commandline arguments:

AHKDumper.exe <file>

Make sure to restore the NuGet packages before compiling.

Dependencies

  • AsmResolver (nuget package)
  • Costura (nuget package)