mirror of
https://github.com/huiyadanli/RevokeMsgPatcher.git
synced 2025-05-24 14:36:06 +08:00
[+] 支持 3.3.5.25 #202
This commit is contained in:
parent
6a7c6b352e
commit
7274dc8009
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.25",
|
||||||
|
SHA1Before="3e94753ccbc2799d98f3c741377e99bdae33b4cf",
|
||||||
|
SHA1After="ab98f83fc16674ac4911380882c79c3ca4c2fd71",
|
||||||
|
Changes = new List<Change>
|
||||||
|
{
|
||||||
|
new Change
|
||||||
|
{
|
||||||
|
Position =0x003417D9,
|
||||||
|
Content =new byte[] { 0xEB }
|
||||||
|
},
|
||||||
|
new Change
|
||||||
|
{
|
||||||
|
Position =0x00B98A67,
|
||||||
|
Content =new byte[] { 0xEB }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
new ModifyInfo {
|
new ModifyInfo {
|
||||||
Name="WeChatWin.dll",
|
Name="WeChatWin.dll",
|
||||||
Version="3.3.5.15",
|
Version="3.3.5.15",
|
||||||
|
|
|
@ -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":"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 [字符串的其余部分被截断]"; 的本地化字符串。
|
/// 查找类似 {"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.25","SHA1Before":"3e94753ccbc2799d98f3c741377e99bdae33b4cf","SHA1After":"ab98f83fc16674ac4911380882c79c3ca4c2fd71","Changes":[{"Position":3413977,"Content":[235]},{"Position":12159591,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"3.3.5.15","SHA1Before":"7d06e076c525aec6783e919dde4ee11ba9 [字符串的其余部分被截断]"; 的本地化字符串。
|
||||||
/// </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