Skip to content

abhisekpan/tstruct

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A linux kernel module to print out some offsets of task_struct. This offsets are used in the linux_process_tracker in simics.

Build:
    Run make inside the directory. The module kstruct.ko will be created in the directory. Make sure  the kernel headers are present in 
    /lib/modules/$(shell uname -r)/build.

Load the module:
    Run as root:
    insmod tstruct.ko

Output:
    Look at the end of /var/sys/syslog to see the output

Unload the module:
    Run as root:
    rmmod tstruct

About

Kernel module to print offsets of task_struct

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages