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 ae06783aec91abf5c2d88b28f761a7dac9e1bc9d
parent 2a773d7cf2fa337b959df54d772e7d95d21ae440
Author: Tizian Leonhardt <tizianleonhardt@web.de>
Date:   Mon,  8 Feb 2021 01:06:20 +0100

Fix watchpoint

Diffstat:
Mproject/README.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/README.md b/project/README.md @@ -31,7 +31,7 @@ Output levels:* ``` WARN # warn when critical fields (in this case task_struct->cred.uid) change to suspicious values -INFO # also print tracepoint additions +INFO # also print watchpoint additions TRACE # also print every memory allocation ```