Skip to content

Blakley/MemInspector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

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

Features

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

Alt text Alt text

Reading and writing to process memory using custom commands Alt text

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.