skeleton commit
This commit is contained in:
parent
322207a2e5
commit
4063fdf5f0
3
build_module.sh
Normal file
3
build_module.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
cd src/module
|
||||
make -C /lib/modules/$(uname -r)/build M=$PWD
|
2
scripts/injection.sh
Normal file
2
scripts/injection.sh
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
#Use posix shell script sintax only no bash only sintax
|
1
src/kernel-module/Makefile
Normal file
1
src/kernel-module/Makefile
Normal file
@ -0,0 +1 @@
|
||||
obj-m += martin.o
|
0
src/kernel-module/stage3.c
Normal file
0
src/kernel-module/stage3.c
Normal file
0
src/stage1.cpp
Normal file
0
src/stage1.cpp
Normal file
0
src/stage2.cpp
Normal file
0
src/stage2.cpp
Normal file
Loading…
x
Reference in New Issue
Block a user