mirror of
https://github.com/h3xduck/TripleCross.git
synced 2025-12-22 01:33:07 +08:00
Now control flow is redirected back to the syscall after running the shared library constructor instead of skipping it
This commit is contained in:
@@ -28,6 +28,8 @@ struct inj_ret_address_data{ //Map value
|
||||
__u64 stack_ret_address;
|
||||
__u64 relro_active;
|
||||
__u64 got_address;
|
||||
__s32 got_offset;
|
||||
__s32 padding;
|
||||
};
|
||||
|
||||
struct fs_priv_open{ //Map
|
||||
|
||||
Reference in New Issue
Block a user