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

@@ -24,7 +24,7 @@ struct fs_open_data{ //Map value
};
struct inj_ret_address_data{ //Map value
__u32 pid;
__u64 libc_syscall_address;
__u64 stack_ret_address;
};