Included a global config struct for controlling which hooks and functions of the rootkit should be active. Still work to be done in the bpf side

This commit is contained in:
h3xduck
2021-12-31 09:54:47 -05:00
parent d9a70f866c
commit 0863566292
13 changed files with 60 additions and 1204 deletions

View File

@@ -4,6 +4,10 @@
"constants.h": "c",
"pkt_cls.h": "c",
"map_defs.h": "c",
"regex.h": "c"
"regex.h": "c",
"unistd.h": "c",
"xdp_filter.h": "c",
"module_manager.h": "c",
"modules.h": "c"
}
}