mirror of
https://github.com/huiyadanli/RevokeMsgPatcher.git
synced 2025-05-24 06:17:36 +08:00
[+] 支持 3.3.5.15
This commit is contained in:
parent
8980751144
commit
6a7c6b352e
File diff suppressed because one or more lines are too long
|
@ -159,6 +159,25 @@ namespace RevokeMsgPatcher
|
||||||
"WeChatWin.dll",
|
"WeChatWin.dll",
|
||||||
new List<ModifyInfo>
|
new List<ModifyInfo>
|
||||||
{
|
{
|
||||||
|
new ModifyInfo {
|
||||||
|
Name="WeChatWin.dll",
|
||||||
|
Version="3.3.5.15",
|
||||||
|
SHA1Before="7d06e076c525aec6783e919dde4ee11ba9fdb198",
|
||||||
|
SHA1After="f22ab996a1779c2b41132d42c4fdf98c003284e0",
|
||||||
|
Changes = new List<Change>
|
||||||
|
{
|
||||||
|
new Change
|
||||||
|
{
|
||||||
|
Position =0x0033D769,
|
||||||
|
Content =new byte[] { 0xEB }
|
||||||
|
},
|
||||||
|
new Change
|
||||||
|
{
|
||||||
|
Position =0x00B8F2C7,
|
||||||
|
Content =new byte[] { 0xEB }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
new ModifyInfo {
|
new ModifyInfo {
|
||||||
Name="WeChatWin.dll",
|
Name="WeChatWin.dll",
|
||||||
Version="2.8.0.112",
|
Version="2.8.0.112",
|
||||||
|
|
|
@ -61,7 +61,7 @@ namespace RevokeMsgPatcher.Properties {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 查找类似 {"Apps":{"Wechat":{"Name":"Wechat","FileTargetInfos":{"WeChatWin.dll":{"Name":"WeChatWin.dll","RelativePath":"WeChatWin.dll","Memo":null}},"FileModifyInfos":{"WeChatWin.dll":[{"Name":"WeChatWin.dll","Version":"2.8.0.112","SHA1Before":"7497fc006f061799138aa33419280e41891a7981","SHA1After":"07e681be40af32738d59a9332fe966c83c05e455","Changes":[{"Position":2682233,"Content":[235]},{"Position":8289040,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.8.0.106","SHA1Before":"e772c81c8a1b79cac77b22dbe67b375fa [字符串的其余部分被截断]"; 的本地化字符串。
|
/// 查找类似 {"Apps":{"Wechat":{"Name":"Wechat","FileTargetInfos":{"WeChatWin.dll":{"Name":"WeChatWin.dll","RelativePath":"WeChatWin.dll","Memo":null}},"FileModifyInfos":{"WeChatWin.dll":[{"Name":"WeChatWin.dll","Version":"3.3.5.15","SHA1Before":"7d06e076c525aec6783e919dde4ee11ba9fdb198","SHA1After":"f22ab996a1779c2b41132d42c4fdf98c003284e0","Changes":[{"Position":3397481,"Content":[235]},{"Position":12120775,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.8.0.112","SHA1Before":"7497fc006f061799138aa33419280e418 [字符串的其余部分被截断]"; 的本地化字符串。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string PatchJson {
|
internal static string PatchJson {
|
||||||
get {
|
get {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user