mirror of
https://github.com/h3xduck/TripleCross.git
synced 2025-12-20 08:43:07 +08:00
Finished injection module at userspace using /proc/<pid>/maps, enables to overwrite the GOT section with RELRO activated
This commit is contained in:
@@ -26,6 +26,8 @@ struct fs_open_data{ //Map value
|
||||
struct inj_ret_address_data{ //Map value
|
||||
__u64 libc_syscall_address;
|
||||
__u64 stack_ret_address;
|
||||
__u64 relro_active;
|
||||
__u64 got_address;
|
||||
};
|
||||
|
||||
struct fs_priv_open{ //Map
|
||||
|
||||
Reference in New Issue
Block a user