Skip to content

Hansformer/Devilish-Syscalls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Devilish Syscalls

The syscalls in Linux are just entries of a table in memory with pointers to their respective locations. Those pointers can be reassigned. For example read can be swapped to write :^)

Quirks

  • To edit the syscall table we need to find it from the memory first. Doing this from the module itself is going to be somewhat tricky.
  • The table resides in a read-only part of the memory (for rather obvious reasons), so in order to actually edit it we have to mark that area writable.

State

  • It works on my machine, tested on 4.14 Arch Linux default kernel

About

Babbys 2nd KO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published