mirror of
https://github.com/Astatin3/syscall-stream-rs.git
synced 2026-06-08 16:08:01 -06:00
5f38d85e6ce40c77bc54a9a4444a28ff4cb6e6e1
TODO:
- - Copy memory over network
- - Stream std buffers over network
Server:
- - Intercept syscalls
- - Transmit syscalls over network
- - Read memory from buffers.
- - Mutate all syscalls into Rust
- - Figure out which system calls should be forwarded and not
Mimic:
- - Execute syscalls
- - Mutate all syscalls back into C
- - Create subprocess and mimic system calls in it.
Description
Languages
Rust
100%