[+] 3.7.0.19

This commit is contained in:
huiyadanli 2022-05-20 22:04:31 +08:00
parent 79f5098b02
commit 74d4b7dda9
3 changed files with 19 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -17,7 +17,7 @@ namespace RevokeMsgPatcher
{
Apps = AppConfig(),
LatestVersion = "1.4",
PatchVersion = 20220515,
PatchVersion = 20220520,
Notice = ""
};
}
@ -80,9 +80,24 @@ namespace RevokeMsgPatcher
new CommonModifyInfo
{
Name="WeChatWin.dll",
StartVersion="3.7.0.0",
StartVersion="3.7.0.8",
EndVersion="",
ReplacePatterns = new List<ReplacePattern>
{
new ReplacePattern
{
Search = ByteUtil.HexStringToByteArray("83 C4 08 84 C0 75 3F 68"),
Replace = ByteUtil.HexStringToByteArray("83 C4 08 84 C0 EB 3F 68"),
Category = "去除校验"
}
}
},
new CommonModifyInfo
{
Name="WeChatWin.dll",
StartVersion="3.7.0.0",
EndVersion="3.7.0.8",
ReplacePatterns = new List<ReplacePattern>
{
new ReplacePattern
{

File diff suppressed because one or more lines are too long