/autohotkey-memory-scanner

Scan process memory for a string matching your regex, using AutoHotKey.

Primary LanguageC++The UnlicenseUnlicense

AutoHotKey Memory Scanner

Use a regex to find a string in an application's memory.

screenshot

Compiling the DLL

$ g++ -shared main.cpp -o scan.dll

scan.ahk must be run as an administrator. Otherwise you will get an error message.

It also requires AutoHotKey to be installed on your system already.