Rootkit for Hiding Files

Posted on Thu 23 October 2014 in Linux Kernel Hacking • Tagged with kernel development, linux, c, rootkit, kernel hacking

Building a basic rootkit for hiding files from normal operating system commands on Linux


Continue reading

System Call Hooking

Posted on Thu 10 July 2014 in Linux Kernel Hacking • Tagged with kernel development, linux, c, rootkit, kernel hacking, function hooking

Hooking kernel functions on Linux, used by usermode applications, for malicious purposes


Continue reading