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

KDIR ?= /lib/modules/$(shell uname -r)/build

all:
	$(MAKE) -C $(KDIR) M=$(PWD) modules

clean:
	$(MAKE) -C $(KDIR) M=$(PWD) clean