aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
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()