mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 18:25:57 +01:00
6 lines
126 B
Bash
Executable File
6 lines
126 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
insmod /anonymous_inode.ko
|
|
/anonymous_inode.out /sys/kernel/debug/lkmc_anonymous_inode
|
|
rmmod anonymous_inode
|