[+] 通用特征替换的数据结构与查找方法

This commit is contained in:
huiyadanli
2019-12-25 01:13:09 +08:00
parent fa4b15d7d2
commit 818a7e1dbd
7 changed files with 96 additions and 10 deletions

View File

@@ -65,6 +65,25 @@ namespace RevokeMsgPatcher
"WeChatWin.dll",
new List<ModifyInfo>
{
new ModifyInfo {
Name="WeChatWin.dll",
Version="2.8.0.82",
SHA1Before="c359cc1a391441d261753f2844f9156638df8631",
SHA1After="d1b4dee8f7f91e34d68501987fd0675b33fe85da",
Changes = new List<Change>
{
new Change
{
Position =0x00285FC9,
Content =new byte[] { 0xEB }
},
new Change
{
Position =0x007E16B0,
Content =new byte[] { 0xC3 }
}
}
},
new ModifyInfo {
Name="WeChatWin.dll",
Version="2.7.2.76",