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:
h3xduck
2022-01-06 13:31:52 -05:00
parent 4882ce790c
commit 193d9ec28f
16 changed files with 128072 additions and 50 deletions

View File

@@ -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