Skip Navigation

Implementing stack walking in an x64 Windows debugger

www.timdbg.com Writing a Debugger From Scratch - DbgRs Part 6 - Stacks

(New to this series? Consider starting from part 1) At the end of the last post, DbgRs could finally set breakpoints. That was the last really critical feature needed for controlling execution of a program. Now that it can stop on an arbitrary function or code location, the next step is to find more...

1
1 comments
  • Very cool. I wonder how portable the theory behind it is. That's one problem with the m1 macs, gdb doesn't support them.

    1