aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorheqnx <root@heqnx.com>2025-05-22 19:04:11 +0300
committerheqnx <root@heqnx.com>2025-05-22 19:04:11 +0300
commitac3cf7613767d06c34c2c79c19859587c27974b8 (patch)
tree3aa9332b10d7647b60a34153a8684ecb0254e5e2 /main.go
parent30b700c5f77c71e37682dc3968db72bad4752eca (diff)
downloadgo-shellcode2uuid-main.tar.gz
go-shellcode2uuid-main.zip
updated readmeHEADmain
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index a6853ee..2e90cf9 100644
--- a/main.go
+++ b/main.go
@@ -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()