Live Stream VOD: Building A Debugger From Scratch - TrashDBG Part 2 (Patreon)
Published:
2022-02-07 17:03:50
Imported:
Content
In this Twitch stream we continue to build a debugger from scratch. The purpose of building a debugger is to gain a better understanding of how debuggers work and how the general Windows debugging process works under the hood.
In this part we complete the following work:
- Handle LOAD_DLL_DEBUG_EVENT
- Handle UNLOAD_DLL_DEBUG_EVENT
- Implement a module list to track DLLs loaded into the target
- Implement target memory read/write
The code is open source and posted on our GitHub: TrashDBG
All coding of the debugger is done live on stream so we can work through the challenges together as a team. Difficult challenges are documented as Issues and everyone is encouraged to add suggestions for Issues we encounter.