[#] 修改微信3.9.5多开特征 #571 #572

This commit is contained in:
huiyadanli 2023-05-13 12:10:25 +08:00
parent 9b57652af4
commit b9324eec80
3 changed files with 5 additions and 5 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 = 20230501, PatchVersion = 20230513,
Notice = "", Notice = "",
NoticeUrl = "", NoticeUrl = "",
}; };
@ -130,8 +130,8 @@ namespace RevokeMsgPatcher
}, },
new ReplacePattern new ReplacePattern
{ {
Search = ByteUtil.HexStringToByteArray("FF 15 52 25 18 01 3D B7 00 00 00 0F 85 3F 3F 3F 3F 48 8B CF"), Search = ByteUtil.HexStringToByteArray("18 01 3D B7 00 00 00 0F 85 3F 3F 3F 3F 48 8B CF"),
Replace = ByteUtil.HexStringToByteArray("FF 15 52 25 18 01 3D B7 00 00 00 90 E9 3F 3F 3F 3F 48 8B CF"), Replace = ByteUtil.HexStringToByteArray("18 01 3D B7 00 00 00 90 E9 3F 3F 3F 3F 48 8B CF"),
Category = "多开" Category = "多开"
} }
} }

File diff suppressed because one or more lines are too long