parser.add_argument('--original_file',default="../tests/data/insert_shellcode/babymetal.cpp",help="The original C code with a shellcode to replace")
parser.add_argument('--shellcode_file',default="../tests/data/insert_shellcode/shellcode.c",help="The shellcode C snippet to insert into the original file")
parser.add_argument('--variant',default=1,type=int,help="Modification variant. 1 will add a metasploit generated snippet into a header file. 2 will generate a header file out of a 'xxd -i' generated script")
# parser.add_argument('--varname', default=None, help="The name for the shellcode variable")