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 e8522194c0eff314704ec29f9793155766f7ca00
parent 527da0ea88229874eccf61e7c92e84a0f72b3d6c
Author: Tizian Leonhardt <tizianleonhardt@web.de>
Date:   Sun,  7 Feb 2021 22:56:08 +0100

Change wording

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

diff --git a/project/occ.sh b/project/occ.sh @@ -1,7 +1,7 @@ #!/bin/bash #extract all occurences of function calls and the assigned variables from kernel sources -#these are more-or-less wrappers for the functions we use in extract_sizeret.py +#these are (more or less) wrappers for the functions we use in extract_sizeret.py funcs=("kmalloc" "kzalloc" "vmalloc" "vzalloc" "alloc_task_struct_node") out=".funcs"