I am trying to figure out how to determine a few things.
1.) The start point of a Processes memory
2.) The stop point of a Processes memory
3.) How to do a character or binary dump
I am trying to view the raw data in any process. For simplicity I am using Minesweeper as the process to play around with.
I am only trying to learn more about C++ and how memory is being stored, accessed, and well everything else I can learn. Kind of like when a child starts to learn about whats really happening inside the motor of a vehicle with the air and fuel mixture.