trailofbits / krf

A kernelspace syscall interceptor and randomized faulter
https://blog.trailofbits.com/2019/01/17/how-to-write-a-rootkit-without-really-trying/
GNU General Public License v3.0
349 stars 35 forks source link

Add warning on wait4 and select for kernel oops #54

Closed hmwildermuth closed 5 years ago

hmwildermuth commented 5 years ago

Adds a warning when krfctl is called to fault the wait4 and select syscalls.
Help out with #50