[#] 微信 3.1 新的多开特征尝试

This commit is contained in:
huiyadanli 2020-12-08 21:19:14 +08:00
parent f053dfed46
commit e588f6063c
2 changed files with 23 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -66,11 +66,32 @@ namespace RevokeMsgPatcher
"WeChatWin.dll",
new List<CommonModifyInfo>
{
new CommonModifyInfo
{
Name="WeChatWin.dll",
StartVersion="3.1.0.00",
EndVersion="3.1.1.00",
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("FF E8 9B EF FF FF 84 C0 74 08 83"),
Replace = ByteUtil.HexStringToByteArray("FF 90 90 90 90 90 84 C0 74 08 83"),
Category = "多开"
}
}
},
new CommonModifyInfo
{
Name="WeChatWin.dll",
StartVersion="2.8.0.88",
EndVersion="",
EndVersion="3.1.0.00",
ReplacePatterns = new List<ReplacePattern>
{
new ReplacePattern