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

commit b47af68d148401ec547a9a713c7ca5fb62e174bb
parent 0bccd665da3eab8e5555e67f5b76e7073f406b4e
Author: deurzen <m.deurzen@tum.de>
Date:   Sat, 28 Nov 2020 15:45:15 +0100

adds tags rule

Diffstat:
MMakefile | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -39,6 +39,9 @@ test: debug remove clear_dmesg install install: -@insmod ./$(TARGET).ko +.PHONY: tags + -@ctags -R . + .PHONY: remove remove: -@rmmod $(TARGET)