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.
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
To use MemInspector, build the visual studio solution and launch the newly created meminspector.exe
file. Use the number keys to navigate the menus.