Top "Kernel-mode" questions

Kernel mode, also referred to as system mode, is one of the two distinct modes of operation of the CPU, in which core operating system components, including device drivers, execute.

Function caller in linux kernel

Is there a way to get function caller in linux kernel? I know __func__ returns the function name which is …

linux-kernel linux-device-driver embedded-linux kernel kernel-mode
Hook ZwTerminateProcess in x64 Driver (Without SSDT)

I found and read this question but I didn't found my answer SSDT hooking alternative in x64 systems I want …

64-bit hook driver sql-server-data-tools kernel-mode
Getting kernel version from linux kernel module at runtime

how can I obtain runtime information about which version of kernel is running from inside linux kernel module code (kernel …

linux-kernel kernel-module kernel-mode