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

https://github.com/blakley/meminspector

Access and modify memory values
https://github.com/blakley/meminspector

cpp desktop-application dll-injection memory-injection memory-monitoring memory-viewer process-manager

Last synced: about 2 months ago
JSON representation

Access and modify memory values

Awesome Lists containing this project

README

        

# MemInspector

MemInspector is a command-line tool that allows you to monitor and modify the memory of a target process. You can also inject a custom DLL into the target process, providing real-time monitoring of its memory modifications. Additionally, you can enter commands to read and write to the process's memory, giving you more control over a particular value in memory.

Note: MemInspector is currently in development. The program is not thoroughly tested and may contain bugs or stability issues.

![Alt text](src/assets/menu_a.png)

## Features

1: Injects a custom DLL into a target process to monitor its memory

2: Monitoring of process memory and API calls

![Alt text](src/assets/menu_c.png)
![Alt text](src/assets/menu_e.png)

Reading and writing to process memory using custom commands
![Alt text](src/assets/menu_b.png)

## Usage

To use MemInspector, build the visual studio solution and launch the newly created `meminspector.exe` file. Use the number keys to navigate the menus.