mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-08-19 21:03:12 -07:00
autopatch: update bitstrings
This commit is contained in:
parent
41118ded5f
commit
4bd0042bf6
1 changed files with 4 additions and 4 deletions
|
@ -54,15 +54,15 @@ def parse_args():
|
|||
parser.add_argument("-S", "--search",
|
||||
nargs="+",
|
||||
default=[
|
||||
"8BF085C0750549892FEB",
|
||||
"89450885C075048937EB",
|
||||
"8BE885C0750548893EEB",
|
||||
"89450885C08B450C75048938EB",
|
||||
],
|
||||
help="representation of search pattern(s) binary string")
|
||||
parser.add_argument("-R", "--replacement",
|
||||
nargs="+",
|
||||
default=[
|
||||
"33C08BF0750549892FEB",
|
||||
"33C089450875048937EB",
|
||||
"33C08BE8750548893EEB",
|
||||
"33C08945088B450C75048938EB",
|
||||
],
|
||||
help="representation of replacement(s) binary string")
|
||||
parser.add_argument("-o", "--stdout",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue