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
- Host: GitHub
- URL: https://github.com/blakley/meminspector
- Owner: Blakley
- Created: 2021-04-13T04:01:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-26T18:45:08.000Z (12 months ago)
- Last Synced: 2025-02-01T04:27:34.908Z (4 months ago)
- Topics: cpp, desktop-application, dll-injection, memory-injection, memory-monitoring, memory-viewer, process-manager
- Language: C++
- Homepage:
- Size: 198 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## Features
1: Injects a custom DLL into a target process to monitor its memory
2: Monitoring of process memory and API calls

Reading and writing to process memory using custom commands
## 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.