mirror of
https://github.com/huiyadanli/RevokeMsgPatcher.git
synced 2026-01-17 02:25:37 +08:00
fixed
This commit is contained in:
parent
8bb049115f
commit
67d184decc
File diff suppressed because one or more lines are too long
|
|
@ -17,7 +17,7 @@ namespace RevokeMsgPatcher
|
|||
{
|
||||
Apps = AppConfig(),
|
||||
LatestVersion = "2.1",
|
||||
PatchVersion = 20260110,
|
||||
PatchVersion = 20260113,
|
||||
Notice = "",
|
||||
NoticeUrl = "",
|
||||
};
|
||||
|
|
@ -1449,16 +1449,22 @@ namespace RevokeMsgPatcher
|
|||
Replace = ByteUtil.HexStringToByteArray("CC 56 48 83 EC 30 4C 89 C0 48 89 D6 C6 44 24 20 01 4D 89 C8 49 89 C1 E8"),
|
||||
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("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"),
|
||||
Search = ByteUtil.HexStringToByteArray("48 8D 55 C0 45 31 C0 E8 29 F8 47 FE 90 48"),
|
||||
Replace = ByteUtil.HexStringToByteArray("48 8D 55 C0 48 83 85 D0 02 00 00 01 90 48"),
|
||||
Category = "防撤回"
|
||||
},
|
||||
new ReplacePattern
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user