mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 20:14:27 +01:00
Anonymous inode!
This commit is contained in:
6
rootfs_overlay/anonymous_inode.sh
Executable file
6
rootfs_overlay/anonymous_inode.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
insmod /anonymous_inode.ko
|
||||
cd /sys/kernel/debug/lkmc_anonymous_inode/
|
||||
/anonymous_inode.out f
|
||||
rmmod anonymous_inode
|
||||
Reference in New Issue
Block a user