diff options
| author | heqnx <root@heqnx.com> | 2025-05-22 16:11:41 +0300 | 
|---|---|---|
| committer | heqnx <root@heqnx.com> | 2025-05-22 16:11:41 +0300 | 
| commit | 30c8bcdbfb562d06012ce9b1e7d84f9f57e67b11 (patch) | |
| tree | 0cff51568f7b720d6f2d19cfc49b7675395ea75f | |
| parent | 5d8eb0e4ea5e75587575ec7d70215946532e58fd (diff) | |
| download | go-shellcode2uuid-30c8bcdbfb562d06012ce9b1e7d84f9f57e67b11.tar.gz go-shellcode2uuid-30c8bcdbfb562d06012ce9b1e7d84f9f57e67b11.zip | |
small fix
| -rw-r--r-- | README.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -69,7 +69,7 @@ Usage of ./go-shellcode2uuid-linux-amd64:  ### Generate a Windows C stub with XOR encoding enabled:  ``` -$ ./go-shellcode2uuid -file shellcode_win.bin -stub cwin -xor +$ ./go-shellcode2uuid -file shellcode_win.bin -xor -stub cwin  [inf] shellcode size (276 bytes) is not a multiple of 16, will pad with nullbytes  [inf] using xor key: 0x1c  e0549ff8-ecf4-dc1c-1c1c-5d4d5d4c4e4d |