diff options
author | heqnx <root@heqnx.com> | 2025-05-22 16:10:54 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-05-22 16:10:54 +0300 |
commit | 5d8eb0e4ea5e75587575ec7d70215946532e58fd (patch) | |
tree | 945750ff6ca925b98f29f5b9fc5761440ca51fbf /README.md | |
parent | ca08f5243812dfaf67a8590a9bd7e9d7058ebed6 (diff) | |
download | go-shellcode2uuid-5d8eb0e4ea5e75587575ec7d70215946532e58fd.tar.gz go-shellcode2uuid-5d8eb0e4ea5e75587575ec7d70215946532e58fd.zip |
typo
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. -- **XOR or RC$ encryption**: Supports single-byte XOR or 16bit RC4 random key encryption/decryption for lightweight obfuscation. +- **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. ## Installation |