mirror of
https://github.com/huiyadanli/RevokeMsgPatcher.git
synced 2025-05-24 22:46:06 +08:00
[+] 微信 3.2.1.34
This commit is contained in:
parent
33b92d19c8
commit
2a220ead5a
File diff suppressed because one or more lines are too long
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user