Have you ever wonder how Visual Studio do debugging things like the picture below?
I made a slide about how to implement a debugger on Windows / x86 platform. In this sharing, we will discuss the challenge for OS to support a ring 3 debugger, the overview of Windows Ring 3 debugging, and how to implement the basic features of a debugger.
2 comments:
其實Alex Ionescu好像應該有寫過之類的文章!
Yes, his paper has more depth than mine. You can read Alex's paper from here
Post a Comment