[+] 微信 3.2.1.34

This commit is contained in:
huiyadanli 2021-02-15 16:43:55 +08:00
parent 33b92d19c8
commit 2a220ead5a
2 changed files with 23 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -69,9 +69,30 @@ namespace RevokeMsgPatcher
new CommonModifyInfo
{
Name="WeChatWin.dll",
StartVersion="3.1.0.00",
StartVersion="3.2.0.00",
EndVersion="",
ReplacePatterns = new List<ReplacePattern>
{
new ReplacePattern
{
Search = ByteUtil.HexStringToByteArray("00 85 C0 74 7B 8B C8 E8"),
Replace = ByteUtil.HexStringToByteArray("00 85 C0 EB 7B 8B C8 E8"),
Category = "防撤回"
},
new ReplacePattern
{
Search = ByteUtil.HexStringToByteArray("E8 6B 00 00 00 84 C0 74 56 56 6A 00"),
Replace = ByteUtil.HexStringToByteArray("E8 6B 00 00 00 84 C0 EB 56 56 6A 00"),
Category = "多开"
}
}
},
new CommonModifyInfo
{
Name="WeChatWin.dll",
StartVersion="3.1.0.00",
EndVersion="3.2.0.00",
ReplacePatterns = new List<ReplacePattern>
{
new ReplacePattern
{