Skip to content

yehonatan1/Rootkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rootkit

The Rootkit is a kernel mode Rootkit that hides all the processes that their name starts with $ROOT$

The Rootkit iterates all the processes by the LIST_ENTRY structure. The LIST_ENTRY structure has two members Flink (Forward Process) and Blink (Backward Process), both of them (Flink , Blink) are LIST_ENTRY structure. The image below can demonstrate that:

Rootkit

And the rootkit sets his LIST_ENTRY.Blink.Flink to LIST_ENTRY.Flink. Also he sets his LIST_ENTRY.Flink.Blink to LIST_ENTRY.Blink.Flink. Like you can see in the image below:

Rootkit

About

Basic Rootkit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages