mirror of
https://github.com/huiyadanli/RevokeMsgPatcher.git
synced 2025-07-08 00:07:13 +08:00
[+] 微信 3.7.0.8
This commit is contained in:
parent
56787bf95a
commit
67a209e41f
File diff suppressed because one or more lines are too long
1
RevokeMsgPatcher.Assistant/Data/1.4/patch.json
Normal file
1
RevokeMsgPatcher.Assistant/Data/1.4/patch.json
Normal file
File diff suppressed because one or more lines are too long
|
@ -16,8 +16,8 @@ namespace RevokeMsgPatcher
|
||||||
return new Bag
|
return new Bag
|
||||||
{
|
{
|
||||||
Apps = AppConfig(),
|
Apps = AppConfig(),
|
||||||
LatestVersion = "1.3",
|
LatestVersion = "1.4",
|
||||||
PatchVersion = 202204301,
|
PatchVersion = 20220514,
|
||||||
Notice = ""
|
Notice = ""
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -70,9 +70,30 @@ namespace RevokeMsgPatcher
|
||||||
new CommonModifyInfo
|
new CommonModifyInfo
|
||||||
{
|
{
|
||||||
Name="WeChatWin.dll",
|
Name="WeChatWin.dll",
|
||||||
StartVersion="3.6.5.0",
|
StartVersion="3.7.0.0",
|
||||||
EndVersion="",
|
EndVersion="",
|
||||||
ReplacePatterns = new List<ReplacePattern>
|
ReplacePatterns = new List<ReplacePattern>
|
||||||
|
{
|
||||||
|
new ReplacePattern
|
||||||
|
{
|
||||||
|
Search = ByteUtil.HexStringToByteArray("00 85 C0 74 32 B9 3F 3F 3F 3F 8A"),
|
||||||
|
Replace = ByteUtil.HexStringToByteArray("00 85 C0 EB 32 B9 3F 3F 3F 3F 8A"),
|
||||||
|
Category = "防撤回"
|
||||||
|
},
|
||||||
|
new ReplacePattern
|
||||||
|
{
|
||||||
|
Search = ByteUtil.HexStringToByteArray("83 C4 04 80 BD 3F FC FF FF 00 74 58 8B 3D"),
|
||||||
|
Replace = ByteUtil.HexStringToByteArray("83 C4 04 80 BD 3F FC FF FF 00 EB 58 8B 3D"),
|
||||||
|
Category = "多开"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
new CommonModifyInfo
|
||||||
|
{
|
||||||
|
Name="WeChatWin.dll",
|
||||||
|
StartVersion="3.6.5.0",
|
||||||
|
EndVersion="3.7.0.0",
|
||||||
|
ReplacePatterns = new List<ReplacePattern>
|
||||||
{
|
{
|
||||||
new ReplacePattern
|
new ReplacePattern
|
||||||
{
|
{
|
||||||
|
|
|
@ -91,6 +91,7 @@
|
||||||
<None Include="Data\1.1\patch.json" />
|
<None Include="Data\1.1\patch.json" />
|
||||||
<None Include="Data\1.2\patch.json" />
|
<None Include="Data\1.2\patch.json" />
|
||||||
<None Include="Data\1.3\patch.json" />
|
<None Include="Data\1.3\patch.json" />
|
||||||
|
<None Include="Data\1.4\patch.json" />
|
||||||
<None Include="Properties\Settings.settings">
|
<None Include="Properties\Settings.settings">
|
||||||
<Generator>SettingsSingleFileGenerator</Generator>
|
<Generator>SettingsSingleFileGenerator</Generator>
|
||||||
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
||||||
|
|
|
@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
||||||
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
|
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
|
||||||
// 方法是按如下所示使用“*”: :
|
// 方法是按如下所示使用“*”: :
|
||||||
//[assembly: AssemblyVersion("1.0.*")]
|
//[assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("1.3")]
|
[assembly: AssemblyVersion("1.4")]
|
||||||
[assembly: AssemblyFileVersion("1.3")]
|
[assembly: AssemblyFileVersion("1.4")]
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user