MEMSCAN
MEMSCAN copied to clipboard
A memory scanning tool which uses mach_vm* to either dump memory or look for a specific sequence of bytes.
Memory dumps fine when game is not yet connected to the game server. But when connection is established I only get `Bus error: 10` error.
I need to re-think how to scan memory on ARM64 as it's going to take far too long on iOS. I'm likely going to add an option to only dump...
The code was mashed together in a hurry and is poorly written - needs re-worked completely. Probably going to skip this though as v2 will use Frida.re.