scan_pattern

Scans the module for a specific IDA-Style pattern. Returns the address of the scan result.

int g_memory.scan_pattern(string pattern, string module = nil)

result = g_memory.scan_pattern("40 38 35 ? ? ? ? 75 0E 4C 8B C3 49 8B D7 49 8B CE") -- scans for that pattern in GTA5.exe

Last updated