Finished extraction of return address from the stack, and libc syscall adress

This commit is contained in:
h3xduck
2022-03-17 19:32:32 -04:00
parent 9647972531
commit fcf43ff180
10 changed files with 9999 additions and 9475 deletions

View File

@@ -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;