TimDbg · Mar 6, 2023
Writing a Debugger From Scratch - DbgRs Part 2 - Register State and Stepping
0Sign in to vote or save
This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
When we left off last time, we had a basic “debugger” that could launch a Windows process and monitor events that occur in that process, but it’s not yet something that you would really call a debugger. Two things that are missing are the ability to examine the state of the process and to control its execution. So that’s what we’re going to build next. The code for…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.