mirror of
https://github.com/h3xduck/TripleCross.git
synced 2025-12-29 20:53:09 +08:00
Fixed the whole header setup, now correctly using the kernel headers instead of normal development ones. Ready to go on with original plan of file system hooking
This commit is contained in:
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
@@ -12,6 +12,11 @@
|
||||
"libbpf.h": "c",
|
||||
"bpf_tracing.h": "c",
|
||||
"ptrace.h": "c",
|
||||
"stat.h": "c"
|
||||
"stat.h": "c",
|
||||
"udp.h": "c",
|
||||
"tcp.h": "c",
|
||||
"if_link.h": "c",
|
||||
"netlink.h": "c",
|
||||
"bpf_helper_defs.h": "c"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user