mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
mmap example works
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#!/bin/sh
|
||||
set -ex
|
||||
insmod /mmap.ko
|
||||
/mmap.out /sys/kernel/debug/lkmc_mmap
|
||||
/mmap.out /proc/lkmc_mmap
|
||||
rmmod /mmap.ko
|
||||
|
||||
Reference in New Issue
Block a user