mirror of
https://github.com/keylase/nvidia-patch.git
synced 2024-11-10 03:58:20 +00:00
ap: relax search pattern a little
This commit is contained in:
parent
fafbd8bac3
commit
e16535da82
@ -54,15 +54,15 @@ def parse_args():
|
|||||||
parser.add_argument("-S", "--search",
|
parser.add_argument("-S", "--search",
|
||||||
nargs="+",
|
nargs="+",
|
||||||
default=[
|
default=[
|
||||||
"8BF085C0750549892FEB21",
|
"8BF085C0750549892FEB",
|
||||||
"89450885C075048937EB22",
|
"89450885C075048937EB",
|
||||||
],
|
],
|
||||||
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=[
|
||||||
"33C08BF0750549892FEB21",
|
"33C08BF0750549892FEB",
|
||||||
"33C089450875048937EB22",
|
"33C089450875048937EB",
|
||||||
],
|
],
|
||||||
help="representation of replacement(s) binary string")
|
help="representation of replacement(s) binary string")
|
||||||
parser.add_argument("-o", "--stdout",
|
parser.add_argument("-o", "--stdout",
|
||||||
|
Loading…
Reference in New Issue
Block a user