Skip to content

xProsek720/Ubuntu-Kernel-Module-for-Process-Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ProcessSearchUKM

How to compile

make

How to run Kernel Module

sudo insmod my_driver.ko

How to stop Kernel Module

sudo rmmod my_driver

Goals

Goal is to Read and Write to memory of that PID

  • Found Process By Name
  • Made Hook to Memory of that process
  • Read Memory Address of that process
  • Write To Memory Address of that process

Words from Author

feel free to help me in development of that

I can feel the potential of that Kernel Module ;P

About

Process Search by Name of App not PID

Resources

Stars

Watchers

Forks

Packages

No packages published