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