0xricksanchez / like-dbg

Fully dockerized Linux kernel debugging environment
MIT License
737 stars 58 forks source link

Make GDB debugger more user scriptable #31

Closed 0xricksanchez closed 2 years ago

0xricksanchez commented 2 years ago

This is a quick first fix for #29 that is far from perfect. Having to rebuild the debugger image is currently a pain so a next step would be to implement #25 in a way that it allows rebuilding the container on the fly. As we're just manipulating a single file here a rebuild should not disturb the experience much