Skip to content

Freedzone/rootkit_detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rootkit detector

Ring 0 rootkit detector. Based on snapshots and kernel data structures monitoring and recovery. Consists of kernel module and control ring 3 application.

Kernel info

  • Linux: 32bit 2.6.32-38-generic GNU/Linux.
  • Ubuntu: Ubuntu 10.04.4 LTS.

Building

Kernel module:

cd ./mod/
make

Control application:

cd ./control/
gcc main.c -gdwarf-2 -o detector_control $(pkg-config --cflags --libs libnl-1)

Please refer to the pdf presentation for in deep details.

About

Some rootkit detection...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published