This is a memory scanner for Windows written in Python that runs in the console.
It requires Numpy.
Run with python MemoryScanner
.
Once a process is opened, these commands are available:
-
start / s (type)
Initiate search with given type.
Supported types are 'int' for int32 or 'float' for float32. -
eq / = (value)
Look for exact value.
The eq command is optional, you can also just type the value by itself. -
gt / +
Look for values that increased. -
lt / -
Look for values that decreased. -
poke / p (address or letter) (value)
Write memory by address integer or by one of the letters shown in results. Value is int of float (with decimal point). -
close
Close current process and go back to process selection. -
help / h / ?
Display help.