win: autopatch: new bytecode for 591.xx

This commit is contained in:
Jai Luthra
2025-12-10 14:58:55 +05:30
committed by Jai Luthra
parent 768cdc8e28
commit d4410ddab7

View File

@@ -53,15 +53,15 @@ def parse_args():
parser.add_argument("-S", "--search", parser.add_argument("-S", "--search",
nargs="+", nargs="+",
default=[ default=[
"8BF085C0750549892FEB", "8BF04533FF85C0",
"89450885C08B450C75048938EB", "8985ECFBFFFF85C08B85DCFBFFFF7504",
], ],
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", "33C08BF04533FF",
"33C08945088B450C75048938EB", "31C08985ECFBFFFF8B85DCFBFFFF7504",
], ],
help="representation of replacement(s) binary string") help="representation of replacement(s) binary string")
parser.add_argument("-o", "--stdout", parser.add_argument("-o", "--stdout",