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:
h3xduck
2022-01-14 22:05:08 -05:00
parent 106f141c7e
commit 945e2f2def
8 changed files with 60 additions and 1283 deletions

View File

@@ -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;