Skip to content

wspringe/Hacking-Linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository holds the source code for the custom syscall and the userspace code to call that syscall.

I was messing around in Linux and seeing what I could do, so this is what I came up with. This syscall loops through each process running on Linux currently and displays the pid, tty, tty name, and cputime and then sends them to a buffer that the userspace code picks up and prints.

Once everything is all said and done, it should look exactly the same as using the command 'ps -e'.

About

Trying out making a syscall in Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages