Live Stream VOD: Building A Debugger From Scratch - TrashDBG (Patreon)
Published:
2022-02-05 20:03:30
Imported:
2022-12
Flagged
Content
In this Twitch stream we begin to build a debugger from scratch, affectionally known as "TrashDBG". 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.
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.