mirror of
https://github.com/h3xduck/TripleCross.git
synced 2025-12-25 10:53:09 +08:00
[BUILD IS FAILING] Added file system hooks and other improvements. Uploading because of needing to backup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user