mirror of
https://github.com/h3xduck/TripleCross.git
synced 2025-12-25 02:43:07 +08:00
Fixed the whole header setup, now correctly using the kernel headers instead of normal development ones. Ready to go on with original plan of file system hooking
This commit is contained in:
@@ -19,7 +19,8 @@ struct rb_event {
|
||||
};
|
||||
|
||||
//sched_process_exec tracepoint contents
|
||||
struct trace_entry {
|
||||
//now included in vmlinux
|
||||
/*struct trace_entry {
|
||||
short unsigned int type;
|
||||
unsigned char flags;
|
||||
unsigned char preempt_count;
|
||||
@@ -31,6 +32,6 @@ struct trace_event_raw_sched_process_exec {
|
||||
int pid;
|
||||
int old_pid;
|
||||
char __data[0];
|
||||
};
|
||||
};*/
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user