Further improvements in the rootkit configuration by the user

This commit is contained in:
h3xduck
2021-12-31 12:02:35 -05:00
parent 0863566292
commit d18b0aa23c
11 changed files with 1274 additions and 59 deletions

View File

@@ -3,6 +3,7 @@
#define RB_EVENT_MAX_MESSAGE_SIZE 512
// Ring buffer for kernel->user communication
typedef enum {
INFO,
DEBUG,
@@ -17,7 +18,6 @@ struct rb_event {
event_type_t event_type;
};
//sched_process_exec tracepoint contents
struct trace_entry {
short unsigned int type;