Stephen Chapman
Stephen Chapman
Your question can be consolidated to this: "Can I use `memoryjs` to read the value in a register from an instruction located at a specific memory address?" I don't think...
@Rob-- Dude, thank you so much for cooking up that branch! Getting this pinned down will drastically reduce the need to scan for multilevel pointers beforehand to use within `memoryjs`...
``` import { findPattern, openProcess, readMemory } from 'memoryjs'; const processName = "Notepad.exe"; const process = openProcess(processName); const pattern = "64 00 65 00 65 00 7A 00"; const deez...
Hey, @Rob--! Thanks so much for taking the time to test and reply with all of that. I totally didn't think about exploring regions like that. I was incorrectly assuming...
closed