开源图书和代码: 《从头写一个调试器》
介绍调试器的原理, 编写一个能设置断点的调试器.
/*
* Author: Wei Wu (吴伟) <[email protected]>
*
* The original author is Qi Yao. The code was listed in his book
* <Debugger not in Depth>. I port it to amd64 version and
* made a few modifications.
* */