Quantcast
Channel: C – thoughts…
Viewing all articles
Browse latest Browse all 98

Basics of Making a Rootkit: From syscall to hook!

$
0
0

WARNING: This tutorial is for educational purposes only, and by NO MEANS should you actually be malicious when (or after) making a rootkit. I thought I’d share how to do this for any security minded people who would like to learn more on how to prevent or look for rootkits. This will be done in C on Linux, probably using libraries and functions you’ve never seen. It is also advisable to do this in a VM to get the hang of compiling and loading modules. Messing with the kernel can cause things to go crazy, if not break- you have been warned.

 Jump to:

Basics of Making a Rootkit: From syscall to hook!



Viewing all articles
Browse latest Browse all 98

Trending Articles