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 4942bb9bbe37f01be3374a4755b65d92433d9973
parent 997e825167419bcf5ebffe7f34d1110f2fd50132
Author: deurzen <m.deurzen@tum.de>
Date:   Fri, 27 Nov 2020 13:16:46 +0100

adds clean_client rule

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

diff --git a/Makefile b/Makefile @@ -25,6 +25,9 @@ build: client: @cc -O2 -std=gnu99 -o ./rkctl ./src/rkctl/rkctl.c +clean_client: + @rm -f ./rkctl + clean: @make -C $(KERNELDIR) M=$(PWD) clean