[BUILD IS FAILING] Added file system hooks and other improvements. Uploading because of needing to backup

This commit is contained in:
h3xduck
2022-01-04 20:09:59 -05:00
parent 74873dbca5
commit f8774ac9cf
15 changed files with 1132 additions and 988 deletions

View File

@@ -23,6 +23,12 @@ typedef struct module_config_t{
char handle_sched_process_exec;
}sched_module;
struct fs_module {
char all;
char kprobe__64_compat_sys_read;
char kprobe__64_sys_read;
}fs_module;
} module_config_t;
//Configuration struct. Used by the module manager to
@@ -38,6 +44,10 @@ typedef struct module_config_attr_t{
void* __empty;
}sched_module;
struct fs_module_attr {
void* __empty;
}fs_module;
} module_config_attr_t;
//An unique module configutation struct and attr