diff options
author | heqnx <root@heqnx.com> | 2025-05-22 19:04:11 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-05-22 19:04:11 +0300 |
commit | ac3cf7613767d06c34c2c79c19859587c27974b8 (patch) | |
tree | 3aa9332b10d7647b60a34153a8684ecb0254e5e2 /main.go | |
parent | 30b700c5f77c71e37682dc3968db72bad4752eca (diff) | |
download | go-shellcode2uuid-ac3cf7613767d06c34c2c79c19859587c27974b8.tar.gz go-shellcode2uuid-ac3cf7613767d06c34c2c79c19859587c27974b8.zip |
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -586,7 +586,7 @@ fn main() { func main() { filePath := flag.String("file", "", "path to binary shellcode file") - stubLang := flag.String("stub", "", "stub language to output (py, c, cwin, rs)") + stubLang := flag.String("stub", "", "stub language to output (py, c, cwin, cs, rs)") xorFlag := flag.Bool("xor", false, "enable single-byte xor encoding with random key") rc4Flag := flag.Bool("rc4", false, "enable rc4 encryption with 16bit random key") flag.Parse() |