File tree Expand file tree Collapse file tree 5 files changed +27
-6
lines changed
RevokeMsgPatcher.Assistant
RevokeMsgPatcher/Properties Expand file tree Collapse file tree 5 files changed +27
-6
lines changed Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff 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 {
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments