This website requires JavaScript.
Explore
Help
Register
Sign In
admin
/
TripleCross
Watch
1
Star
0
Fork
0
You've already forked TripleCross
mirror of
https://github.com/h3xduck/TripleCross.git
synced
2025-12-22 01:33:07 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
99e9fd427746f3dbffc70ff8be3e3c80b5a45e6c
TripleCross
/
src
/
ebpf
/
include
/
bpf
History
h3xduck
99e9fd4277
FS module now can overwrite the buffer of read syscalls, effectively modifying what is returned as a result. Small PoC included now which modifies any first char in a string to 'O'. Use under discretion, may crash some programs, not enough checks implemented yet.
2022-01-15 16:16:30 -05:00
..
fs.h
FS module now can overwrite the buffer of read syscalls, effectively modifying what is returned as a result. Small PoC included now which modifies any first char in a string to 'O'. Use under discretion, may crash some programs, not enough checks implemented yet.
2022-01-15 16:16:30 -05:00
map_defs.h
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
2022-01-14 21:18:51 -05:00
sched.h
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
2022-01-14 21:18:51 -05:00