changed repo structure
This commit is contained in:
7
2024/bi0sctf/pwn/virtio-note/exploit/Makefile
Normal file
7
2024/bi0sctf/pwn/virtio-note/exploit/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
obj-m += malicious_driver.o
|
||||
|
||||
all:
|
||||
make -C ../linux M=$(PWD) modules
|
||||
|
||||
clean:
|
||||
make -C ../linux M=$(PWD) clean
|
||||
Reference in New Issue
Block a user