This commit is contained in:
2024-03-28 20:51:12 +08:00
parent 701f75c100
commit 46f0e9626e
4 changed files with 157 additions and 0 deletions

6
ROP/KROP_LPE/Makefile Normal file
View File

@@ -0,0 +1,6 @@
obj-m += stacksmash_driver.o
all:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
clean:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean