Skip to content

Commit ce878c2

Browse files
committed
微信 4.1.0.14
1 parent 1c11565 commit ce878c2

File tree

5 files changed

+27
-6
lines changed

5 files changed

+27
-6
lines changed

RevokeMsgPatcher.Assistant/Data/1.9/patch.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

RevokeMsgPatcher.Assistant/Data/2.0/patch.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

RevokeMsgPatcher.Assistant/Data/2.1/patch.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

RevokeMsgPatcher.Assistant/JsonData.cs

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public Bag Bag()
1717
{
1818
Apps = AppConfig(),
1919
LatestVersion = "2.1",
20-
PatchVersion = 20250803,
20+
PatchVersion = 20250815,
2121
Notice = "",
2222
NoticeUrl = "",
2323
};
@@ -1439,9 +1439,30 @@ public App Weixin()
14391439
new CommonModifyInfo
14401440
{
14411441
Name="Weixin.dll",
1442-
StartVersion="4.0.3.0",
1442+
StartVersion="4.1.0.0",
14431443
EndVersion="",
14441444
ReplacePatterns = new List<ReplacePattern>
1445+
{
1446+
new ReplacePattern
1447+
{
1448+
Search = ByteUtil.HexStringToByteArray("48 8D 8D 20 04 00 00 E8 CD 3F 3F 3F 84 C0 0F 84 3F 3F 3F 3F 48 8D 8D"),
1449+
Replace = ByteUtil.HexStringToByteArray("48 8D 8D 20 04 00 00 E8 CD 3F 3F 3F 84 C0 90 E9 3F 3F 3F 3F 48 8D 8D"),
1450+
Category = "防撤回"
1451+
},
1452+
new ReplacePattern
1453+
{
1454+
Search = ByteUtil.HexStringToByteArray("5F C3 CC CC CC CC CC CC CC CC CC CC CC CC CC CC 55 41 56 56 57 53"),
1455+
Replace = ByteUtil.HexStringToByteArray("5F C3 CC CC CC CC CC CC CC CC CC CC CC CC CC CC C3 41 56 56 57 53"),
1456+
Category = "多开"
1457+
}
1458+
}
1459+
},
1460+
new CommonModifyInfo
1461+
{
1462+
Name="Weixin.dll",
1463+
StartVersion="4.0.3.0",
1464+
EndVersion="4.1.0.0",
1465+
ReplacePatterns = new List<ReplacePattern>
14451466
{
14461467
new ReplacePattern
14471468
{

RevokeMsgPatcher/Properties/Resources.resx

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)