TimDbg · Sep 27, 2023
Writing a Debugger From Scratch - DbgRs Part 5 - Breakpoints
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.
(New to this series? Consider starting from part 1) At the end of the last post, we started to get some interesting functionality with the ability to resolve addresses to names in a module. This was the last functionality missing before we could implement breakpoints! This part adds the ability for DbgRs to set hardware breakpoints. The code for this post is in the part5 branch on github. You can…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.