Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory Scanner

A Python application to scan and modify memory values of a running process.

Features

  • Scan memory for specific values in a running process
  • Filter addresses that change to a new value
  • Modify memory values at specific addresses

Installation

  1. Clone the repository:

    git clone https://github.com/EhDaYaGhaly/Memo
  2. Install the required dependencies:

    pip install -r requirements.txt

Usage

  1. Run the application:

    python cli.app
  2. Follow the prompts to enter the process name, initial value, new value, and modification value.

Project Structure

memory-scanner
├── cli
│   └── app.py
├── src
│   ├── __init__.py
│   ├── memory_scanner.py
├── tests
│   ├── __init__.py
│   └── test_memory_scanner.py
├── requirements.txt
└── README.md

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages