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 64db58d07eb2628e2e8adff550daa4c4f20146d0
parent bea2d60836c7cbc63d62d9d14bd6fa7aaf786a2b
Author: deurzen <m.deurzen@tum.de>
Date:   Sun, 29 Nov 2020 17:24:05 +0100

fixes tags rule

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

diff --git a/Makefile b/Makefile @@ -40,6 +40,7 @@ install: -@insmod ./$(TARGET).ko .PHONY: tags +tags: -@ctags -R . .PHONY: remove