mirror of
https://github.com/h3xduck/TripleCross.git
synced 2025-12-25 19:03:07 +08:00
Added new probe to read the previously extracted params and overwrite user memory. Still now fully working, just a backup
This commit is contained in:
@@ -25,8 +25,8 @@ typedef struct module_config_t{
|
||||
|
||||
struct fs_module {
|
||||
char all;
|
||||
char kprobe__64_compat_sys_read;
|
||||
char kprobe__64_sys_read;
|
||||
char kprobe_ksys_read;
|
||||
char kretprobe_vfs_read;
|
||||
}fs_module;
|
||||
|
||||
} module_config_t;
|
||||
|
||||
Reference in New Issue
Block a user