Skip to content

In this assignment, a RootKit implementation is achieved with the following functionalities: Hands-on practice with kernel programming A detailed understanding of the operation of system calls within the kernel Utilized with fork/exec to launch child processes An understanding of the types of malicious activities that attackers may attempt against

Notifications You must be signed in to change notification settings

FANFANFAN2506/RootKit_Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

RootKit_Implementation

This is the project for 23Spring ECE550, submitted by Fan Yang:

In this assignment, a RootKit implementation is achieved with the following functionalities:

  1. Hands-on practice with kernel programming
  2. A detailed understanding of the operation of system calls within the kernel
  3. Utilized with fork/exec to launch child processes
  4. An understanding of the types of malicious activities that attackers may attempt against asystem

By running the program, I could do some malicious attacks to the system without being notice, as I intercepted the original system call, and replace with my own.

About

In this assignment, a RootKit implementation is achieved with the following functionalities: Hands-on practice with kernel programming A detailed understanding of the operation of system calls within the kernel Utilized with fork/exec to launch child processes An understanding of the types of malicious activities that attackers may attempt against

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published