aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 073c7c0..a4b4cca 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
- **UUID encoding**: Converts raw shellcode bytes into UUID string literals for easy embedding.
- **Multi-platform stubs**: Generates testing stubs for C (Linux and Windows), and Python.
-- **Optional XOR encoding**: Supports single-byte XOR encoding/decoding for lightweight obfuscation.
+- **XOR or RC$ 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.
## Installation