Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1.03 KB

File metadata and controls

22 lines (12 loc) · 1.03 KB

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