https://github.com/drylikov/ahk_dumper
Dumper for compiled AutoHotKey Scripts.
https://github.com/drylikov/ahk_dumper
Last synced: 9 days ago
JSON representation
Dumper for compiled AutoHotKey Scripts.
- Host: GitHub
- URL: https://github.com/drylikov/ahk_dumper
- Owner: drylikov
- License: mit
- Created: 2024-06-29T02:55:45.000Z (10 months ago)
- Default Branch: drylikov
- Last Pushed: 2024-09-07T01:12:21.000Z (8 months ago)
- Last Synced: 2025-03-27T14:05:30.343Z (27 days ago)
- Language: C#
- Size: 10.7 KB
- Stars: 3
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AHK_Dumper
**Dumper for compiled AutoHotKey Scripts**This tool will dump the original ahk script from a compiled ahk executable.
## Usage
Via commandline arguments:
AHK_Dumper.exe
Make sure to restore the NuGet packages before compiling.
## Dependencies
- AsmResolver (nuget package)
- Costura (nuget package)