A kernel debugger in Python: drgn
A kernel debugger in Python: drgn
Posted Jun 1, 2019 7:10 UTC (Sat) by togga (subscriber, #53103)In reply to: A kernel debugger in Python: drgn by vbabka
Parent article: A kernel debugger in Python: drgn
I can agree that going to plain text and back is bad but putting the logic in Python is even worse as Python is an old slow scripting language which will quickly limit your use-cases and make the whole system complex and heavy (read bloated). If you put the logic in a clean library it'll be reusable from both scripting languages (C++ could be one of them nowadays) and tools with less overhead like live-monitoring.