mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 19:21:35 +01:00
start the big userland migration
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
insmod mmap.ko
|
||||
./mmap.out /proc/lkmc_mmap 2>&1 1>/dev/null
|
||||
./kernel_modules/mmap.out /proc/lkmc_mmap 2>&1 1>/dev/null
|
||||
rmmod mmap.ko
|
||||
|
||||
Reference in New Issue
Block a user