diff --git a/make_bfg b/make_bfg index e449f49..fef386e 100755 Binary files a/make_bfg and b/make_bfg differ diff --git a/make_bfg.c b/make_bfg.c index fe0b668..f6dd5d1 100644 --- a/make_bfg.c +++ b/make_bfg.c @@ -172,7 +172,6 @@ void print_help() printf("Options:\n"); printf("-l load and exec shellcode from given file, call is with mytrojan.exe myshellcode.txt\n"); printf("-f compile shellcode into .exe, needs filename of shellcode file\n"); - printf("-k \"killswitch\" sandbox evasion with gethostbyname\n"); printf("-X compile for 64 bit\n"); printf("-p print debug information\n"); printf("-q quiet mode (hide console window)\n");