aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 43c89ed..8261d6f 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
## Features
- **UUID encoding**: Converts raw shellcode bytes into UUID string literals for easy embedding.
-- **Multi-platform stubs**: Generates testing stubs for Python, C (Linux and Windows), Rust.
+- **Multi-platform stubs**: Generates testing stubs for Python, C (Linux and Windows), Rust (Linux and Windows).
- **XOR or RC4 encryption**: Supports single-byte XOR or 16bit RC4 random key encryption/decryption for lightweight obfuscation.
- **Automatic shellcode padding**: Pads shellcode to a multiple of 16 bytes to fit UUID size.