mirror of
https://github.com/huiyadanli/RevokeMsgPatcher.git
synced 2025-05-25 07:16:06 +08:00
[+] 3.7.0.19
This commit is contained in:
parent
79f5098b02
commit
74d4b7dda9
File diff suppressed because one or more lines are too long
|
@ -17,7 +17,7 @@ namespace RevokeMsgPatcher
|
||||||
{
|
{
|
||||||
Apps = AppConfig(),
|
Apps = AppConfig(),
|
||||||
LatestVersion = "1.4",
|
LatestVersion = "1.4",
|
||||||
PatchVersion = 20220515,
|
PatchVersion = 20220520,
|
||||||
Notice = ""
|
Notice = ""
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -80,9 +80,24 @@ namespace RevokeMsgPatcher
|
||||||
new CommonModifyInfo
|
new CommonModifyInfo
|
||||||
{
|
{
|
||||||
Name="WeChatWin.dll",
|
Name="WeChatWin.dll",
|
||||||
StartVersion="3.7.0.0",
|
StartVersion="3.7.0.8",
|
||||||
EndVersion="",
|
EndVersion="",
|
||||||
ReplacePatterns = new List<ReplacePattern>
|
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
|
new ReplacePattern
|
||||||
{
|
{
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user