MemSpy is a lightweight C++ library for memory manipulation and analysis on Windows.
It was created for research and debugging purposes, providing a set of tools to:
- Scan memory for byte patterns and signatures
- Read and write directly to memory regions
- Work with virtual tables (vtable scanning and swapping)
- Hook functions to monitor or modify execution
- Locate references to functions, strings, or pointers
Made by Heliato