mirror of
https://github.com/Astatin3/syscall-stream-rs.git
synced 2026-06-09 00:18:01 -06:00
15 lines
371 B
Markdown
15 lines
371 B
Markdown
TODO:
|
|
[ ] - Copy memory over network
|
|
|
|
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.
|