like-dbg
like-dbg copied to clipboard
Fully dockerized Linux kernel debugging environment
I just tried with python3.8 on Ubuntu 20.04, and it fails with the following error: `AttributeError: module 'argparse' has no attribute 'BooleanOptionalAction'` Which is fixed by just using a more...
Setting manual toggles for rebuilds in the `config.ini` that forces rebuilding (which is required) for changes in `io/scripts/gdb_script` to take effect inside the debugger container is tedious. A PR for...
For example, adapt the one [syzkaller]( https://raw.githubusercontent.com/google/syzkaller/master/tools/create-buildroot-image.sh) uses for our use case
As it is now only "*recent*" kernel version can be compiled. I did not check yet how far back we can go currently but it would be nice to have...
Currently only building aarch64 kernel builds is available. Having a 32-bit ARM kernel would be a nice touch as well
Similarly to #35 it would be nice to have a debuggable RISCV kernel
Currently, the terminal size within the booted QEMU is rather small (read narrow) Adjusting it via: ``` # Example size stty cols 128 rows 64 ``` would make things less...