[+] 支持单个特征的多点替换

This commit is contained in:
huiyadanli
2022-04-30 14:35:08 +08:00
parent 3f7a5714c0
commit 3cdc1edee3
4 changed files with 21 additions and 17 deletions

File diff suppressed because one or more lines are too long

View File

@@ -17,7 +17,7 @@ namespace RevokeMsgPatcher
{
Apps = AppConfig(),
LatestVersion = "1.3",
PatchVersion = 20220430,
PatchVersion = 202204301,
Notice = ""
};
}
@@ -76,8 +76,8 @@ namespace RevokeMsgPatcher
{
new ReplacePattern
{
Search = ByteUtil.HexStringToByteArray("F0 00 85 C0 74 32 B9 3F 3F 3F 11 8A"),
Replace = ByteUtil.HexStringToByteArray("F0 00 85 C0 EB 32 B9 3F 3F 3F 11 8A"),
Search = ByteUtil.HexStringToByteArray("00 85 C0 74 32 B9 3F 3F 3F 11 8A"),
Replace = ByteUtil.HexStringToByteArray("00 85 C0 EB 32 B9 3F 3F 3F 11 8A"),
Category = "防撤回"
},
new ReplacePattern