Skip to content

In this project, I hijacked a system call where "hijacking (intercepting) a system call" meant to implement a new system call named my_syscall, which allowed me to send commands from userspace, to intercept another pre-existing system call (like read, write, open, etc.). After a system call is intercepted, the intercepted system call would log a…

Notifications You must be signed in to change notification settings

nimit25/Interceptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interceptor

About

In this project, I hijacked a system call where "hijacking (intercepting) a system call" meant to implement a new system call named my_syscall, which allowed me to send commands from userspace, to intercept another pre-existing system call (like read, write, open, etc.). After a system call is intercepted, the intercepted system call would log a…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published