diff options
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() |