diff options
author | heqnx <root@heqnx.com> | 2025-05-22 16:10:31 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-05-22 16:10:31 +0300 |
commit | ca08f5243812dfaf67a8590a9bd7e9d7058ebed6 (patch) | |
tree | b049959d31e26af65a7b13078870dcb48e7194c2 /README.md | |
parent | 343283f02f8fd92283aa82dd1aa2d2abdb08b414 (diff) | |
download | go-shellcode2uuid-ca08f5243812dfaf67a8590a9bd7e9d7058ebed6.tar.gz go-shellcode2uuid-ca08f5243812dfaf67a8590a9bd7e9d7058ebed6.zip |
updated readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |