|
parser.add_argument('binary', help = "Binary file to patch", type = argparse.FileType(mode = 'rb+'))
|
|
parser.add_argument('binary', help = "Binary file to patch", type = argparse.FileType(mode = 'rb+'))
|
|
parser.add_argument('-c', '--config', help = "List of files / strings to match",
|
|
parser.add_argument('-c', '--config', help = "List of files / strings to match",
|