[#] 3.4.0.7

This commit is contained in:
huiyadanli 2021-09-17 23:25:24 +08:00
parent afed24f30c
commit c503984745
3 changed files with 24 additions and 3 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.3.5.15",
StartVersion="3.4.0.0",
EndVersion="",
ReplacePatterns = new List<ReplacePattern>
{
new ReplacePattern
{
Search = ByteUtil.HexStringToByteArray("00 85 C0 74 32 B9 3F 3F 3F 11 8A"),
Replace = ByteUtil.HexStringToByteArray("00 85 C0 EB 32 B9 3F 3F 3F 11 8A"),
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.3.5.15",
EndVersion="3.4.0.0",
ReplacePatterns = new List<ReplacePattern>
{
new ReplacePattern
{

File diff suppressed because one or more lines are too long