Merge pull request #1 from xcellerator/wip
Rewrite rootkit examples to use ftrace instead of sys_call_table[] method |
---|
3_RootkitTechniques/3.0_hiding_lkm/rootkit.c |
---|
3_RootkitTechniques/3.1_syscall_hooking/rootkit.c |
---|
3_RootkitTechniques/3.2_kill_signalling/README.md |
---|
3_RootkitTechniques/3.2_kill_signalling/ftrace_helper.h 0 → 100644 |
---|
3_RootkitTechniques/3.2_kill_signalling/rootkit.c |
---|
3_RootkitTechniques/3.3_set_root/README.md |
---|
3_RootkitTechniques/3.3_set_root/ftrace_helper.h 0 → 100644 |
---|
3_RootkitTechniques/3.3_set_root/rootkit.c |
---|
3_RootkitTechniques/3.4_hiding_directories/README.md |
---|
3_RootkitTechniques/3.4_hiding_directories/ftrace_helper.h 0 → 100644 |
---|
3_RootkitTechniques/3.4_hiding_directories/rootkit.c |
---|
3_RootkitTechniques/3.5_hiding_processes/ftrace_helper.h 0 → 100644 |
---|
3_RootkitTechniques/3.5_hiding_processes/rootkit.c |
---|
3_RootkitTechniques/3.6_hiding_ports/README.md |
---|
3_RootkitTechniques/README.md 0 → 100644 |
---|