mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 10:15:57 +01:00
mistake
This commit is contained in:
@@ -4,7 +4,7 @@ Adapted from: https://github.com/chadversary/debugfs-tutorial/blob/47b3cf7ca4720
|
||||
Requires CONFIG_DEBUG_FS.
|
||||
|
||||
mkdir /debugfs
|
||||
mount -t debugfs none /sys/kernel/debug
|
||||
mount -t debugfs none /debugfs
|
||||
insmod /debugfs.ko
|
||||
cd /debugfs/kernel_module_cheat
|
||||
cat myfile
|
||||
|
||||
Reference in New Issue
Block a user