Inspiration
Being trapped at home, so I spent 24 hours to study Win API related to memory access.
What it does
Provide a relatively friendly memory modification user interface. Users can search, store, and modify a specific value or a set of memory addresses for Windows programs.
How I built it
On Visual Studio IDE with tutorials from youtube and Microsoft Official documentation.
Challenges I ran into
The program sometimes fails to obtain the program handle, or can not access memory due to unknown reasons.
Accomplishments that I'm proud of
I learned how to obtain the window program handle, read and write memory.
What I learned
How to obtain Windows process ID and its handle with access to the memory.
What's next for Memory manager testing
Improving the user interface and adding more flexible options for the users.
Built With
- c++
- visual-studio
- winapi
Log in or sign up for Devpost to join the conversation.