Work on adding different syscalls

This commit is contained in:
Michael Mikovsky
2025-08-19 08:17:09 -06:00
parent 59792420b5
commit 8ba4e92d60
17 changed files with 4243 additions and 4570 deletions
+8
View File
@@ -0,0 +1,8 @@
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