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 02d84c779bf122e48d4b813ff7adf13a63c1e431
parent f9fc2c00a534e6f30a6c12b7de78cf46d2a019ef
Author: deurzen <m.deurzen@tum.de>
Date:   Sun, 29 Nov 2020 23:01:47 +0100

updates debug rule cflags

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -15,7 +15,7 @@ ccflags-y := -std=gnu99 -Wno-declaration-after-statement all: build debug: clean - @make -C $(KERNELDIR) M=$(PWD) ccflags-y="-DDEBUG" modules + @make -C $(KERNELDIR) M=$(PWD) ccflags-y="$(ccflags-y) -DDEBUG" modules release: clean build