Skip to content

This repository contains a three part documents and codes for implementing a LKM with a user program controller that extracts process information from kernel. for more information please refer to my weblog ( Part 2.1 and 2.2 and 2.3 posts )

Notifications You must be signed in to change notification settings

navidpadid/Linux-Process-Information-Kernel-Module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux-Process-Information-Kernel-Module

This repository contains a three part documents and codes for implementing a LKM with a user program controller that extracts process information from kernel.

For more information, please refer to my weblog ( Part 2.1 and 2.2 and 2.3 posts )

More info on first document proj21.pdf :

Implementation of Simple “hello world” Module and Run

http://navidmalek.blog.ir/1396/07/07/Linux-2-1-Implementation-of-Simple-%E2%80%9Chello-world%E2%80%9D-Module-and-Run

More info on second document proj22.pdf :

Finding specified information and necessary functions to implement desired module

http://navidmalek.blog.ir/1396/07/07/Linux-2-2-Part-2-2-Finding-specified-information-and-necessary-functions-to-implement-desired-module

More info on third document and the implementation codes proj23.pdf, elf_det.c, elf_det_ctrl.c:

Implementation of desired kernel module and user program

http://navidmalek.blog.ir/1396/07/07/Linux-2-3-Part-2-3-Implementation-of-desired-kernel-module-and-user-program

About

This repository contains a three part documents and codes for implementing a LKM with a user program controller that extracts process information from kernel. for more information please refer to my weblog ( Part 2.1 and 2.2 and 2.3 posts )

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages