skeleton commit

This commit is contained in:
PoliEcho 2024-09-22 19:34:22 +02:00
parent 322207a2e5
commit 4063fdf5f0
7 changed files with 6 additions and 0 deletions

0
Makefile Normal file
View File

3
build_module.sh Normal file
View 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
View File

@ -0,0 +1,2 @@
#!/bin/sh
#Use posix shell script sintax only no bash only sintax

View File

@ -0,0 +1 @@
obj-m += martin.o

View File

0
src/stage1.cpp Normal file
View File

0
src/stage2.cpp Normal file
View File