TartanLlama / minidbg

A mini x86 linux debugger for teaching purposes
MIT License
592 stars 104 forks source link
debugger linux x86

This project has been expanded into a book! It covers many more topics in much greater detail. You can now pre-order Building a Debugger.

minidbg

A mini x86 linux debugger for teaching purposes

See my Writing a linux debugger blog post series for a tutorial on how to write something like this.