Skip to content

crapola/MemoryScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Memory scanner written in Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages