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
More info on second document proj22.pdf :
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