4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / Makefile
obj-m += exploit.o

PWD := $(CURDIR)

all:
	make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules 
 
clean:
	make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean