khook icon indicating copy to clipboard operation
khook copied to clipboard

Linux Kernel hooking engine (x86)

Results 2 khook issues
Sort by recently updated
recently updated
newest added

Given that current KHOOK is `x86`-only it would be nice to have an ARM (Android) support as well. Current implementation already splits generic and CPU architecture specific code.

Hi, I successfully hijacked the ioctl system call by khook, but encountered the following problem when unloading the kernel module using rmmod, it seems that there is some kind of...