0

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?

4

2 回答 2

1

我想你可以从这里开始

于 2009-10-26T10:24:43.670 回答
0

由于您尚未指定您正在使用/计划使用的 VS 版本,因此很难提出适合您的建议。假设你在 VS2005 上,这里有一些东西要咀嚼:创建自定义调试引擎

于 2009-10-26T10:21:56.493 回答