Files
linux-kernel-module-cheat/kernel_module/user
2017-06-15 07:54:38 +01:00
..
2017-06-13 09:44:29 +01:00
2017-06-12 06:59:19 +01:00
2017-06-13 09:44:29 +01:00
2017-06-12 06:59:19 +01:00
2017-06-15 07:54:38 +01:00
2017-06-12 06:59:19 +01:00
2017-06-12 06:59:19 +01:00
2017-06-12 09:00:15 +01:00

User

Userland C programs used to test our kernel modules.

sh programs are simpler, and installed by copying directly with an overlay.

C programs require cross compiling, but give us more control over system calls.

These programs can also be compiled and used on host.

  1. myinsmod
  2. myrmmod