[#] 微信 3.9.2.23 防撤回,特征来自 #543

This commit is contained in:
huiyadanli 2023-03-30 21:59:39 +08:00
parent 7f89885002
commit 1328e53ed9
3 changed files with 9 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -17,7 +17,7 @@ namespace RevokeMsgPatcher
{ {
Apps = AppConfig(), Apps = AppConfig(),
LatestVersion = "1.6", LatestVersion = "1.6",
PatchVersion = 20230325, PatchVersion = 20230330,
Notice = "" Notice = ""
}; };
} }
@ -121,6 +121,12 @@ namespace RevokeMsgPatcher
EndVersion="", EndVersion="",
ReplacePatterns = new List<ReplacePattern> ReplacePatterns = new List<ReplacePattern>
{ {
new ReplacePattern
{
Search = ByteUtil.HexStringToByteArray("83 C4 10 84 C0 74 0A BE 02 00 00 00 E9"),
Replace = ByteUtil.HexStringToByteArray("83 C4 10 84 C0 90 90 BE 02 00 00 00 E9"),
Category = "防撤回(老)"
},
new ReplacePattern new ReplacePattern
{ {
Search = ByteUtil.HexStringToByteArray("83 C4 04 84 DB 0F 84 3F 3F 3F 3F 8B 3D"), Search = ByteUtil.HexStringToByteArray("83 C4 04 84 DB 0F 84 3F 3F 3F 3F 8B 3D"),

File diff suppressed because one or more lines are too long