Completed configuration module which enables to change the running ebpf modules in the rootkit at runtime. Minor changes and updated code structure

This commit is contained in:
h3xduck
2022-01-04 13:26:13 -05:00
parent 40da6b300b
commit 74873dbca5
10 changed files with 150 additions and 40 deletions

View File

@@ -8,6 +8,7 @@
"unistd.h": "c",
"xdp_filter.h": "c",
"module_manager.h": "c",
"modules.h": "c"
"modules.h": "c",
"libbpf.h": "c"
}
}