/* https://cirosantilli.com/linux-kernel-module-cheat#dump-regs */ #include #include #include int main(void) { LKMC_DUMP_SYSTEM_REGS; return 0; }