Writing a Debugger From Scratch
Summary
TimDbg Part 1 documents building a debugger from scratch for Windows. It covers attaching to a running process or starting a new one in debug mode, setting up an event loop to receive and handle debug events, and using the Windows debugging APIs with Rust, including references to a GitHub repository and plans to tackle exception handling in a future post.