Add: exec feature for binaries

This commit is contained in:
xamidev
2024-09-23 15:46:58 +02:00
parent 5ad32d3ee1
commit 1fa4b5c70a
8 changed files with 38 additions and 16 deletions

View File

@@ -143,3 +143,7 @@ Starts a simplified and buggy snake game. You can choose the speed by setting th
Controls:
- `q` to quit
- `wasd` to move
#### `exec <binary>`
Executes a binary file. Warning: this is highly broken and syscalls aren't working. It's written in a childish manner. Help is always appreciated (lol).