xcellerator / linux_kernel_hacking

Linux Kernel Hacking
GNU General Public License v2.0
626 stars 123 forks source link

Rewrite rootkit examples to use ftrace instead of sys_call_table[] method #1

Closed xcellerator closed 4 years ago

xcellerator commented 4 years ago

Ftrace is the more modern approach to hook functions within the kernel and isn't limited to just syscalls!