mirror of
https://github.com/h3xduck/TripleCross.git
synced 2025-12-22 01:33:07 +08:00
Finished extraction of return address from the stack, and libc syscall adress
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user