Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/TartanLlama/minidbg

A mini x86 linux debugger for teaching purposes
https://github.com/TartanLlama/minidbg

debugger linux x86

Last synced: 5 days ago
JSON representation

A mini x86 linux debugger for teaching purposes

Awesome Lists containing this project

README

        

*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](https://nostarch.com/building-a-debugger).*

# minidbg
A mini x86 linux debugger for teaching purposes

See my [Writing a linux debugger](http://blog.tartanllama.xyz/c++/2017/03/21/writing-a-linux-debugger-setup/) blog post series for a tutorial on how to write something like this.