Skip to content

Instantly share code, notes, and snippets.

View SmallHanley's full-sized avatar
💭
headache

Jason Lin SmallHanley

💭
headache
  • NCKU CSIE / NYCU CS
  • Taiwan
View GitHub Profile
@SmallHanley
SmallHanley / hideproc.c
Last active June 25, 2024 11:38
linux2021-summer-homework1
#include <linux/cdev.h>
#include <linux/ftrace.h>
#include <linux/kallsyms.h>
#include <linux/list.h>
#include <linux/module.h>
#include <linux/proc_fs.h>
MODULE_LICENSE("GPL");
MODULE_AUTHOR("National Cheng Kung University, Taiwan");