Added extraction of original jump instruction and opcodes

This commit is contained in:
h3xduck
2022-03-15 18:36:59 -04:00
parent 0c88d5baa9
commit 671e2d671d
18 changed files with 5736 additions and 1630 deletions

View File

@@ -37,7 +37,7 @@ typedef struct module_config_t{
struct injection_module {
char all;
char uprobe_execute_command;
char sys_timerfd_settime;
}injection_module;
} module_config_t;