linux-rootkits-red-blue-teams
linux-rootkits-red-blue-teams copied to clipboard
Linux Rootkits (4.x Kernel)
What is the point of this course? this should be renamed to how to write a hello world LKM, not rootkit..
Current output of `make` : ``` whokilleddb@uwu:~/LKMs/07-BinaryName$ KERNEL_ROOT=/home/whokilleddb/Linux/linux-5.11.0 make make[1]: Entering directory '/home/whokilleddb/Linux/linux-5.11.0' CC [M] /home/whokilleddb/LKMs/07-BinaryName/binarypath.o In file included from /home/whokilleddb/LKMs/07-BinaryName/binarypath.c:5: /home/whokilleddb/LKMs/07-BinaryName/process-thread-info.h: In function ‘PRINT_TASK_BINARY_NAME’: /home/whokilleddb/LKMs/07-BinaryName/process-thread-info.h:51:29: error: ‘struct mm_struct’ has...