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

A Simple Character Device

Posted on Fri 06 June 2014 in Linux Kernel Hacking • Tagged with kernel development, linux, c

Implementing a character device on Linux as a loadable kernel module


Continue reading

First LKM

Posted on Sat 10 May 2014 in Linux Kernel Hacking • Tagged with kernel development, linux, c

Writing a 'hello world' loadable kernel module for Linux


Continue reading