An open API service indexing awesome lists of open source software.

https://github.com/crapola/memoryscanner

Memory scanner written in Python.
https://github.com/crapola/memoryscanner

memory-scanner python

Last synced: 10 months ago
JSON representation

Memory scanner written in Python.

Awesome Lists containing this project

README

          

## MemoryScanner

This is a memory scanner for Windows written in Python that runs in the console.

### Dependencies
It requires Numpy.

### Usage
Run with `python MemoryScanner`.

#### Commands
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.