0xricksanchez / like-dbg

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

CTF runner #41

Closed 0xricksanchez closed 2 years ago

0xricksanchez commented 2 years ago

This is a first iteration to add CTF support (kernel exploitation) where you're typically given some kind of kernel image and some kind of rootfs. As the type of rootfs is not always a "full-fledged" file system this required some workarounds and more logic.

Along the way I also squashed some bugs like hard-coded path and typos.