mirror of
https://github.com/huiyadanli/RevokeMsgPatcher.git
synced 2025-05-23 22:06: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(),
|
||||
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
Loading…
Reference in New Issue
Block a user