Commit 4bd0042b authored by Jai Luthra's avatar Jai Luthra Committed by Jai Luthra

autopatch: update bitstrings

parent 41118ded
...@@ -54,15 +54,15 @@ def parse_args(): ...@@ -54,15 +54,15 @@ def parse_args():
parser.add_argument("-S", "--search", parser.add_argument("-S", "--search",
nargs="+", nargs="+",
default=[ default=[
"8BF085C0750549892FEB", "8BE885C0750548893EEB",
"89450885C075048937EB", "89450885C08B450C75048938EB",
], ],
help="representation of search pattern(s) binary string") help="representation of search pattern(s) binary string")
parser.add_argument("-R", "--replacement", parser.add_argument("-R", "--replacement",
nargs="+", nargs="+",
default=[ default=[
"33C08BF0750549892FEB", "33C08BE8750548893EEB",
"33C089450875048937EB", "33C08945088B450C75048938EB",
], ],
help="representation of replacement(s) binary string") help="representation of replacement(s) binary string")
parser.add_argument("-o", "--stdout", parser.add_argument("-o", "--stdout",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment