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 093c929968c61293c699678a1e814f403a6bf107
parent 2401734d88ef9dc9ce78142be99da3df14fca73c
Author: deurzen <m.deurzen@tum.de>
Date:   Sun,  6 Dec 2020 04:14:50 +0100

adds reinstall rule

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

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