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 e994b529536c363b7718be1cb3db109b7f003df7
parent 1b5e2ba6314a3751c4d2d4978a27d1be582f4585
Author: Tizian Leonhardt <tizianleonhardt@web.de>
Date:   Thu,  4 Feb 2021 17:29:00 +0100

Toss out unneeded kfree

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

diff --git a/project/occ.sh b/project/occ.sh @@ -1,6 +1,6 @@ #!/bin/bash #Extract all occurences of function calls and the assigned variables from kernel sources -funcs=("kmalloc" "kzalloc" "kfree") +funcs=("kmalloc" "kzalloc") out=".funcs" rm -f cscope.out cscope.files $out