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 5fbec274e21ffb42d7a9f8a440f75bd027aa17c3
parent e8f4a790a24c7302fc3594e990adb4e0246a6155
Author: Tizian Leonhardt <tizianleonhardt@web.de>
Date:   Sun,  7 Feb 2021 22:20:10 +0100

Make occ.sh clearer

Diffstat:
Mproject/occ.sh | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/project/occ.sh b/project/occ.sh @@ -1,5 +1,7 @@ #!/bin/bash -#Extract all occurences of function calls and the assigned variables from kernel sources +#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 funcs=("kmalloc" "kzalloc" "vmalloc" "vzalloc" "alloc_task_struct_node") out=".funcs"