Work on things.

This commit is contained in:
Michael Mikovsky
2025-08-23 09:12:40 -06:00
parent 8ba4e92d60
commit 0e36538e84
18 changed files with 347 additions and 268 deletions
+12 -6
View File
@@ -1,8 +1,14 @@
TODO:
[x] - Intercept syscalls
[x] - Transmit syscalls over network
[x] - Execute syscalls
[x] - Read memory from buffers.
[ ] - Mutate syscalls into Rust
[ ] - Copy memory over network
[ ] - Mutate syscalls back into C
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.