mirror of
https://github.com/huiyadanli/RevokeMsgPatcher.git
synced 2026-01-17 02:25:37 +08:00
fix 4.1.6.46
This commit is contained in:
parent
9beced6ce9
commit
8bb049115f
File diff suppressed because one or more lines are too long
|
|
@ -17,7 +17,7 @@ namespace RevokeMsgPatcher
|
|||
{
|
||||
Apps = AppConfig(),
|
||||
LatestVersion = "2.1",
|
||||
PatchVersion = 20260109,
|
||||
PatchVersion = 20260110,
|
||||
Notice = "",
|
||||
NoticeUrl = "",
|
||||
};
|
||||
|
|
@ -1450,6 +1450,18 @@ namespace RevokeMsgPatcher
|
|||
Category = "防撤回"
|
||||
},
|
||||
new ReplacePattern
|
||||
{
|
||||
Search = ByteUtil.HexStringToByteArray("65 69 78 69 6E 55 70 64 61 74 65 00 57"),
|
||||
Replace = ByteUtil.HexStringToByteArray("65 69 78 69 6E 55 70 64 61 74 2E 00 57"),
|
||||
Category = "防撤回"
|
||||
},
|
||||
new ReplacePattern
|
||||
{
|
||||
Search = ByteUtil.HexStringToByteArray("6E 55 70 64 61 74 65 2E 65 78 65 00 00 00 00 00 00 00 00 00 00 57 65 69 78 69 6E 55 70 64 61 74 65 2E 65"),
|
||||
Replace = ByteUtil.HexStringToByteArray("6E 55 70 64 61 74 2E 2E 65 78 65 00 00 00 00 00 00 00 00 00 00 57 65 69 78 69 6E 55 70 64 61 74 2E 2E 65"),
|
||||
Category = "防撤回"
|
||||
},
|
||||
new ReplacePattern
|
||||
{
|
||||
Search = ByteUtil.HexStringToByteArray("84 C0 75 1B E8 76 E5 F7 FF 84 C0 75 12 E8"),
|
||||
Replace = ByteUtil.HexStringToByteArray("84 C0 EB 3F E8 3F 3F 3F FF 84 C0 75 3F E8"),
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user