linux-rootkit

Feature-rich interactive rootkit that targets Linux kernel 4.19, accompanied by a dynamic kernel memory analysis GDB plugin for in vivo introspection (e.g. using QEMU)
git clone git://git.deurzen.net/linux-rootkit
Log | Files | Refs

Makefile (235B)


      1 .PHONY all: presentation.pdf
      2 
      3 presentation.pdf: presentation.tex
      4 	pdflatex presentation.tex
      5 	pdflatex presentation.tex
      6 	pdflatex presentation.tex
      7 
      8 .PHONY clean:
      9 	rm -f *.aux *.log *.nav *.out *.toc *.snm *.vrb *.pdfpc presentation.pdf