Files

16 lines
421 B
Markdown
Raw Permalink Normal View History

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