Files
syscall-stream-rs/README.md
T

15 lines
371 B
Markdown
Raw Normal View History

2025-08-19 08:17:09 -06:00
TODO:
[ ] - Copy memory over network
2025-08-23 09:12:40 -06:00
Server:
[x] - Intercept syscalls
[x] - Transmit syscalls over network
[x] - Read memory from buffers.
[ ] - Mutate syscalls into Rust
[ ] - Figure out which system calls should be forwarded and not
Mimic:
[x] - Execute syscalls
[ ] - Mutate syscalls back into C
[ ] - Create subprocess and mimic system calls in it.