mirror of
https://github.com/huiyadanli/RevokeMsgPatcher.git
synced 2025-05-24 06:26:06 +08:00
[+] 微信3.6的特征码与3.4一样
This commit is contained in:
parent
479baad638
commit
ab09dbd752
File diff suppressed because one or more lines are too long
|
@ -69,9 +69,31 @@ namespace RevokeMsgPatcher
|
||||||
new CommonModifyInfo
|
new CommonModifyInfo
|
||||||
{
|
{
|
||||||
Name="WeChatWin.dll",
|
Name="WeChatWin.dll",
|
||||||
StartVersion="3.5.0.28",
|
StartVersion="3.6.0.5",
|
||||||
EndVersion="",
|
EndVersion="",
|
||||||
ReplacePatterns = new List<ReplacePattern>
|
ReplacePatterns = new List<ReplacePattern>
|
||||||
|
{
|
||||||
|
// 防撤回特征又和 3.4 时期一样了
|
||||||
|
new ReplacePattern
|
||||||
|
{
|
||||||
|
Search = ByteUtil.HexStringToByteArray("EF 00 85 C0 74 32 B9 3F 3F 3F 11 8A"),
|
||||||
|
Replace = ByteUtil.HexStringToByteArray("EF 00 85 C0 EB 32 B9 3F 3F 3F 11 8A"),
|
||||||
|
Category = "防撤回"
|
||||||
|
},
|
||||||
|
new ReplacePattern
|
||||||
|
{
|
||||||
|
Search = ByteUtil.HexStringToByteArray("83 C4 04 80 BD 2F FC FF FF 00 74 58 8B 3D"),
|
||||||
|
Replace = ByteUtil.HexStringToByteArray("83 C4 04 80 BD 2F FC FF FF 00 EB 58 8B 3D"),
|
||||||
|
Category = "多开"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
new CommonModifyInfo
|
||||||
|
{
|
||||||
|
Name="WeChatWin.dll",
|
||||||
|
StartVersion="3.5.0.28",
|
||||||
|
EndVersion="3.6.0.0",
|
||||||
|
ReplacePatterns = new List<ReplacePattern>
|
||||||
{
|
{
|
||||||
new ReplacePattern
|
new ReplacePattern
|
||||||
{
|
{
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user