0xricksanchez / like-dbg

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

Allow multiple configs #92

Closed 0xricksanchez closed 2 years ago

0xricksanchez commented 2 years ago

It may be easier to have multiple instances of a config at times, e.g. when dealing with different scenarios to debug. So in addition to having a main.cfg, which should always be the (default) fallback, it'd be sweet to have a -c / --config flag to supply a specific one at start up.