mirror of
https://github.com/keylase/nvidia-patch.git
synced 2024-12-22 21:03:35 +00:00
win: autopatch: update bitstring
This commit is contained in:
parent
e5559d8ae2
commit
dcbbc332fe
@ -55,14 +55,14 @@ def parse_args():
|
|||||||
parser.add_argument("-S", "--search",
|
parser.add_argument("-S", "--search",
|
||||||
nargs="+",
|
nargs="+",
|
||||||
default=[
|
default=[
|
||||||
"8BE885C0750548893EEB",
|
"8BF085C0750549892FEB",
|
||||||
"89450885C08B450C75048938EB",
|
"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=[
|
||||||
"33C08BE8750548893EEB",
|
"33C08BF0750549892FEB",
|
||||||
"33C08945088B450C75048938EB",
|
"33C08945088B450C75048938EB",
|
||||||
],
|
],
|
||||||
help="representation of replacement(s) binary string")
|
help="representation of replacement(s) binary string")
|
||||||
|
Loading…
Reference in New Issue
Block a user