From 4bd0042bf65074f70a16d9ec79d5c54325f2839d Mon Sep 17 00:00:00 2001 From: Jai Luthra Date: Fri, 18 Feb 2022 00:02:58 +0530 Subject: [PATCH] autopatch: update bitstrings --- win/tools/autopatch/autopatch.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/win/tools/autopatch/autopatch.py b/win/tools/autopatch/autopatch.py index 90f2e36..ce3d032 100755 --- a/win/tools/autopatch/autopatch.py +++ b/win/tools/autopatch/autopatch.py @@ -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",