rust-teeny(opt): optimize size further

This commit is contained in:
2026-06-16 21:38:40 +02:00
parent 74b82edd18
commit 5bc6a32c6a
3 changed files with 15 additions and 3 deletions
+1 -1
View File
@@ -4,4 +4,4 @@ PoC's showing how rust can do stuff people often critiquize it about.
# Members
- `rust-teeny`: A rust std binary only **8.6 KiB** big, achieves so by `abort()`ing instead of having graceful error logging, panics shouldn't have any source information nor should there be `Debug` implementations, no debug symbols and any potential path reference to `$PWD` is renamed. It carries a shellcode payload loaded into memory and executed from memory.
- `rust-teeny`: A rust std binary only **8.0 KiB** big, achieves so by `abort()`ing instead of having graceful error logging, panics shouldn't have any source information nor should there be `Debug` implementations, no debug symbols and any potential path reference to `$PWD` is renamed. It carries a shellcode payload loaded into memory and executed from memory.