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.
- Host: GitHub
- URL: https://github.com/crapola/memoryscanner
- Owner: crapola
- Created: 2021-06-30T15:03:56.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-28T13:25:49.000Z (about 3 years ago)
- Last Synced: 2025-04-09T15:55:28.435Z (about 1 year ago)
- Topics: memory-scanner, python
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.