-
Notifications
You must be signed in to change notification settings - Fork 0
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…
nimit25/Interceptor
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published