Merge pull request #1 from xcellerator/wip
Rewrite rootkit examples to use ftrace instead of sys_call_table[] method
commit f523c9c352e952d9dfc4dfc3362f01dc272188f8
2 parents e168685 + 1446960
@Harvey Phillips Harvey Phillips authored on 27 Aug 2020
GitHub committed on 27 Aug 2020
Showing 15 changed files
View
3_RootkitTechniques/3.0_hiding_lkm/rootkit.c
View
3_RootkitTechniques/3.1_syscall_hooking/rootkit.c
View
3_RootkitTechniques/3.2_kill_signalling/README.md
View
3_RootkitTechniques/3.2_kill_signalling/ftrace_helper.h 0 → 100644
View
3_RootkitTechniques/3.2_kill_signalling/rootkit.c
View
3_RootkitTechniques/3.3_set_root/README.md
View
3_RootkitTechniques/3.3_set_root/ftrace_helper.h 0 → 100644
View
3_RootkitTechniques/3.3_set_root/rootkit.c
View
3_RootkitTechniques/3.4_hiding_directories/README.md
View
3_RootkitTechniques/3.4_hiding_directories/ftrace_helper.h 0 → 100644
View
3_RootkitTechniques/3.4_hiding_directories/rootkit.c
View
3_RootkitTechniques/3.5_hiding_processes/ftrace_helper.h 0 → 100644
View
3_RootkitTechniques/3.5_hiding_processes/rootkit.c
View
3_RootkitTechniques/3.6_hiding_ports/README.md
View
3_RootkitTechniques/README.md 0 → 100644