Skip to content

robinzh/intercept-page-fault-handler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

intercept-page-fault-handler

This is a demo showing you how to intercept the page fault handler of Linux x86_64 system

load.sh is to load the module while unload.sh is to unload the module. The method in this project need the file '/boot/System.map-<current-linux-version>' being present and correct.

About

This is a demo showing you how to intercept the page fault handler of Linux x86_64 system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 85.2%
  • Shell 14.8%