Updated function and configurator manager names to the used hook.

This commit is contained in:
h3xduck
2022-01-26 13:04:23 -05:00
parent 9b366810b5
commit 2b50d376a6
9 changed files with 758 additions and 756 deletions

View File

@@ -25,8 +25,8 @@ typedef struct module_config_t{
struct fs_module {
char all;
char kprobe_ksys_read;
char kretprobe_vfs_read;
char tp_sys_enter_read;
char tp_sys_exit_read;
}fs_module;
} module_config_t;