mirror of
https://github.com/h3xduck/TripleCross.git
synced 2025-12-27 20:03:07 +08:00
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:
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user