Skip to content

Linux kernel loadable module for accessing process's VMA info and bind my new page fault handler

Notifications You must be signed in to change notification settings

DefiPanda/getvminfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compiler & Load Module:
first time use -----
make && sudo insmod getvminfo.ko && gcc caller.c -o caller
second time or later use ----
sudo rmmod getvminfo.ko && make && sudo insmod getvminfo.ko && gcc caller.c -o caller

Call program:
./caller 1 #for using new page fault server
./caller other_int #for using general service

About

Linux kernel loadable module for accessing process's VMA info and bind my new page fault handler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages