Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 406 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 406 Bytes

Write a debugger from scratch (Book and Source Code)

开源图书和代码: 《从头写一个调试器》

介绍调试器的原理, 编写一个能设置断点的调试器.

/*
 * 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.
 * */