I'd like to build a primitive debugger in Visual C++ that does few basic things:
1) Attaches to a running process. 2) Sets breakpoints in the applications. 3) Reads register values.
How involved is this, and where does one start?
I'd like to build a primitive debugger in Visual C++ that does few basic things:
1) Attaches to a running process. 2) Sets breakpoints in the applications. 3) Reads register values.
How involved is this, and where does one start?