From dcbbc332fe71ff7141d316ad67efdb2f0b05dcb0 Mon Sep 17 00:00:00 2001 From: Jai Luthra Date: Wed, 29 Jun 2022 22:09:56 +0530 Subject: [PATCH] win: autopatch: update bitstring --- win/tools/autopatch/autopatch.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win/tools/autopatch/autopatch.py b/win/tools/autopatch/autopatch.py index bb88a89..7b0d640 100755 --- a/win/tools/autopatch/autopatch.py +++ b/win/tools/autopatch/autopatch.py @@ -55,14 +55,14 @@ def parse_args(): parser.add_argument("-S", "--search", nargs="+", default=[ - "8BE885C0750548893EEB", + "8BF085C0750549892FEB", "89450885C08B450C75048938EB", ], help="representation of search pattern(s) binary string") parser.add_argument("-R", "--replacement", nargs="+", default=[ - "33C08BE8750548893EEB", + "33C08BF0750549892FEB", "33C08945088B450C75048938EB", ], help="representation of replacement(s) binary string")