Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/TartanLlama/minidbg
- Owner: TartanLlama
- License: mit
- Created: 2017-02-21T18:32:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-02T10:33:26.000Z (3 months ago)
- Last Synced: 2024-10-15T04:12:14.739Z (30 days ago)
- Topics: debugger, linux, x86
- Language: C++
- Homepage:
- Size: 60.5 KB
- Stars: 592
- Watchers: 19
- Forks: 104
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 purposesSee 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.