Skip to content

Commit

Permalink
优化了错误提示,解决了部分bug,优化了unhook模板,新增debug模式,可以选择是否打印中间加密/混淆过程
Browse files Browse the repository at this point in the history
  • Loading branch information
fdx-xdf committed May 1, 2024
1 parent 29a51e8 commit 14c52fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

func Options() *Others.FlagOptions {
help := flag.Bool("h", false, "使用帮助")
inputFile := flag.String("i", "calc_shellcode_64.bin", "原始格式 Shellcode 的路径")
inputFile := flag.String("i", "", "原始格式 Shellcode 的路径")
encryption := flag.String("enc", "aes", "Shellcode加密方式 (例如, aes, xor)")
language := flag.String("lang", "c", "加载器的语言")
outFile := flag.String("o", "Program", "输出文件")
Expand Down

0 comments on commit 14c52fd

Please sign in to comment.