mirror of
https://github.com/h3xduck/TripleCross.git
synced 2025-12-30 05:03:08 +08:00
Added new kprobe to the filesystem ebpf section. Now receiving read events, and storing them in a map for later use, along with a reference to the user-space memory buffer
This commit is contained in:
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@@ -3,7 +3,7 @@
|
||||
"time.h": "c",
|
||||
"constants.h": "c",
|
||||
"pkt_cls.h": "c",
|
||||
"map_defs.h": "c",
|
||||
"map_common.h": "c",
|
||||
"regex.h": "c",
|
||||
"unistd.h": "c",
|
||||
"xdp_filter.h": "c",
|
||||
@@ -17,6 +17,7 @@
|
||||
"tcp.h": "c",
|
||||
"if_link.h": "c",
|
||||
"netlink.h": "c",
|
||||
"bpf_helper_defs.h": "c"
|
||||
"bpf_helper_defs.h": "c",
|
||||
"bpf.h": "c"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user