diff options
author | heqnx <root@heqnx.com> | 2025-05-22 17:04:34 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-05-22 17:04:34 +0300 |
commit | 75425613cc171711cff81bb90b6d335cd04ee6c0 (patch) | |
tree | f672dfa3056d5fedd1d2ede026f88d7b2997f724 | |
parent | 312d40166934a5ab20779c332d21d49e07e7e033 (diff) | |
download | go-shellcode2uuid-75425613cc171711cff81bb90b6d335cd04ee6c0.tar.gz go-shellcode2uuid-75425613cc171711cff81bb90b6d335cd04ee6c0.zip |
updated readme
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |