/AHK-Dumper

Dumper for compiled AutoHotKey Scripts

Primary LanguageC#

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)