Repository: huiyadanli/RevokeMsgPatcher Branch: master Commit: 06fec2942b77 Files: 113 Total size: 849.5 KB Directory structure: gitextract_ei9mzp1c/ ├── .github/ │ ├── ISSUE_TEMPLATE/ │ │ ├── config.yml │ │ └── new_version.yml │ └── workflows/ │ └── build.yml ├── .gitignore ├── LICENSE ├── README.md ├── RevokeMsgPatcher/ │ ├── App.config │ ├── BusinessException.cs │ ├── FormMain.Designer.cs │ ├── FormMain.cs │ ├── FormMain.resx │ ├── Forms/ │ │ ├── FormLiteLoaderQQNT.Designer.cs │ │ ├── FormLiteLoaderQQNT.cs │ │ ├── FormLiteLoaderQQNT.resx │ │ ├── FormPatchInfo.Designer.cs │ │ ├── FormPatchInfo.cs │ │ ├── FormPatchInfo.resx │ │ └── UIController.cs │ ├── Matcher/ │ │ ├── BoyerMooreMatcher.cs │ │ ├── FuzzyMatcher.cs │ │ └── ModifyFinder.cs │ ├── Model/ │ │ ├── App.cs │ │ ├── Bag.cs │ │ ├── Change.cs │ │ ├── CommonModifyInfo.cs │ │ ├── Json/ │ │ │ ├── LiteLoaderPackage.cs │ │ │ ├── LiteLoaderPluginsManifest.cs │ │ │ ├── ReleaseApiRes.cs │ │ │ └── VersionJson.cs │ │ ├── LiteLoaderRowData.cs │ │ ├── ModifyInfo.cs │ │ ├── ReplacePattern.cs │ │ └── TargetInfo.cs │ ├── Modifier/ │ │ ├── AppModifier.cs │ │ ├── FileHexEditor.cs │ │ ├── QQLiteModifier.cs │ │ ├── QQModifier.cs │ │ ├── QQNTModifier.cs │ │ ├── TIMModifier.cs │ │ ├── WechatModifier.cs │ │ └── WeixinModifier.cs │ ├── Program.cs │ ├── Properties/ │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ ├── RevokeMsgPatcher.csproj │ ├── Utils/ │ │ ├── ByteUtil.cs │ │ ├── Device.cs │ │ ├── FileUtil.cs │ │ ├── GAHelper.cs │ │ ├── HttpUtil.cs │ │ ├── PathUtil.cs │ │ ├── ProxySpeedTester.cs │ │ └── VersionUtil.cs │ ├── app.manifest │ └── packages.config ├── RevokeMsgPatcher.Assistant/ │ ├── App.config │ ├── Data/ │ │ ├── 0.7/ │ │ │ └── patch.json │ │ ├── 0.8/ │ │ │ └── patch.json │ │ ├── 0.9/ │ │ │ └── patch.json │ │ ├── 1.0/ │ │ │ └── patch.json │ │ ├── 1.1/ │ │ │ └── patch.json │ │ ├── 1.2/ │ │ │ └── patch.json │ │ ├── 1.3/ │ │ │ └── patch.json │ │ ├── 1.4/ │ │ │ └── patch.json │ │ ├── 1.5/ │ │ │ └── patch.json │ │ ├── 1.6/ │ │ │ └── patch.json │ │ ├── 1.7/ │ │ │ └── patch.json │ │ ├── 1.8/ │ │ │ └── patch.json │ │ ├── 1.9/ │ │ │ └── patch.json │ │ ├── 2.0/ │ │ │ └── patch.json │ │ └── 2.1/ │ │ └── patch.json │ ├── FormAssisant.Designer.cs │ ├── FormAssisant.cs │ ├── FormAssisant.resx │ ├── JsonData.cs │ ├── Program.cs │ ├── Properties/ │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ └── RevokeMsgPatcher.Assistant.csproj ├── RevokeMsgPatcher.Launcher/ │ ├── App.config │ ├── FormMain.Designer.cs │ ├── FormMain.cs │ ├── FormMain.resx │ ├── Program.cs │ ├── Properties/ │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ └── RevokeMsgPatcher.Launcher.csproj ├── RevokeMsgPatcher.MultiInstance/ │ ├── App.config │ ├── FormMultiInstance.Designer.cs │ ├── FormMultiInstance.cs │ ├── FormMultiInstance.resx │ ├── ProcessUtil.cs │ ├── Program.cs │ ├── Properties/ │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ ├── README.md │ ├── RevokeMsgPatcher.MultiInstance.csproj │ ├── WechatProcess.cs │ └── app.manifest ├── RevokeMsgPatcher.sln └── appveyor.yml ================================================ FILE CONTENTS ================================================ ================================================ FILE: .github/ISSUE_TEMPLATE/config.yml ================================================ blank_issues_enabled: true contact_links: - name: ֱӷ Issue url: https://github.com/huiyadanli/RevokeMsgPatcher/issues/new about: һЩܷºֱ Issue ʣȷϵǰʹõ°汾 - name: url: https://github.com/huiyadanli/RevokeMsgPatcher/wiki#%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98 about: ڷ Issue ǰȲijĽٷ Issue - name: Mac 汾΢ŷ url: https://github.com/Sunnyyoung/WeChatTweak-macOS about: Ҫ Mac 汾΢ŷصֱӷĿhttps://github.com/Sunnyyoung/WeChatTweak-macOS ================================================ FILE: .github/ISSUE_TEMPLATE/new_version.yml ================================================ name: 版本支持 description: 发现有未支持的版本,且 Issue 列表中暂无人提出相同版本未支持的问题,可以通过创建这个 Issue 进行反馈 title: "[未支持版本]: " assignees: - huiyadanli body: - type: markdown attributes: value: | 请按下方的要求填写完整的问题表单,方便作者进行更新。 - type: checkboxes id: lastest attributes: label: 请先确认当前使用的 微信/QQ/TIM防撤回补丁 是最新版本! description: 提交此 Issue 前请先确认你使用的是[最新 Release 版本的软件](https://github.com/huiyadanli/RevokeMsgPatcher/releases) options: - label: 我确认当前使用的是最新版 required: true - type: input id: version attributes: label: 微信/QQ 版本 description: | 请填写完整版本号,并写清楚是正式版还是测试版。 placeholder: 例:微信正式版 3.6.0.18 validations: required: true - type: input id: url attributes: label: 对应版本的下载地址 description: 如果是从某个链接下载的对应版本,请把链接附上。测试版本请务必附上下载链接! placeholder: 例:https://dldir1.qq.com/weixin/Windows/WeChatSetup.exe - type: textarea id: tips attributes: label: 软件提示了什么? description: 你的操作流程简述,和软件安装补丁失败后的提示,建议附上截图。 validations: required: true ================================================ FILE: .github/workflows/build.yml ================================================ name: .Net Build on: workflow_dispatch: inputs: Reason: description: 'Reasons for temporary build' required: true default: 'No reason. Just do it.' push: branches: - master paths-ignore: - '**/*.md' - .gitignore - .editorconfig - appveyor.yml pull_request: branches: - master paths-ignore: - '**/*.md' - .gitignore - .editorconfig - appveyor.yml jobs: build: name: Build (${{ matrix.BUILD_CONFIGURATION }}) runs-on: windows-latest strategy: matrix: BUILD_CONFIGURATION: [Debug, Release] steps: - name: Checkout code uses: actions/checkout@v4 - name: Setup MSBuild uses: microsoft/setup-msbuild@v2 - name: Restore NuGet packages run: nuget restore - name: Build Solution run: msbuild /m /p:Configuration=${{ matrix.BUILD_CONFIGURATION }} - name: Upload Artifact uses: actions/upload-artifact@v4 with: name: RevokeMsgPatcher-${{ matrix.BUILD_CONFIGURATION }} path: | .\RevokeMsgPatcher\bin !.\RevokeMsgPatcher\bin\**\RevokeMsgPatcher.exe.config !.\RevokeMsgPatcher\bin\**\RevokeMsgPatcher.pdb ================================================ FILE: .gitignore ================================================ # User-specific files *.suo *.user *.userosscache *.sln.docstates .vs/ # User-specific files (MonoDevelop/Xamarin Studio) *.userprefs # Build results [Dd]ebug/ [Dd]ebugPublic/ [Rr]elease/ [Rr]eleases/ x64/ x86/ bld/ [Bb]in/ [Oo]bj/ [Ll]og/ # Mine Temp/ /packages/ .idea ================================================ FILE: LICENSE ================================================ GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. "This License" refers to version 3 of the GNU General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. A "covered work" means either the unmodified Program or a work based on the Program. To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . ================================================ FILE: README.md ================================================

# 👀微信/QQ/TIM防撤回补丁 适用于 Windows 下 PC 版微信/QQ/TIM的防撤回补丁。**支持微信/QQ/TIM**,其中微信能够选择安装多开功能。 下载地址: **[⚡️点我下载最新版本](https://github.com/huiyadanli/RevokeMsgPatcher/releases/download/2.1/RevokeMsgPatcher.v2.1.zip)** | [☁备用下载-蓝奏云](https://wwmy.lanzouq.com/b0fot7dpe) 密码:coco| [☁备用下载-百度云](https://pan.baidu.com/s/15ilr78t8F1-VW8eUZSkr_Q?pwd=3rrj) 相关文档: **[✔支持哪些版本](https://github.com/huiyadanli/RevokeMsgPatcher/wiki/%E7%89%88%E6%9C%AC%E6%94%AF%E6%8C%81)** | [❓常见问题](https://github.com/huiyadanli/RevokeMsgPatcher/wiki#%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98) | [📖查看完整文档](https://github.com/huiyadanli/RevokeMsgPatcher/wiki) 原理与方法: [📗微信](https://github.com/huiyadanli/RevokeMsgPatcher/wiki/%E5%BE%AE%E4%BF%A1%E9%98%B2%E6%92%A4%E5%9B%9E%E4%B8%8E%E5%A4%9A%E5%BC%80%E6%95%99%E7%A8%8B) | [📕QQ](https://github.com/huiyadanli/RevokeMsgPatcher/wiki/QQ%E6%88%96TIM%E9%98%B2%E6%92%A4%E5%9B%9E%E6%95%99%E7%A8%8B) | [📘TIM](https://github.com/huiyadanli/RevokeMsgPatcher/wiki/QQ%E6%88%96TIM%E9%98%B2%E6%92%A4%E5%9B%9E%E6%95%99%E7%A8%8B) **(本人不参与方法寻找,仅做特征搬运)** 附带产物:[一个通用的微信多开工具](https://github.com/huiyadanli/RevokeMsgPatcher/tree/master/RevokeMsgPatcher.MultiInstance) ## 📷截图 ![Screenshot](https://raw.githubusercontent.com/huiyadanli/RevokeMsgPatcher/master/Images/screenshot.png) ## 🔨使用方法 1. 首先,你的系统需要满足以下条件: * Windows 7 或更高版本,**不支持XP**。 * [.NET Framework 4.5.2](https://www.microsoft.com/en-us/download/details.aspx?id=42642) 或更高版本。**低于此版本在打开程序时可能无反应,或者直接报错**。 2. 使用本程序前,先关闭微信/QQ/TIM。 3. **以管理员身份运行本程序**,等待右下角获取最新的补丁信息。 4. 选择微信/QQ/TIM的安装路径。如果你用的安装版的微信/QQ/TIM,正常情况下本程序会自动从注册表中获取安装路径,绿色版需要手动选择路径。 5. 点击防撤回。界面可能会出现一段时间的无响应,请耐心等待。**由于修改了微信的 WeChatWin.dll 文件、QQ/TIM的 IM.dll 文件,杀毒软件可能会弹出警告,放行即可。** 注意:微信/QQ/TIM更新之后要重新安装补丁! ## 💡致谢 本项目早期内容源自 [wechat_anti_revoke](https://github.com/36huo/wechat_anti_revoke) 项目。 2.0 之前版本 QQNT 防撤回依赖于 [LiteLoaderQQNT](https://github.com/LiteLoaderQQNT/LiteLoaderQQNT),修补依赖于 [DLLHijackMethod](https://github.com/LiteLoaderQQNT/QQNTFileVerifyPatch/tree/DLLHijackMethod) 并集成了以下插件: * [插件列表查看 LL-plugin-list-viewer](https://github.com/ltxhhz/LL-plugin-list-viewer) * [防撤回 LiteLoaderQQNT-Anti-Recall](https://github.com/xh321/LiteLoaderQQNT-Anti-Recall) 2.1 版本的 QQNTT 防撤回特征来自 [NTQQAntiRecall]( https://github.com/NapNeko/NTQQAntiRecall) 微信4.0版本后的防撤回特征来自于 [BetterWX](https://github.com/zetaloop/BetterWX) ## ❤️投喂 觉的好用的话,可以支持作者哟ヾ(・ω・`。) * [⚡爱发电](https://afdian.com/@huiyadanli) * [🍚微信赞赏](https://github.com/huiyadanli/huiyadanli/blob/master/DONATE.md) ## 📄License [GPLv3](https://github.com/huiyadanli/RevokeMsgPatcher/blob/master/LICENSE) ![](https://raw.githubusercontent.com/huiyadanli/RevokeMsgPatcher/master/Images/give_a_star.png) ================================================ FILE: RevokeMsgPatcher/App.config ================================================ ================================================ FILE: RevokeMsgPatcher/BusinessException.cs ================================================ using System; namespace RevokeMsgPatcher { class BusinessException : ApplicationException { public string ErrorCode { get; protected set; } public BusinessException(string errcode, string message) : base(message) { ErrorCode = errcode; } } } ================================================ FILE: RevokeMsgPatcher/FormMain.Designer.cs ================================================ namespace RevokeMsgPatcher { partial class FormMain { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain)); this.lblPathTag = new System.Windows.Forms.Label(); this.btnPatch = new System.Windows.Forms.Button(); this.txtPath = new System.Windows.Forms.TextBox(); this.btnChoosePath = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.linkLabel1 = new System.Windows.Forms.LinkLabel(); this.btnRestore = new System.Windows.Forms.Button(); this.lblUpdatePachJson = new System.Windows.Forms.Label(); this.lblVersion = new System.Windows.Forms.Label(); this.lblVersionTag = new System.Windows.Forms.Label(); this.rbtWechat = new System.Windows.Forms.RadioButton(); this.rbtQQ = new System.Windows.Forms.RadioButton(); this.rbtTIM = new System.Windows.Forms.RadioButton(); this.label5 = new System.Windows.Forms.Label(); this.rbtQQLite = new System.Windows.Forms.RadioButton(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.高级ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.特征码防撤回强制ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.手动输入补丁信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.通用微信多开工具ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.帮助ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.支持版本ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.常见问题ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.防撤回原理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.完整文档ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.关于ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.作者ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.主页ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.lblCategory = new System.Windows.Forms.Label(); this.panelCategories = new System.Windows.Forms.FlowLayoutPanel(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.panelNotice = new System.Windows.Forms.Panel(); this.labelNotice = new System.Windows.Forms.Label(); this.rbtQQNT = new System.Windows.Forms.RadioButton(); this.rbtWeixin = new System.Windows.Forms.RadioButton(); this.menuStrip1.SuspendLayout(); this.panelNotice.SuspendLayout(); this.SuspendLayout(); // // lblPathTag // this.lblPathTag.AutoSize = true; this.lblPathTag.Location = new System.Drawing.Point(14, 63); this.lblPathTag.Name = "lblPathTag"; this.lblPathTag.Size = new System.Drawing.Size(65, 12); this.lblPathTag.TabIndex = 1; this.lblPathTag.Text = "应用路径:"; // // btnPatch // this.btnPatch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnPatch.Location = new System.Drawing.Point(378, 108); this.btnPatch.Name = "btnPatch"; this.btnPatch.Size = new System.Drawing.Size(98, 23); this.btnPatch.TabIndex = 3; this.btnPatch.Text = "安装补丁!"; this.btnPatch.UseVisualStyleBackColor = true; this.btnPatch.Click += new System.EventHandler(this.btnPatch_Click); // // txtPath // this.txtPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtPath.Location = new System.Drawing.Point(84, 58); this.txtPath.Name = "txtPath"; this.txtPath.Size = new System.Drawing.Size(352, 21); this.txtPath.TabIndex = 4; this.txtPath.TextChanged += new System.EventHandler(this.txtPath_TextChanged); // // btnChoosePath // this.btnChoosePath.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnChoosePath.Location = new System.Drawing.Point(442, 56); this.btnChoosePath.Name = "btnChoosePath"; this.btnChoosePath.Size = new System.Drawing.Size(34, 23); this.btnChoosePath.TabIndex = 5; this.btnChoosePath.Text = "..."; this.btnChoosePath.UseVisualStyleBackColor = true; this.btnChoosePath.Click += new System.EventHandler(this.btnChoosePath_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(14, 139); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(125, 12); this.label1.TabIndex = 6; this.label1.Text = "软件主页(免费开源):"; // // linkLabel1 // this.linkLabel1.AutoSize = true; this.linkLabel1.Location = new System.Drawing.Point(138, 139); this.linkLabel1.Name = "linkLabel1"; this.linkLabel1.Size = new System.Drawing.Size(41, 12); this.linkLabel1.TabIndex = 7; this.linkLabel1.TabStop = true; this.linkLabel1.Text = "GitHub"; this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked); // // btnRestore // this.btnRestore.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnRestore.Location = new System.Drawing.Point(290, 108); this.btnRestore.Name = "btnRestore"; this.btnRestore.Size = new System.Drawing.Size(82, 23); this.btnRestore.TabIndex = 8; this.btnRestore.Text = "备份还原"; this.btnRestore.UseVisualStyleBackColor = true; this.btnRestore.Click += new System.EventHandler(this.btnRestore_Click); // // lblUpdatePachJson // this.lblUpdatePachJson.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.lblUpdatePachJson.Cursor = System.Windows.Forms.Cursors.Hand; this.lblUpdatePachJson.ForeColor = System.Drawing.Color.OrangeRed; this.lblUpdatePachJson.Location = new System.Drawing.Point(177, 141); this.lblUpdatePachJson.Name = "lblUpdatePachJson"; this.lblUpdatePachJson.Size = new System.Drawing.Size(299, 12); this.lblUpdatePachJson.TabIndex = 9; this.lblUpdatePachJson.Text = "[ 获取最新补丁信息中... ]"; this.lblUpdatePachJson.TextAlign = System.Drawing.ContentAlignment.TopRight; this.lblUpdatePachJson.Click += new System.EventHandler(this.lblUpdatePachJson_Click); // // lblVersion // this.lblVersion.AutoSize = true; this.lblVersion.Location = new System.Drawing.Point(85, 113); this.lblVersion.Name = "lblVersion"; this.lblVersion.Size = new System.Drawing.Size(0, 12); this.lblVersion.TabIndex = 10; // // lblVersionTag // this.lblVersionTag.AutoSize = true; this.lblVersionTag.Location = new System.Drawing.Point(14, 113); this.lblVersionTag.Name = "lblVersionTag"; this.lblVersionTag.Size = new System.Drawing.Size(65, 12); this.lblVersionTag.TabIndex = 9; this.lblVersionTag.Text = "当前版本:"; // // rbtWechat // this.rbtWechat.AutoSize = true; this.rbtWechat.Checked = true; this.rbtWechat.Location = new System.Drawing.Point(84, 36); this.rbtWechat.Name = "rbtWechat"; this.rbtWechat.Size = new System.Drawing.Size(47, 16); this.rbtWechat.TabIndex = 12; this.rbtWechat.TabStop = true; this.rbtWechat.Text = "微信"; this.rbtWechat.UseVisualStyleBackColor = true; this.rbtWechat.CheckedChanged += new System.EventHandler(this.radioButtons_CheckedChanged); // // rbtQQ // this.rbtQQ.AutoSize = true; this.rbtQQ.Location = new System.Drawing.Point(261, 36); this.rbtQQ.Name = "rbtQQ"; this.rbtQQ.Size = new System.Drawing.Size(35, 16); this.rbtQQ.TabIndex = 13; this.rbtQQ.Text = "QQ"; this.rbtQQ.UseVisualStyleBackColor = true; this.rbtQQ.CheckedChanged += new System.EventHandler(this.radioButtons_CheckedChanged); // // rbtTIM // this.rbtTIM.AutoSize = true; this.rbtTIM.Location = new System.Drawing.Point(302, 36); this.rbtTIM.Name = "rbtTIM"; this.rbtTIM.Size = new System.Drawing.Size(41, 16); this.rbtTIM.TabIndex = 14; this.rbtTIM.Text = "TIM"; this.rbtTIM.UseVisualStyleBackColor = true; this.rbtTIM.CheckedChanged += new System.EventHandler(this.radioButtons_CheckedChanged); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(14, 38); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(65, 12); this.label5.TabIndex = 16; this.label5.Text = "选择应用:"; // // rbtQQLite // this.rbtQQLite.AutoSize = true; this.rbtQQLite.Location = new System.Drawing.Point(349, 36); this.rbtQQLite.Name = "rbtQQLite"; this.rbtQQLite.Size = new System.Drawing.Size(71, 16); this.rbtQQLite.TabIndex = 18; this.rbtQQLite.Text = "QQ轻聊版"; this.rbtQQLite.UseVisualStyleBackColor = true; this.rbtQQLite.CheckedChanged += new System.EventHandler(this.radioButtons_CheckedChanged); // // menuStrip1 // this.menuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24); this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.高级ToolStripMenuItem, this.帮助ToolStripMenuItem, this.关于ToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Padding = new System.Windows.Forms.Padding(4, 1, 0, 1); this.menuStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional; this.menuStrip1.Size = new System.Drawing.Size(490, 24); this.menuStrip1.TabIndex = 19; this.menuStrip1.Text = "menuStrip1"; // // 高级ToolStripMenuItem // this.高级ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.特征码防撤回强制ToolStripMenuItem, this.手动输入补丁信息ToolStripMenuItem, this.通用微信多开工具ToolStripMenuItem}); this.高级ToolStripMenuItem.Name = "高级ToolStripMenuItem"; this.高级ToolStripMenuItem.Size = new System.Drawing.Size(44, 22); this.高级ToolStripMenuItem.Text = "高级"; // // 特征码防撤回强制ToolStripMenuItem // this.特征码防撤回强制ToolStripMenuItem.Name = "特征码防撤回强制ToolStripMenuItem"; this.特征码防撤回强制ToolStripMenuItem.Size = new System.Drawing.Size(196, 22); this.特征码防撤回强制ToolStripMenuItem.Text = "特征码防撤回(强制)"; this.特征码防撤回强制ToolStripMenuItem.Visible = false; this.特征码防撤回强制ToolStripMenuItem.Click += new System.EventHandler(this.特征码防撤回强制ToolStripMenuItem_Click); // // 手动输入补丁信息ToolStripMenuItem // this.手动输入补丁信息ToolStripMenuItem.Name = "手动输入补丁信息ToolStripMenuItem"; this.手动输入补丁信息ToolStripMenuItem.Size = new System.Drawing.Size(196, 22); this.手动输入补丁信息ToolStripMenuItem.Text = "手动输入补丁信息"; this.手动输入补丁信息ToolStripMenuItem.Visible = false; this.手动输入补丁信息ToolStripMenuItem.Click += new System.EventHandler(this.手动输入补丁信息ToolStripMenuItem_Click); // // 通用微信多开工具ToolStripMenuItem // this.通用微信多开工具ToolStripMenuItem.Name = "通用微信多开工具ToolStripMenuItem"; this.通用微信多开工具ToolStripMenuItem.Size = new System.Drawing.Size(196, 22); this.通用微信多开工具ToolStripMenuItem.Text = "通用微信多开工具"; this.通用微信多开工具ToolStripMenuItem.Click += new System.EventHandler(this.通用微信多开工具ToolStripMenuItem_Click); // // 帮助ToolStripMenuItem // this.帮助ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.支持版本ToolStripMenuItem, this.常见问题ToolStripMenuItem, this.防撤回原理ToolStripMenuItem, this.完整文档ToolStripMenuItem}); this.帮助ToolStripMenuItem.Name = "帮助ToolStripMenuItem"; this.帮助ToolStripMenuItem.Size = new System.Drawing.Size(44, 22); this.帮助ToolStripMenuItem.Text = "帮助"; // // 支持版本ToolStripMenuItem // this.支持版本ToolStripMenuItem.Name = "支持版本ToolStripMenuItem"; this.支持版本ToolStripMenuItem.Size = new System.Drawing.Size(136, 22); this.支持版本ToolStripMenuItem.Text = "支持版本"; this.支持版本ToolStripMenuItem.Click += new System.EventHandler(this.支持版本ToolStripMenuItem_Click); // // 常见问题ToolStripMenuItem // this.常见问题ToolStripMenuItem.Name = "常见问题ToolStripMenuItem"; this.常见问题ToolStripMenuItem.Size = new System.Drawing.Size(136, 22); this.常见问题ToolStripMenuItem.Text = "常见问题"; this.常见问题ToolStripMenuItem.Click += new System.EventHandler(this.常见问题ToolStripMenuItem_Click); // // 防撤回原理ToolStripMenuItem // this.防撤回原理ToolStripMenuItem.Name = "防撤回原理ToolStripMenuItem"; this.防撤回原理ToolStripMenuItem.Size = new System.Drawing.Size(136, 22); this.防撤回原理ToolStripMenuItem.Text = "防撤回原理"; this.防撤回原理ToolStripMenuItem.Click += new System.EventHandler(this.防撤回原理ToolStripMenuItem_Click); // // 完整文档ToolStripMenuItem // this.完整文档ToolStripMenuItem.Name = "完整文档ToolStripMenuItem"; this.完整文档ToolStripMenuItem.Size = new System.Drawing.Size(136, 22); this.完整文档ToolStripMenuItem.Text = "完整文档"; this.完整文档ToolStripMenuItem.Click += new System.EventHandler(this.完整文档ToolStripMenuItem_Click); // // 关于ToolStripMenuItem // this.关于ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.作者ToolStripMenuItem, this.主页ToolStripMenuItem}); this.关于ToolStripMenuItem.Name = "关于ToolStripMenuItem"; this.关于ToolStripMenuItem.Size = new System.Drawing.Size(44, 22); this.关于ToolStripMenuItem.Text = "关于"; // // 作者ToolStripMenuItem // this.作者ToolStripMenuItem.Name = "作者ToolStripMenuItem"; this.作者ToolStripMenuItem.Size = new System.Drawing.Size(124, 22); this.作者ToolStripMenuItem.Text = "关于"; this.作者ToolStripMenuItem.Click += new System.EventHandler(this.关于ToolStripMenuItem_Click); // // 主页ToolStripMenuItem // this.主页ToolStripMenuItem.Name = "主页ToolStripMenuItem"; this.主页ToolStripMenuItem.Size = new System.Drawing.Size(124, 22); this.主页ToolStripMenuItem.Text = "软件主页"; this.主页ToolStripMenuItem.Click += new System.EventHandler(this.主页ToolStripMenuItem_Click); // // lblCategory // this.lblCategory.AutoSize = true; this.lblCategory.Location = new System.Drawing.Point(14, 89); this.lblCategory.Name = "lblCategory"; this.lblCategory.Size = new System.Drawing.Size(65, 12); this.lblCategory.TabIndex = 20; this.lblCategory.Text = "可选功能:"; // // panelCategories // this.panelCategories.AutoSize = true; this.panelCategories.Location = new System.Drawing.Point(83, 85); this.panelCategories.Name = "panelCategories"; this.panelCategories.Size = new System.Drawing.Size(393, 18); this.panelCategories.TabIndex = 22; // // panelNotice // this.panelNotice.BackColor = System.Drawing.SystemColors.Info; this.panelNotice.Controls.Add(this.labelNotice); this.panelNotice.Location = new System.Drawing.Point(16, 173); this.panelNotice.Margin = new System.Windows.Forms.Padding(2); this.panelNotice.Name = "panelNotice"; this.panelNotice.Size = new System.Drawing.Size(460, 0); this.panelNotice.TabIndex = 23; // // labelNotice // this.labelNotice.BackColor = System.Drawing.Color.Transparent; this.labelNotice.ForeColor = System.Drawing.SystemColors.MenuHighlight; this.labelNotice.Location = new System.Drawing.Point(11, 7); this.labelNotice.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.labelNotice.Name = "labelNotice"; this.labelNotice.Size = new System.Drawing.Size(441, 0); this.labelNotice.TabIndex = 0; this.labelNotice.Text = "测试测试测试测试"; // // rbtQQNT // this.rbtQQNT.AutoSize = true; this.rbtQQNT.Location = new System.Drawing.Point(208, 36); this.rbtQQNT.Name = "rbtQQNT"; this.rbtQQNT.Size = new System.Drawing.Size(47, 16); this.rbtQQNT.TabIndex = 24; this.rbtQQNT.Text = "QQNT"; this.rbtQQNT.UseVisualStyleBackColor = true; this.rbtQQNT.CheckedChanged += new System.EventHandler(this.radioButtons_CheckedChanged); // // rbtWeixin // this.rbtWeixin.AutoSize = true; this.rbtWeixin.Location = new System.Drawing.Point(137, 36); this.rbtWeixin.Name = "rbtWeixin"; this.rbtWeixin.Size = new System.Drawing.Size(65, 16); this.rbtWeixin.TabIndex = 25; this.rbtWeixin.Text = "微信4.0"; this.rbtWeixin.UseVisualStyleBackColor = true; this.rbtWeixin.CheckedChanged += new System.EventHandler(this.radioButtons_CheckedChanged); // // FormMain // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(490, 169); this.Controls.Add(this.rbtQQNT); this.Controls.Add(this.panelNotice); this.Controls.Add(this.panelCategories); this.Controls.Add(this.lblCategory); this.Controls.Add(this.rbtQQLite); this.Controls.Add(this.lblUpdatePachJson); this.Controls.Add(this.lblVersion); this.Controls.Add(this.lblVersionTag); this.Controls.Add(this.label5); this.Controls.Add(this.txtPath); this.Controls.Add(this.rbtTIM); this.Controls.Add(this.lblPathTag); this.Controls.Add(this.rbtQQ); this.Controls.Add(this.btnRestore); this.Controls.Add(this.rbtWechat); this.Controls.Add(this.btnPatch); this.Controls.Add(this.btnChoosePath); this.Controls.Add(this.linkLabel1); this.Controls.Add(this.label1); this.Controls.Add(this.menuStrip1); this.Controls.Add(this.rbtWeixin); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = this.menuStrip1; this.MinimumSize = new System.Drawing.Size(504, 144); this.Name = "FormMain"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "微信/QQ/TIM防撤回补丁"; this.Load += new System.EventHandler(this.FormMain_Load); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.panelNotice.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblPathTag; private System.Windows.Forms.Button btnPatch; private System.Windows.Forms.TextBox txtPath; private System.Windows.Forms.Button btnChoosePath; private System.Windows.Forms.Label label1; private System.Windows.Forms.LinkLabel linkLabel1; private System.Windows.Forms.Button btnRestore; private System.Windows.Forms.Label lblUpdatePachJson; private System.Windows.Forms.Label lblVersion; private System.Windows.Forms.Label lblVersionTag; private System.Windows.Forms.RadioButton rbtWechat; private System.Windows.Forms.RadioButton rbtQQ; private System.Windows.Forms.RadioButton rbtTIM; private System.Windows.Forms.Label label5; private System.Windows.Forms.RadioButton rbtQQLite; private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem 高级ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 关于ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 作者ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 主页ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 帮助ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 支持版本ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 常见问题ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 防撤回原理ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 完整文档ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 手动输入补丁信息ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 特征码防撤回强制ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 通用微信多开工具ToolStripMenuItem; private System.Windows.Forms.Label lblCategory; private System.Windows.Forms.FlowLayoutPanel panelCategories; private System.Windows.Forms.ToolTip toolTip1; private System.Windows.Forms.Panel panelNotice; private System.Windows.Forms.Label labelNotice; private System.Windows.Forms.RadioButton rbtQQNT; private System.Windows.Forms.RadioButton rbtWeixin; } } ================================================ FILE: RevokeMsgPatcher/FormMain.cs ================================================ using RevokeMsgPatcher.Forms; using RevokeMsgPatcher.Model; using RevokeMsgPatcher.Modifier; using RevokeMsgPatcher.Utils; using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.IO; using System.Text; using System.Web.Script.Serialization; using System.Windows.Forms; namespace RevokeMsgPatcher { public partial class FormMain : Form { // 当前使用的修改者 private AppModifier modifier = null; private WechatModifier wechatModifier = null; private WeixinModifier weixinModifier = null; private QQModifier qqModifier = null; private TIMModifier timModifier = null; private QQLiteModifier qqLiteModifier = null; private QQNTModifier qqntModifier = null; private string thisVersion; private bool needUpdate = false; private string getPatchJsonStatus = "GETTING"; // GETTING FAIL SUCCESS private readonly GAHelper ga = GAHelper.Instance; // Google Analytics 记录 Bag bag = null; FormLiteLoaderQQNT formLiteLoader = null; public void InitModifier() { // 从配置文件中读取配置 JavaScriptSerializer serializer = new JavaScriptSerializer(); bag = serializer.Deserialize(Properties.Resources.PatchJson); // 初始化每个应用对应的修改者 wechatModifier = new WechatModifier(bag.Apps["Wechat"]); weixinModifier = new WeixinModifier(bag.Apps["Weixin"]); qqModifier = new QQModifier(bag.Apps["QQ"]); timModifier = new TIMModifier(bag.Apps["TIM"]); qqLiteModifier = new QQLiteModifier(bag.Apps["QQLite"]); qqntModifier = new QQNTModifier(bag.Apps["QQNT"]); rbtWechat.Tag = wechatModifier; rbtWeixin.Tag = weixinModifier; rbtQQ.Tag = qqModifier; rbtTIM.Tag = timModifier; rbtQQLite.Tag = qqLiteModifier; rbtQQNT.Tag = qqntModifier; // 默认微信 rbtWechat.Enabled = true; modifier = wechatModifier; } public FormMain() { InitializeComponent(); // 标题加上版本号 string currentVersion = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString(); if (currentVersion.Length > 3) { thisVersion = currentVersion.Substring(0, 3); currentVersion = " v" + thisVersion; } this.Text += currentVersion; InitModifier(); InitControls(); ga.RequestPageView($"/main/{thisVersion}", $"进入{thisVersion}版本主界面"); } private void InitControls() { // 自动获取应用安装路径 txtPath.Text = modifier.FindInstallPath(); // 显示是否能够备份还原、版本和功能 //InitEditorsAndUI(txtPath.Text); } private void InitEditorsAndUI(string path) { if (!string.IsNullOrEmpty(path)) { EnableAllButton(false); // 清空界面元素 lblVersion.Text = ""; panelCategories.Controls.Clear(); // 重新计算并修改界面元素 bool hasEditors = modifier.InitEditors(path); if (!hasEditors) { btnPatch.Enabled = false; return; } modifier.SetVersionLabelAndCategoryCategories(lblVersion, panelCategories); EnableAllButton(true); // 重新显示备份状态 btnRestore.Enabled = false; btnRestore.Enabled = modifier.BackupExists(); List categories = UIController.GetCategoriesFromPanel(panelCategories); if (categories != null && categories.Count == 0) { btnPatch.Enabled = false; } } } private void btnPatch_Click(object sender, EventArgs e) { if (!modifier.IsAllFilesExist(txtPath.Text)) { MessageBox.Show("请选择正确的安装路径!"); return; } // 记录点了什么应用的防撤回 string enName = GetCheckedRadioButtonNameEn(); // 应用英文名 string version = modifier.GetVersion(); // 应用版本 ga.RequestPageView($"{enName}/{version}/patch", "点击防撤回"); //if (getPatchJsonStatus != "SUCCESS") //{ // if (MessageBox.Show("当前程序未获取到最新补丁信息(或者正在获取中,如果成功请无视本提示),可能会出现补丁安装失败的情况,你可以通过以下方法重试:" + Environment.NewLine // + "1. 重新启动本程序,重新获取最新补丁信息" + Environment.NewLine // + "2. 如果每次都是[获取最新补丁信息失败],请检查自身网络是否有问题,或者等一段时间后重试" + Environment.NewLine // + "点击 \"确定\" 继续安装补丁。", // "提示", MessageBoxButtons.OKCancel) != DialogResult.OK) // { // return; // } //} EnableAllButton(false); // a.重新初始化编辑器 bool hasEditors = modifier.InitEditors(txtPath.Text); if (!hasEditors) { btnPatch.Enabled = false; return; } // b.获取选择的功能 (精准匹配返回null) // TODO 此处逻辑可以优化 不可完全信任UI信息 List categories = UIController.GetCategoriesFromPanel(panelCategories); // DealiAxy: 修复一个空指针异常的逻辑错误 if (categories != null) { if (categories.Count == 0) { MessageBox.Show("请至少选择一项功能"); EnableAllButton(true); btnRestore.Enabled = modifier.BackupExists(); return; } // 20220806 偷懒的特殊逻辑,用于提示用户选择对防撤回功能进行二选一 if (categories.Contains("防撤回(老)") && categories.Contains("防撤回带提示(新)")) { DialogResult result = MessageBox.Show(@"防撤回(老) 和 防撤回带提示(新) 两个功能二选一即可! 1. 防撤回(老) 没有提示,新版本会出现撤回自己消息不断转圈的情况(实际撤回成功); 2. 防撤回带提示(新) 有撤回提示 但是存在以下问题: a. 如果正在和对方聊天时,对方撤回了消息,那撤回提示依然不会显示,只有在左侧预览窗有显示撤回,需要切换到和别人的聊天窗再切回来才能看到撤回提示,如果是把聊天拉出单独窗口,一直不会有撤回提示。 b. 视频/图片消息撤回后会被删除,无法查看 c. 部分历史消息无法防撤回; 点击确定继续,点击取消重新选择!", "功能选择提示", MessageBoxButtons.YesNo, MessageBoxIcon.Warning); if (result != DialogResult.Yes) { EnableAllButton(true); btnRestore.Enabled = modifier.BackupExists(); return; } } } // c.计算SHA1,验证文件完整性,寻找对应的补丁信息(精确版本、通用特征码两种补丁信息) try { modifier.ValidateAndFindModifyInfo(categories); } catch (BusinessException ex) { ga.RequestPageView($"{enName}/{version}/patch/sha1/ex/{ex.ErrorCode}", ex.Message); MessageBox.Show(ex.Message); EnableAllButton(true); btnRestore.Enabled = modifier.BackupExists(); return; } catch (IOException ex) { ga.RequestPageView($"{enName}/{version}/patch/sha1/ex/{ex.HResult.ToString("x4")}", ex.Message); MessageBox.Show(ex.Message + " 请以管理员权限启动本程序,并确认当前应用(微信/QQ/TIM)处于关闭状态。"); EnableAllButton(true); btnRestore.Enabled = modifier.BackupExists(); return; } catch (Exception ex) { ga.RequestPageView($"{enName}/{version}/patch/sha1/ex/{ex.HResult.ToString("x4")}", ex.Message); MessageBox.Show(ex.Message); EnableAllButton(true); btnRestore.Enabled = modifier.BackupExists(); return; } // d.打补丁 try { modifier.Patch(); ga.RequestPageView($"{enName}/{version}/patch/succ", "补丁安装成功"); MessageBox.Show("补丁安装成功!", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information); } catch (BusinessException ex) { Console.WriteLine(ex.Message); ga.RequestPageView($"{enName}/{version}/patch/ex/{ex.ErrorCode}", ex.Message); MessageBox.Show(ex.Message); } catch (Exception ex) { Console.WriteLine(ex.Message); ga.RequestPageView($"{enName}/{version}/patch/ex/{ex.HResult.ToString("x4")}", ex.Message); MessageBox.Show(ex.Message + " 请以管理员权限启动本程序,并确认当前应用(微信/QQ/TIM)处于关闭状态。"); } finally { InitEditorsAndUI(txtPath.Text); } } private void txtPath_TextChanged(object sender, EventArgs e) { if (modifier.IsAllFilesExist(txtPath.Text)) { InitEditorsAndUI(txtPath.Text); } else { UIController.AddMsgToPanel(panelCategories, "请输入正确的应用路径"); lblVersion.Text = ""; btnPatch.Enabled = false; btnRestore.Enabled = false; } } private void btnChoosePath_Click(object sender, EventArgs e) { FolderBrowserDialog dialog = new FolderBrowserDialog(); dialog.Description = "请选择安装路径"; if (dialog.ShowDialog() == DialogResult.OK) { if (string.IsNullOrEmpty(dialog.SelectedPath) || !modifier.IsAllFilesExist(dialog.SelectedPath)) { MessageBox.Show("无法找到此应用的关键文件,请选择正确的安装路径!"); } else { txtPath.Text = dialog.SelectedPath; // 显示是否能够备份还原、版本和功能 InitEditorsAndUI(txtPath.Text); } } } private void btnRestore_Click(object sender, EventArgs e) { EnableAllButton(false); try { bool succ; if (rbtQQNT.Checked) { succ = qqntModifier.Restore(); } else { succ = modifier.Restore(); } if (succ) { MessageBox.Show("还原成功!"); } } catch (Exception ex) { Console.WriteLine(ex.Message); MessageBox.Show(ex.Message); } EnableAllButton(true); // 重新计算显示是否能够备份还原、版本和功能 InitEditorsAndUI(txtPath.Text); } private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) { Process.Start("https://github.com/huiyadanli/RevokeMsgPatcher"); } private async void FormMain_Load(object sender, EventArgs e) { InitNoticeControls(bag); // 异步获取最新的补丁信息 string json = await HttpUtil.GetPatchJsonAsync(); //string json = null; // local test if (string.IsNullOrEmpty(json)) { lblUpdatePachJson.Text = "[ 获取最新补丁信息失败 ]"; ga.RequestPageView($"/main/json/fail", $"获取最新补丁信息失败"); getPatchJsonStatus = "FAIL"; } else { try { JavaScriptSerializer serializer = new JavaScriptSerializer(); Bag newBag = serializer.Deserialize(json); if (Convert.ToDecimal(newBag.LatestVersion) > Convert.ToDecimal(thisVersion)) { needUpdate = true; lblUpdatePachJson.Text = $"[ 存在最新版本 {newBag.LatestVersion} ]"; lblUpdatePachJson.ForeColor = Color.Red; } else if (bag.PatchVersion == 0 || newBag.PatchVersion > bag.PatchVersion) { needUpdate = false; lblUpdatePachJson.Text = "[ 获取成功,点击查看更多信息 ]"; lblUpdatePachJson.ForeColor = Color.RoyalBlue; wechatModifier.Config = newBag.Apps["Wechat"]; weixinModifier.Config = newBag.Apps["Weixin"]; qqModifier.Config = newBag.Apps["QQ"]; timModifier.Config = newBag.Apps["TIM"]; qqLiteModifier.Config = newBag.Apps["QQLite"]; getPatchJsonStatus = "SUCCESS"; bag = newBag; InitControls(); InitNoticeControls(newBag); InitEditorsAndUI(txtPath.Text); } else if (newBag.PatchVersion <= bag.PatchVersion) { needUpdate = false; lblUpdatePachJson.Text = "[ 软件内置补丁信息已经是最新 ]"; lblUpdatePachJson.ForeColor = Color.RoyalBlue; } } catch (Exception ex) { Console.WriteLine(ex.Message); lblUpdatePachJson.Text = "[ 更换新配置时异常 ]"; ga.RequestPageView($"/main/json/exception", $"更换新配置时异常"); getPatchJsonStatus = "FAIL"; } } } private void lblUpdatePachJson_Click(object sender, EventArgs e) { string tips = ""; if (needUpdate) { tips += "【当前存在最新版本,点击确定进入软件主页下载最新版本。】" + Environment.NewLine + Environment.NewLine; } tips += "支持以下版本" + Environment.NewLine; tips += " ➯ 微信:" + wechatModifier.Config.GetSupportVersionStr() + Environment.NewLine; tips += " ➯ 微信4.0:" + weixinModifier.Config.GetSupportVersionStr() + Environment.NewLine; tips += " ➯ QQNT:" + qqntModifier.Config.GetSupportVersionStr() + Environment.NewLine; tips += " ➯ QQ:" + qqModifier.Config.GetSupportVersionStr() + Environment.NewLine; tips += " ➯ QQ轻聊版:" + qqLiteModifier.Config.GetSupportVersionStr() + Environment.NewLine; tips += " ➯ TIM:" + timModifier.Config.GetSupportVersionStr() + Environment.NewLine; DialogResult dr = MessageBox.Show(tips, "当前支持防撤回的版本", MessageBoxButtons.OKCancel); if (dr == DialogResult.OK && needUpdate) { Process.Start("https://github.com/huiyadanli/RevokeMsgPatcher/releases"); } } private void radioButtons_CheckedChanged(object sender, EventArgs e) { RadioButton radioButton = sender as RadioButton; if (!radioButton.Checked) { return; } EnableAllButton(false); // 切换使用不同的防撤回对象 if (rbtWechat.Checked) { modifier = (WechatModifier)rbtWechat.Tag; } else if (rbtWeixin.Checked) { modifier = (WeixinModifier)rbtWeixin.Tag; } else if (rbtQQ.Checked) { modifier = (QQModifier)rbtQQ.Tag; } else if (rbtTIM.Checked) { modifier = (TIMModifier)rbtTIM.Tag; } else if (rbtQQLite.Checked) { modifier = (QQLiteModifier)rbtQQLite.Tag; } else if (rbtQQNT.Checked) { modifier = (QQNTModifier)rbtQQNT.Tag; // ShowOrFocusFormLiteLoaderQQNT(); } EnableAllButton(true); // 触发了 txtPath_TextChanged 方法 已经调用了 InitEditorsAndUI(txtPath.Text); // 也就是说 重新计算显示是否能够备份还原、版本和功能 txtPath.Text = modifier.FindInstallPath(); ga.RequestPageView($"{GetCheckedRadioButtonNameEn()}/{lblVersion.Text}/switch", "切换标签页"); } private void ShowOrFocusFormLiteLoaderQQNT() { if (formLiteLoader == null || formLiteLoader.IsDisposed) { formLiteLoader = new FormLiteLoaderQQNT(); formLiteLoader.Show(); } else { if (formLiteLoader.WindowState == FormWindowState.Minimized) { formLiteLoader.WindowState = FormWindowState.Normal; } formLiteLoader.BringToFront(); formLiteLoader.Focus(); } } private string GetCheckedRadioButtonNameEn() { if (rbtWechat.Checked) { return "wechat"; } else if (rbtQQ.Checked) { return "qq"; } else if (rbtTIM.Checked) { return "tim"; } else if (rbtQQLite.Checked) { return "qqlite"; } else if (rbtQQNT.Checked) { return "qqnt"; } return "none"; } private void EnableAllButton(bool state) { foreach (Control c in this.Controls) { if (c is Button) { c.Enabled = state; } } } private void 关于ToolStripMenuItem_Click(object sender, EventArgs e) { MessageBox.Show("本程序仅供学习交流,严禁用于商业用途。\n十六进制编辑器使用的修改数据集收集自网络。\n作者:huiyadanli", "关于本软件"); } private void 主页ToolStripMenuItem_Click(object sender, EventArgs e) { Process.Start("https://github.com/huiyadanli/RevokeMsgPatcher"); } private void 支持版本ToolStripMenuItem_Click(object sender, EventArgs e) { Process.Start("https://github.com/huiyadanli/RevokeMsgPatcher/wiki/%E7%89%88%E6%9C%AC%E6%94%AF%E6%8C%81"); } private void 常见问题ToolStripMenuItem_Click(object sender, EventArgs e) { Process.Start("https://github.com/huiyadanli/RevokeMsgPatcher/wiki#%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98"); } private void 防撤回原理ToolStripMenuItem_Click(object sender, EventArgs e) { Process.Start("https://github.com/huiyadanli/RevokeMsgPatcher/wiki#%E5%8E%9F%E7%90%86"); } private void 完整文档ToolStripMenuItem_Click(object sender, EventArgs e) { Process.Start("https://github.com/huiyadanli/RevokeMsgPatcher/wiki"); } private void 特征码防撤回强制ToolStripMenuItem_Click(object sender, EventArgs e) { MessageBox.Show("作者正在考虑是否要加上这个功能", "强制使用特征码防撤回"); } private void 手动输入补丁信息ToolStripMenuItem_Click(object sender, EventArgs e) { MessageBox.Show("作者正在考虑是否要加上这个功能,该功能可能有安全风险,暂时不加入", "手动输入补丁信息"); } private void 通用微信多开工具ToolStripMenuItem_Click(object sender, EventArgs e) { string path = Path.Combine(Application.StartupPath, "RevokeMsgPatcher.MultiInstance.exe"); if (File.Exists(path)) { Process p = new Process(); p.StartInfo.FileName = path; p.Start(); } else { DialogResult dr = MessageBox.Show($"未在同级目录下找到“微信通用多开工具”,位置:{path},点击“确定”访问微信通用多开工具的主页,你可以在主页上下载到这个工具。", "未找到程序", MessageBoxButtons.OKCancel); if (dr == DialogResult.OK) { Process.Start( "https://github.com/huiyadanli/RevokeMsgPatcher/tree/master/RevokeMsgPatcher.MultiInstance"); } } } private void InitNoticeControls(Bag b) { labelNotice.Cursor = Cursors.Default; panelNotice.Visible = false; labelNotice.Visible = false; if (b != null && !string.IsNullOrEmpty(b.Notice)) { labelNotice.Text = b.Notice; // 一行26个中文字 // TODO 这种计算方式并不精确,而且高dpi缩放问题会导致很多问题 int lineNum = (int)Math.Ceiling(Encoding.Default.GetByteCount(b.Notice) / 2 * 1.0 / 26); lineNum = lineNum < 1 ? 1 : lineNum; int height = lineNum * 26; labelNotice.Size = new Size(labelNotice.Size.Width, labelNotice.Size.Height + height); panelNotice.Size = new Size(panelNotice.Size.Width, panelNotice.Size.Height + height); this.Size = new Size(this.Size.Width, this.Size.Height + panelNotice.Size.Height + 20); if (!string.IsNullOrEmpty(b.NoticeUrl)) { labelNotice.Cursor = Cursors.Hand; this.labelNotice.MouseClick += new MouseEventHandler(this.labelNotice_MouseClick); } panelNotice.Visible = true; labelNotice.Visible = true; } } private void labelNotice_MouseClick(object sender, MouseEventArgs e) { if (bag.NoticeUrl != null && bag.NoticeUrl.ToLower().StartsWith("http")) { Process.Start(bag.NoticeUrl); } } } } ================================================ FILE: RevokeMsgPatcher/FormMain.resx ================================================  text/microsoft-resx 2.0 System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 17, 17 182, 17 AAABAAEAQEAAAAEAIAAoQgAAFgAAACgAAABAAAAAgAAAAAEAIAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FOAJPRTgOT0U4KE5EN1BPRTh2T0U4jU9FN5FPRTiRT0U4kU9F OJFPRTiRT0Q4j09FN35PRTdcT0U4ME9FOBRPRTgET0U4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTcATkQ4Ek9FOEZORTiHT0U3yU9FN+VPRDf3T0Q3/09F Nv9PRDb/T0Q1/09ENf9PRDX/T0Q1/09FNv9PRDf/T0Q3+09FN+tPRTfTTkU4m09FOFhPRTgcT0U4Ak9F OAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FOAJPRTcqT0U4eE9FOM1ORDf1T0Q2/09E Nv9ORTn/TkZD/05IVf9NSmP/TUxt/01Ndv9NTnr/TU13/01Mb/9NS2X/TklY/05HR/9ORTr/T0U2/09E Nv9PRTf7T0U4209FOJVPRTg8T0Q4CE9FOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4Ak5FOCRPRTiNT0Q4409F N/1PRDX/TkU8/01JVv9MTn//S1Ol/0pWvP9KWM7/SlnU/0pZ1/9KWtj/SlrZ/0pa2P9KWtf/SlnV/0pZ 0f9KV8L/S1Ss/0xQi/9NSl//TkZC/09ENv9PRDb/T0U48U9FOKtPRTg6T0U4BAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTcATkU3Ek5F OHJPRTjfT0Q3/05FN/9OR0n/TE59/0tUrv9KWdD/SlrY/0pa2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa2P9KWtj/SlnU/0pWuv9MUIz/TUhV/05FOf9PRDb/T0Q3709F OJdPRTgkT0U4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AABPRTgCT0U4Mk9FOLtPRDf7T0Q2/05HR/9MT4f/SlfC/0pZ1/9KWtj/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtj/SlnY/0pY y/9MUZj/TUhV/05FN/9PRDf9T0U4105FN1RPRTgGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAABPRTgGTkU3XE9FN+FPRDf/TkU8/01Mc/9KVr3/SlnX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrY/0pYyv9MT4j/TkZF/05ENv9ORTfxTkU3h09FOA5PRTcAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTgIT0U4ek9FN/FPRTb/TkdM/0tSn/9KWdT/SlrY/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnX/0tVtf9NSl//TkU3/09F N/tPRTelT0U4GE5ENwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTgKT0U4iU9FN/dORTj/TUpg/0pW vP9KWdj/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtj/SljK/01NeP9ORTn/T0Q3/U9FOLdPRTgcT0U4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTgIT0U4hU9F N/lPRTf/TkdJ/0pWv/9KWtn/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWdP/TE+L/05FO/9PRDf/T0U4s09FNxgAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AABPRTgCT0U4bE9FN/VPRTf/T0U3/05FOP9NTXP/SljO/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ1f9MT4z/TkU7/09E N/1PRTihT0U3DgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAABPRTgAT0U4Rk9FN+1ORTb/TUtn/0xNe/9ORTn/TkU3/01Mcf9KWM3/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlnV/0xPiP9ORTj/T0U3+09FOHxPRTgEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4Ik9FONFPRTb/TUlX/0pXxP9KWdL/TE6A/05F Of9ORTf/TUxv/0pYzf9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWdL/TUxz/05FN/9PRTftT0U4SE9FOAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATkU4Bk5FOJ1PRDf9TkZD/0tU sP9KWtj/SlrX/0pZ0v9MToD/TkU5/05FN/9NTHD/SljN/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pXx/9NSVn/T0Q2/09F OM1PRTgcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4AE9F OEhPRTfzTkU4/0xQjP9KWdf/SlrX/0pa1/9KWtf/SlnS/0xOgP9ORTn/TkU3/01McP9KWM3/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtj/S1St/05GQP9PRTf9T0U4g09FOAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAE9FOA5PRTi9T0Q2/01JWv9KWM3/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWdL/TE6B/05F OP9ORTf/TUxx/0pYzf9KWdf/SlrX/0pa1/9KWtf/SlrX/0pZ1P9KWcz/SlrW/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlnW/0pZzf9MTXv/TkQ2/09FN+VPRDgsT0U4AAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FOABORThYT0U4905FPP9LU6X/SlrY/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pZ0/9MToL/TkU5/05FN/9NTG//SljN/0pa1/9KWtf/SlrX/0pZ1P9LToL/TlOQ/0pa 1v9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pYzf9QUHH/Sla//05HTP9PRDf/T0U4k09F OAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTgKT0U4vU9ENv9NSmT/SlnS/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnS/0xOgv9ORTj/TkU2/01Mb/9KWMz/SlrX/0pZ 0/9LToP/TkQ1/01Tlv9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ0v9NTXL/T0xh/0pa 1v9MT4n/TkU3/09FN+VPRTgmAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTgAT0U4PE9F N/FORTr/S1Ol/0pZ2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWdP/TE+C/05F Of9ORTf/TUxt/0pXyf9LTX//TkQ2/05ENP9NUpb/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrW/0pZ 0v9PUoX/T0U2/05Mav9KWtf/SlfC/05HSv9PRTf9T0U4eE9FOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAATkU3Ak9FOI1PRTf/TkhV/0pYzv9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pZ0v9MToL/TkU5/05FNv9NR0//TkQ1/09FNf9ORDT/TVKW/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pYzv9OUHr/T0U3/05ENf9MTXX/SlrX/0pZ1/9NTXX/T0Q2/05FOMVORTgOAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FNxRPRTfRTkQ2/0xOgP9KWtj/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnS/0xOgP9NRDb/TkQ1/09FNf9PRTX/TkQ0/01S lv9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlnW/0tYw/9NSmH/TkU1/09FNf9ORDX/T1Wb/0pa1/9KWtj/S1Oq/05F Ov9PRTfzT0U4OAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTg8T0U38U5FPP9LVLH/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ0v9MTHT/TkQ1/09F Nf9PRTX/T0U1/05ENP9NU5b/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtb/SlnP/01SlP9PR0b/TkQ0/09FNf9PRTX/TkQ3/0xX uf9KWtf/SlrX/0pYyv9OSE7/T0Q3/U9FOHpPRTcAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTgAT0U4eE5E N/1OSFD/SljK/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ 0v9MTHP/TkQ1/09FNf9PRTX/T0U1/09FNf9ORDT/TVKV/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWc3/TFOc/09KVv9PRTb/T0U1/09F Nf9PRTX/T0U1/09KUv9LWcz/SlrX/0pa1/9KWdf/TExz/09ENv9PRTixT0U4CAAAAAAAAAAAAAAAAAAA AAAAAAAAT0U4Bk9FOKVPRTb/TUxt/0pZ1v9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pZ0P9MS2//TkQ1/09FNf9PRTX/T0U1/09FNf9PRTX/TkQ0/09MZP9KWMv/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1v9KWdP/S1nO/0tUp/9UVof/iYaO/7u3 sv9ORDT/T0U1/2phVP/Mycb/YllL/05ENP9OTnP/SlrW/0pa1/9KWtf/SlrZ/0tQkP9ORTb/T0U41U9F OBoAAAAAAAAAAAAAAAAAAAAAAAAAAE5FOBBPRTjFTkQ1/0xPhP9KWtn/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZz/9MS27/TkQ1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/05E NP9PRTf/UU1g/0xRlP9LUpv/TFat/01Yuv9NWcH/TVnB/01Zvv9NV7L/S1Oh/0tRlv9PUon/Tkpb/09I Sf9iWk7/zsvH/9jW0/+qpZ7/T0U1/8K/u//Kx8T/0c/M/1NKOv9ORDT/TVex/0pa1/9KWtf/SlrX/0pa 2P9LVLD/TkU8/09FN/FPRTg4AAAAAAAAAAAAAAAAAAAAAAAAAABPRTgkTkU35U5FN/9LU6H/SlrY/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pYz/9MS2r/TkQ1/09FNf9PRTX/T0U1/09F Nf9PRTX/T0U1/09FNf9PRTX/T0Q0/05ENP9ORDT/TkQ1/09GOf9PRj7/T0dA/09HQP9PRz//T0Y7/05F Nv9ORDT/TkQ0/05ENP9PRTX/mJKJ/6unoP+HgXb/zcrG/2ZeUP/Ewb3/nJeP/66qo/9waFz/T0pX/0pZ zv9KWtf/SlrX/0pa1/9KWtf/SlfC/05GRP9PRTf5TkU4TgAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4Mk9F N+9ORTv/S1W0/0pa2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pYzv9MSmf/TkQ1/09F Nf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09F Nf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/6Kdlf9waFv/T0U1/8TBvP9vZ1r/o56X/09F Nf+gm5P/cmpf/0xSl/9KWtb/SlrX/0pa1/9KWtf/SlrX/0pYyv9OR0z/T0U3+09FOFgAAAAAAAAAAAAA AAAAAAAAAAAAAE9FODpPRTfzTkU+/0tVuv9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pY zf9MSmX/TkQ1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09F Nf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf+QioD/jIZ8/09F Nf/DwLv/YFdI/7y5s/9PRTX/sa2m/2FcZv9KWMr/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWM7/TkhT/09E NvtPRThYAAAAAAAAAAAAAAAAAAAAAAAAAABPRTdCT0U39U5GQP9KVr7/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pYzP94eJT/XFNE/09FNf9+d2z/VEo7/09FNf9SSTn/f3ht/4mDeP9bUkP/T0U1/1NJ Of+AeW7/gntw/09FNf9yal3/YFdJ/09FNf91bmH/XVRF/1ZNPv+HgHb/c2tf/3t0af9PRTX/Ukk5/4iB d/9qYVT/WVBB/7Wxq/+uqaL/enJn/09FNf+inZX/qaWe/5yXkf9MU5z/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlnQ/01JV/9PRDb7T0U4WAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U3Qk9FN/VORkD/Sla+/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pYy/9UUWn/9PT0/6GclP9dU0X/+Pj4/4mDeP9PRTX/raih/9XT 0P+3s63/wL24/09FNf/LyMT/1NHO/8fEwP95cWX/trKt/4N8cf9PRTX/wb25/3lxZf+tqaL/zszI/9nX 1f/T0c7/T0U1/4uEev/d3Nr/nJaO/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/05ENP9OTGX/SlnT/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ0P9NSVf/T0Q2+09FOFgAAAAAAAAAAAAAAAAAAAAAAAAAAE9F ODpPRTfzTkY+/0tWuv9KWtf/SlrX/0pa1/9KWtf/SlrX/0pYyf9MSVz/h4B2/8XCvv/PzMn/koyC/9LQ zf/Bvrn/T0U1/+Xj4v+2sq3/qqWf/6mknf9kW03/5+bl/1BGNv9PRTX/T0U1/7ayrf+DfHH/T0U1/8G9 uf95cWX/rKeg/7ayrf+dmI//09HO/09FNf+Ykon/opyV/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09E NP9PSUr/S1jD/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWM7/TkhT/09ENvtPRThYAAAAAAAA AAAAAAAAAAAAAAAAAABPRTcyT0Q3705FO/9LVbT/SlrY/0pa1/9KWtf/SlrX/0pXyP9NSVv/TkQ1/8G+ uf+IgXf/ycbC/97c2/94cWX/6Ofm/1VMPP/f3dv/qaSd/5SOhf/x8fH/YFdJ/+rp6f9WTD3/T0U1/09F Nf+2sq3/mZSL/09FNf/IxcD/eXFl/1hPQP+WkIf/wLy3/9PRzv9PRTX/mJKJ/6Kclf9PRTX/T0U1/09F Nf9PRTX/T0U1/09FNf9ORTr/TFOg/0pa1v9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SljK/05H TP9PRTf7T0U4WAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4JE9FOOdORDj/S1Kj/0pa2f9KWtf/SlrX/0pZ z/9NSVj/TkQ1/1hOP//o5+b/U0o6/4uEev/r6un/UEY2/7y4s/+Ignf/hn90/+fl5P/b2db/sq2n/09F Nf+uqqP/5uXk/9LQzf95cWX/trKt/+vq6f/Qzcr/7e3s/1xSRP9kXE7/5ePi/93b2f+rpp//W1JD/+De 3P/i4d//m5WN/09FNf9PRTX/T0U1/09FNf9ORTn/TlOX/0pZ1v9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pXw/9ORkT/T0U3+U9FOE4AAAAAAAAAAAAAAAAAAAAAAAAAAE9EOBBPRTjHTkQ1/0xP hf9KWtn/SlrX/0pa1/9KWdP/TE5+/05FNv9SSDn/aF9S/09FNf9USjv/Zl1Q/09FNf9dVEX/XVRF/09F Nf9fVkf/aWFT/09FNf9PRTX/T0U1/2deUf9uZln/UEY2/7ayrf+EfXL/bmZZ/1lQQf9PRTX/T0U1/15V R/9uZln/UUc4/1JIOP+qpZ7/sq6o/2JZS/9PRTX/T0U1/09FNf9ORTj/T1ON/0pa1f9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa2P9LVbL/TkU9/09FN/NPRTg6AAAAAAAAAAAAAAAAAAAAAAAA AABPRTgGT0U4pU9FNv9NTG7/SlrX/0pa1/9KWtf/SlrX/0pZ0/9LToL/TkU2/09FNf9PRTX/T0U1/09F Nf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf+2sqz/g3xx/09F Nf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/XVRF/2lgU/9PRTX/T0U1/09FNf9ORTr/T1SU/0pZ 1P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtn/TFGR/05FN/9PRTjXT0U4HAAA AAAAAAAAAAAAAAAAAAAAAAAAT0U4AE9FOHpPRDf9TkhS/0pYyv9KWtf/SlrX/0pa1/9KWtf/SlnV/0tP hv9ORTf/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09F Nf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/05E NP9ORkH/TVSh/0pa1v9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnX/01N dP9PRDb/T0U4tU9FOAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTg+TkQ3805FPf9LVbP/SlrY/0pa 1/9KWtf/SlrX/0pa1/9KWdT/S0+J/05FN/9PRTX/T0U1/09FNf9PRTX/xMG9/2JZS/9WTD3/2dfU/46H fv+EfXL/gHlu/5+akv+Nh33/m5aN/4uFev9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09F Nf9PRTX/T0U1/05ENP9QTF3/S1a3/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pYy/9OSFD/T0Q2/U9FOHxPRTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U3Fk9F N9VPRDb/TE+E/0pa2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ1f9LT4v/TkU4/09FNf9PRTX/T0U1/9XT 0P9lXE7/T0U1/7i0r/9aUUL/i4V6/4qDef/g393/1NLP/6ijnP+UjoT/T0U1/09FNf9PRTX/T0U1/09F Nf9PRTX/T0U1/09FNf9ORDT/TkQ0/05ENf9QSk7/S1e//0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa2P9LVK7/TkU7/09FN/VPRTg6AAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAE9FOAJPRTiRT0U2/05JVv9KWM7/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnV/0tQ j/9ORTj/T0U1/09FNf/V09D/ZVxO/09FNf+4tK//WlFC/4uFev/Fwr7/p6Ka/7Svqf/V0s//lI6E/09F Nf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9ORDX/TkdB/05MYf9PRjz/TkU2/01LZv9KWMn/SlrY/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWdf/TU13/09ENv9PRTjJT0U4EAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4QE9FN/NORTv/S1Oo/0pa2P9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWdX/S1CS/05FOP9TSjr/1tTR/2lhU/9QRjb/uLSv/1pRQv+LhXr/+Pj4/2Rb Tf9xaV3/+vn6/5SOhP9PRTX/T0U1/05ENP9ORDT/TkU1/05ENv9PSlX/TVCF/0tXwv9KWdT/TE+J/05F Ov9ORTb/TUto/0pXyf9KWtj/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlfE/05H TP9PRTf9T0U4fE9FOAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FOAxPRTjBT0Q2/01L Z/9KWdL/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ1f9LUZT/19bY/+Xk4//l5OP/fXZq/9jW 1P+Oh37/g3xy/7OvqP9PRTX/TkU1/7y4s/+LhXz/TkU4/05FOv9ORkL/T01o/01PgP9MV7b/SlnP/0pa 1/9KWtf/SlrX/0pZ1P9MUIv/TkU7/09FNv9NS2b/SlfK/0pa2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrY/0xQjf9ORTf/T0U3509FOCgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AABPRTgAT0U4Xk9FN/lORT3/S1Op/0pa2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnV/0tR mP9ORTn/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/0xLZf9NUYv/TlSY/05Ysf9KV8H/SljH/0pZ 1P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnU/0xPiv9ORTr/TkQ2/01LaP9KV8n/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pXxf9OSE7/T0U3/09FOJtPRTgGAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FOBBPRTjBTkQ2/01JXf9KWc7/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWdb/S1Gb/05FO/9PRTX/T0U1/09FNf9PRTX/T0U1/05ENP9NUpf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWdX/TFCM/05F PP9ORTb/TUpl/0pXyP9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ1/9MTn//TkU2/09FN+lPRTgwT0U4AAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTcAT0U4Tk9FN/VORTn/TFCR/0pa 2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ1v9KUp3/TkU7/09FNf9PRTX/T0U1/09F Nf9ORDT/TVKW/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pZ1P9MUIv/TkU7/09FNv9NSmb/SlfH/0pa2P9KWtf/SlrX/0pa2P9LVbL/TkZC/09F N/1PRDiJT0U4AgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE5F OAhPRDihT0Q3/05GRf9LVbP/SlnY/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnW/0tS oP9ORT3/T0U1/09FNf9PRTX/TkQ0/01Slv9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnV/0xPjP9ORTz/TkU2/01KZf9KV8j/SlrX/0pa 1/9KWMn/TUlb/05FNv9PRTjRT0U4HgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAT0U3Jk9FONdORDb/TUlb/0pXyP9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWdb/SlOj/05FPv9PRTX/T0U1/05ENP9NUpb/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWdT/TFCK/05F O/9ORTb/TUpl/0pXyP9KWdT/TE15/05FN/9PRTfxT0U4UE9FOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FNwBPRTdOT0U3705FN/9NS2z/SljO/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ1v9KU6b/TkU+/05FNf9ORDT/TVKW/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pZ1f9MUI3/TkU7/05FNv9NS2b/TE+D/05FOv9PRTf7T0U4g09FOAQAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4BE9F N3RPRTf3TkU3/01Ndf9KWM//SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnW/0pT qP9ORkD/TkQ0/01Slv9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnV/0xQjf9ORj7/T0Q3/09FN/9PRTf9T0U4qU9F OBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAABPRTgIT0U4jU9FN/tORTj/TUxy/0pYzP9KWtj/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWdb/SlSr/01FP/9NU5b/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWdH/TUtn/09F Nv9PRTf/T0U3u09FOBxPRTcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FOA5PRTiVT0U3+U5FNv9NS2b/SlbA/0pZ 2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ1v9KU6f/TlOT/0pa1v9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 2P9KWM3/TE6A/05FPP9PRDf9T0U4v09FOCBPRTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4Ck9F OINPRTf1TkU2/05IT/9LU6X/SlnW/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa2P9KVrr/TUpk/05EOP9PRDf9T0U3r09FNx5ORDcAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAABPRTgGT0U4ZE9FN+VPRDb/TkU+/0xNe/9KV8H/SlrY/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrY/0pYzf9MUJD/TkdI/05ENv9PRTfzT0U4kU9FOBJPRTcAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FNwJPRTc6T0U4w09EN/tPRDb/TkdK/0xQ jf9KV8X/SlrY/0pa2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtj/SljO/0tSn/9OSVr/TkU4/09EN/9PRTjdT0U3XE9F OAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4AE9F NxRPRTd+T0U35U9FN/9ORDf/TkdO/0xOg/9KVbf/SlnR/0pa2f9KWtj/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtj/SlrZ/0pZ1f9KV8D/S1GU/01JWv9ORTn/T0Q2/09F N/FPRTehT0U4Kk9FOAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAT0U4Ak9FOCxORTeVT0U36U9FN/9PRDb/TkY+/01KXf9MT4P/S1St/0pX xP9KWM7/SlnV/0pZ2P9KWtj/SlnY/0pZ2P9KWtj/SlnW/0pZ0P9KV8f/S1W2/0xQjv9NS2j/TkZD/09E N/9PRTf/T0U3809FN7NPRThET0U3BgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4BE9FODBPRTiHT0U31U9F N/dPRDb/T0U2/05FO/9ORkb/TUhV/01Mbf9NTXr/TE6A/0xPhP9MToH/TE58/01Mcf9NSVz/TkdJ/05G Pf9ORTf/T0Q2/09EN/tORDflT0U4nU9EOEZPRTgKT0U4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAT0U4Ak9FNxZPRTdMT0U4mU9FOMtPRTfvT0U3+U9ENv1PRDb/T0U2/09FNv9PRTb/T0U2/09F Nv9PRDb/T0Q2/09EN/lPRTfzT0U32U9FOKdPRTdgT0U4Ik9FOARPRTgAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FOARPRTgST0U4ME9FN1JPRTh+TkU3o09F OLFPRTi9T0U4wU9FOL9PRTi1T0U4qU9FOItPRThaT0U4Ok5FNxhPRTcGT0U4AAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AABPRTgAT0U4Ak9FOARPRTgET0U4Bk9FOAZPRTgGT0U4BE9FOARPRTgCT0U4AE9FOAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAA////////////////////////////////////8B////////4AAP//////+AAAH//////AAAAH /////4AAAAH////+AAAAAP////wAAAAAP///+AAAAAAf///gAAAAAA///8AAAAAAB///wAAAAAAD//+A AAAAAAP//wAAAAAAAf/+AAAAAAAA//4AAAAAAAB//AAAAAAAAH/8AAAAAAAAP/gAAAAAAAA/+AAAAAAA AD/wAAAAAAAAH/AAAAAAAAAf8AAAAAAAAB/wAAAAAAAAD+AAAAAAAAAP4AAAAAAAAA/gAAAAAAAAD+AA AAAAAAAP4AAAAAAAAA/gAAAAAAAAD+AAAAAAAAAP4AAAAAAAAA/gAAAAAAAAD+AAAAAAAAAP4AAAAAAA AA/gAAAAAAAAD/AAAAAAAAAP8AAAAAAAAB/wAAAAAAAAH/AAAAAAAAAf+AAAAAAAAD/4AAAAAAAAP/wA AAAAAAA//AAAAAAAAH/+AAAAAAAAf/4AAAAAAAD//wAAAAAAAf//gAAAAAAB///AAAAAAAP//8AAAAAA B///4AAAAAAP///wAAAAAB////wAAAAAP////gAAAAD/////gAAAAf/////AAAAH//////AAAB////// /gAA////////8A////////////////////////////////////8= ================================================ FILE: RevokeMsgPatcher/Forms/FormLiteLoaderQQNT.Designer.cs ================================================ namespace RevokeMsgPatcher.Forms { partial class FormLiteLoaderQQNT { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormLiteLoaderQQNT)); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.btnChoose = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.btnCheckUpdateAll = new System.Windows.Forms.Button(); this.btnPath = new System.Windows.Forms.Button(); this.btnRestore = new System.Windows.Forms.Button(); this.txtQQNTPath = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.splitter1 = new System.Windows.Forms.Splitter(); this.cboGithubProxy = new System.Windows.Forms.ComboBox(); this.label3 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.SuspendLayout(); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.dataGridView1); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.cboGithubProxy); this.splitContainer1.Panel2.Controls.Add(this.btnChoose); this.splitContainer1.Panel2.Controls.Add(this.label2); this.splitContainer1.Panel2.Controls.Add(this.btnCheckUpdateAll); this.splitContainer1.Panel2.Controls.Add(this.btnPath); this.splitContainer1.Panel2.Controls.Add(this.btnRestore); this.splitContainer1.Panel2.Controls.Add(this.txtQQNTPath); this.splitContainer1.Panel2.Controls.Add(this.label1); this.splitContainer1.Panel2.Controls.Add(this.label3); this.splitContainer1.Size = new System.Drawing.Size(446, 297); this.splitContainer1.SplitterDistance = 157; this.splitContainer1.TabIndex = 0; // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.AllowUserToDeleteRows = false; this.dataGridView1.BackgroundColor = System.Drawing.Color.White; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView1.GridColor = System.Drawing.Color.White; this.dataGridView1.Location = new System.Drawing.Point(0, 0); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.ReadOnly = true; this.dataGridView1.RowTemplate.Height = 23; this.dataGridView1.Size = new System.Drawing.Size(446, 157); this.dataGridView1.TabIndex = 2; // // btnChoose // this.btnChoose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnChoose.Location = new System.Drawing.Point(394, 74); this.btnChoose.Name = "btnChoose"; this.btnChoose.Size = new System.Drawing.Size(38, 23); this.btnChoose.TabIndex = 6; this.btnChoose.Text = "..."; this.btnChoose.UseVisualStyleBackColor = true; this.btnChoose.Click += new System.EventHandler(this.btnChoose_Click); // // label2 // this.label2.Location = new System.Drawing.Point(12, 11); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(424, 26); this.label2.TabIndex = 5; this.label2.Text = "这只是一个安装器,所有功能都来自于 LiteLoaderQQNT 和其相关插件。"; // // btnCheckUpdateAll // this.btnCheckUpdateAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCheckUpdateAll.Location = new System.Drawing.Point(357, 45); this.btnCheckUpdateAll.Name = "btnCheckUpdateAll"; this.btnCheckUpdateAll.Size = new System.Drawing.Size(75, 23); this.btnCheckUpdateAll.TabIndex = 4; this.btnCheckUpdateAll.Text = "更新所有"; this.btnCheckUpdateAll.UseVisualStyleBackColor = true; this.btnCheckUpdateAll.Click += new System.EventHandler(this.btnCheckUpdateAll_Click); // // btnPath // this.btnPath.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnPath.Location = new System.Drawing.Point(359, 101); this.btnPath.Name = "btnPath"; this.btnPath.Size = new System.Drawing.Size(75, 23); this.btnPath.TabIndex = 3; this.btnPath.Text = "安装"; this.btnPath.UseVisualStyleBackColor = true; this.btnPath.Click += new System.EventHandler(this.btnPath_Click); // // btnRestore // this.btnRestore.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnRestore.Location = new System.Drawing.Point(278, 101); this.btnRestore.Name = "btnRestore"; this.btnRestore.Size = new System.Drawing.Size(75, 23); this.btnRestore.TabIndex = 2; this.btnRestore.Text = "备份还原"; this.btnRestore.UseVisualStyleBackColor = true; this.btnRestore.Click += new System.EventHandler(this.btnRestore_Click); // // txtQQNTPath // this.txtQQNTPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtQQNTPath.Location = new System.Drawing.Point(95, 74); this.txtQQNTPath.Name = "txtQQNTPath"; this.txtQQNTPath.Size = new System.Drawing.Size(293, 21); this.txtQQNTPath.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(10, 77); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(89, 12); this.label1.TabIndex = 0; this.label1.Text = "QQNT安装路径:"; // // splitter1 // this.splitter1.Location = new System.Drawing.Point(0, 0); this.splitter1.Name = "splitter1"; this.splitter1.Size = new System.Drawing.Size(3, 297); this.splitter1.TabIndex = 1; this.splitter1.TabStop = false; // // cboGithubProxy // this.cboGithubProxy.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.cboGithubProxy.FormattingEnabled = true; this.cboGithubProxy.Location = new System.Drawing.Point(95, 48); this.cboGithubProxy.Name = "cboGithubProxy"; this.cboGithubProxy.Size = new System.Drawing.Size(256, 20); this.cboGithubProxy.TabIndex = 7; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(9, 51); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(65, 12); this.label3.TabIndex = 8; this.label3.Text = "更新代理:"; // // FormLiteLoaderQQNT // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(446, 297); this.Controls.Add(this.splitter1); this.Controls.Add(this.splitContainer1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "FormLiteLoaderQQNT"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "LiteLoaderQQNT安装器"; this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button btnPath; private System.Windows.Forms.Button btnRestore; private System.Windows.Forms.TextBox txtQQNTPath; private System.Windows.Forms.Button btnCheckUpdateAll; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button btnChoose; private System.Windows.Forms.Splitter splitter1; private System.Windows.Forms.ComboBox cboGithubProxy; private System.Windows.Forms.Label label3; } } ================================================ FILE: RevokeMsgPatcher/Forms/FormLiteLoaderQQNT.cs ================================================ using Newtonsoft.Json; using RevokeMsgPatcher.Model; using RevokeMsgPatcher.Utils; using System; using System.Collections.Generic; using System.Data; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace RevokeMsgPatcher.Forms { public partial class FormLiteLoaderQQNT : Form { List data = new List(); public FormLiteLoaderQQNT() { InitializeComponent(); InitializeDataGridView(); txtQQNTPath.Text = FindInstallPath(); InitCboProxyList(); } private void InitCboProxyList() { // 添加代理 URL 到下拉菜单 foreach (var proxy in ProxySpeedTester.ProxyUrls) { cboGithubProxy.Items.Add(proxy.Replace("{0}","")); } // 异步测试代理速度并设置默认选项 Task.Run(async () => { var fastestProxy = await ProxySpeedTester.GetFastestProxyAsync(ProxySpeedTester.TargetUrl); Debug.WriteLine(fastestProxy.Item1); if (!string.IsNullOrEmpty(fastestProxy.Item1)) { cboGithubProxy.Invoke(new Action(() => cboGithubProxy.SelectedItem = fastestProxy.Item1)); } }); } private void InitializeDataGridView() { dataGridView1.RowHeadersVisible = false; // 设置 DataGridView 的列 dataGridView1.Columns.Add(new DataGridViewLinkColumn { Name = "NameColumn", HeaderText = "名称", AutoSizeMode = DataGridViewAutoSizeColumnMode.AllCells }); dataGridView1.Columns.Add(new DataGridViewLinkColumn { Name = "AuthorColumn", HeaderText = "作者", AutoSizeMode = DataGridViewAutoSizeColumnMode.AllCells }); dataGridView1.Columns.Add(new DataGridViewButtonColumn { Name = "UpdateButtonColumn", HeaderText = "更新", Text = "更新", UseColumnTextForButtonValue = true, AutoSizeMode = DataGridViewAutoSizeColumnMode.AllCells }); dataGridView1.Columns.Add(new DataGridViewTextBoxColumn { Name = "StatusColumn", HeaderText = "状态", AutoSizeMode = DataGridViewAutoSizeColumnMode.AllCells }); // 初始化数据并添加行 data = InitData(); foreach (var item in data) { AddRow(item); } // 处理单元格点击事件 dataGridView1.CellClick += DataGridView1_CellClick; } private List InitData() { var data = new List { new LiteLoaderRowData { Name = "本体 LiteLoaderQQNT", NameLink = "https://github.com/LiteLoaderQQNT/LiteLoaderQQNT", Author = "mo-jinran", AuthorLink = "https://github.com/mo-jinran", Status = "未检查", MainBranchName = "main", LocalPath = Path.Combine(Application.StartupPath, "LiteLoaderQQNT"), DownloadUrl = "https://github.com/LiteLoaderQQNT/LiteLoaderQQNT/releases/download/#{version}/LiteLoaderQQNT.zip" }, new LiteLoaderRowData { Name = "补丁 DLLHijackMethod", NameLink = "https://github.com/LiteLoaderQQNT/QQNTFileVerifyPatch/tree/DLLHijackMethod", Author = "sysrom", AuthorLink = "https://github.com/sysrom", LocalPath = Path.Combine(Application.StartupPath, "Public"), Status = "无需更新" }, new LiteLoaderRowData { Name = "列表插件 LL-plugin-list-viewer", NameLink = "https://github.com/ltxhhz/LL-plugin-list-viewer", Author = "ltxhhz", AuthorLink = "https://github.com/ltxhhz", Status = "未检查", MainBranchName = "main", LocalPath = Path.Combine(Application.StartupPath, "LiteLoaderQQNT/plugins/list-viewer"), DownloadUrl = "https://github.com/ltxhhz/LL-plugin-list-viewer/releases/download/v#{version}/list-viewer.zip" }, new LiteLoaderRowData { Name = "防撤回插件 LiteLoaderQQNT-Anti-Recall", NameLink = "https://github.com/xh321/LiteLoaderQQNT-Anti-Recall", Author = "xh321", AuthorLink = "https://github.com/xh321", Status = "未检查", MainBranchName = "master", LocalPath = Path.Combine(Application.StartupPath, "LiteLoaderQQNT/plugins/qq-anti-recall"), DownloadUrl = "https://github.com/xh321/LiteLoaderQQNT-Anti-Recall/releases/download/#{version}/qq-anti-recall.zip" } }; return data; } private void AddRow(LiteLoaderRowData rowData) { int rowIndex = dataGridView1.Rows.Add(); DataGridViewRow row = dataGridView1.Rows[rowIndex]; rowData.Row = row; // 设置名称列 DataGridViewLinkCell nameCell = (DataGridViewLinkCell)row.Cells["NameColumn"]; nameCell.Value = rowData.Name; nameCell.Tag = rowData.NameLink; // 设置作者列 DataGridViewLinkCell authorCell = (DataGridViewLinkCell)row.Cells["AuthorColumn"]; authorCell.Value = rowData.Author; authorCell.Tag = rowData.AuthorLink; // 设置状态列 row.Cells["StatusColumn"].Value = rowData.Status; // 订阅状态更新事件 rowData.StatusUpdated += (newStatus) => { if (dataGridView1.InvokeRequired) { dataGridView1.Invoke(new Action(() => row.Cells["StatusColumn"].Value = newStatus)); } else { row.Cells["StatusColumn"].Value = newStatus; } }; rowData.GetLocalVersionAndUpdateStatus(); } private void DataGridView1_CellClick(object sender, DataGridViewCellEventArgs e) { if (e.RowIndex >= 0) { if (e.ColumnIndex == dataGridView1.Columns["UpdateButtonColumn"].Index) { if (data[e.RowIndex].NameLink.Contains("QQNTFileVerifyPatch")) { MessageBox.Show("此项无需更新!"); return; } data[e.RowIndex].Row.Cells["StatusColumn"].Value = "正在更新"; var proxyUrl = cboGithubProxy.Text; Task.Run(() => data[e.RowIndex].CheckAndUpdate(proxyUrl)); } else if (e.ColumnIndex == dataGridView1.Columns["NameColumn"].Index || e.ColumnIndex == dataGridView1.Columns["AuthorColumn"].Index) { string url = dataGridView1.Rows[e.RowIndex].Cells[e.ColumnIndex].Tag.ToString(); System.Diagnostics.Process.Start(url); } } } private void btnCheckUpdateAll_Click(object sender, EventArgs e) { var proxyUrl = cboGithubProxy.Text; foreach (var item in data) { Task.Run(() => item.CheckAndUpdate(proxyUrl)); } } private void btnRestore_Click(object sender, EventArgs e) { string installPath = txtQQNTPath.Text; if (!IsAllFilesExist(installPath)) { MessageBox.Show("请选择正确的QQNT安装路径!"); return; } try { string appPath = GetAppPath(installPath); RestoreDll(installPath); RestorePackageJson(appPath); MessageBox.Show("LiteLoaderQQNT 还原成功!"); } catch (Exception ex) { MessageBox.Show( $@" 还原时出现异常:{ex.Source} -- {ex.StackTrace} -- {ex.Message} " ); } } private void RestoreDll(string installPath) { string destPath = Path.Combine(installPath, "dbghelp.dll"); if (File.Exists(destPath)) { File.Delete(destPath); } } private void RestorePackageJson(string appPath) { string packageJsonPath = Path.Combine(appPath, "package.json"); string backupPath = Path.Combine(appPath, "package.json.h.bak"); if (File.Exists(backupPath)) { File.Copy(backupPath, packageJsonPath, true); } else { throw new Exception($"在路径{appPath}下,未找到package.json.h.bak备份文件,请确认是否通过本软件安装过 LiteLoaderQQNT"); } } /// /// 打补丁 /// /// /// private void btnPath_Click(object sender, EventArgs e) { string installPath = txtQQNTPath.Text; if (!IsAllFilesExist(installPath)) { MessageBox.Show("请选择正确的QQNT安装路径!"); return; } try { string appPath = GetAppPath(installPath); MoveDll(installPath); CreateLauncherFile(appPath); ModifyPackageJson(appPath); MessageBox.Show("LiteLoaderQQNT 安装成功!"); } catch (IOException ex) { MessageBox.Show( $@" 请以管理员权限启动本程序,并确认 QQNT 处于关闭状态。 安装 LiteLoaderQQNT 时出现异常:{ex.Source} -- {ex.StackTrace} -- {ex.Message} " ); } catch (Exception ex) { MessageBox.Show( $@" 安装 LiteLoaderQQNT 时出现异常:{ex.Source} -- {ex.StackTrace} -- {ex.Message} " ); } } private void MoveDll(string installPath) { string fileName = "dbghelp.dll"; string destPath = Path.Combine(installPath, fileName); if (File.Exists(destPath)) { File.Delete(destPath); } File.Copy(Path.Combine(Application.StartupPath, "Public", fileName), destPath); } /// /// 查看 QQNT 根目录(txtQQNTPath.Text),是否存在 versions 文件夹 是,则路径为 QQNT\versions\版本号\resources\app 否,则路径为 QQNT\resources\app /// /// /// private string GetAppPath(string installPath) { string versionsPath = Path.Combine(installPath, "versions"); if (Directory.Exists(versionsPath)) { var versionDirectories = Directory.GetDirectories(versionsPath); if (versionDirectories.Length > 0) { // 选择最新的版本 string latestVersion = versionDirectories .Select(Path.GetFileName) .OrderByDescending(v => new { MainVersion = new Version(v.Split('-')[0]), SubVersion = int.Parse(v.Split('-')[1]) }) .FirstOrDefault(); if (latestVersion != null) { return Path.Combine(versionsPath, latestVersion, "resources", "app"); } } } return Path.Combine(installPath, "resources", "app"); } /// /// 创建 app/app_launcher/liteloader.h.js 文件,写入 require(String.raw*) 其中 * 为 LiteLoaderQQNT 的路径 /// /// /// private void CreateLauncherFile(string appPath) { string launcherDir = Path.Combine(appPath, "app_launcher"); if (!Directory.Exists(launcherDir)) { throw new Exception($"在路径{appPath}下,未找到app_launcher文件夹"); } string launcherFilePath = Path.Combine(launcherDir, "liteloader.h.js"); // if (File.Exists(launcherFilePath)) // { // Debug.WriteLine("已经创建过liteloader.h.js文件"); // return; // } string liteLoaderPath = Path.Combine(Application.StartupPath, "LiteLoaderQQNT"); string content = $"require(String.raw`{liteLoaderPath}`);"; File.WriteAllText(launcherFilePath, content, Encoding.UTF8); } /// /// 修改 app/package.json 文件,将 main 后面的路径改为 ./app_launcher/liteloader.h.js /// /// /// private void ModifyPackageJson(string appPath) { string packageJsonPath = Path.Combine(appPath, "package.json"); if (File.Exists(packageJsonPath)) { string json = File.ReadAllText(packageJsonPath); dynamic jsonObj = JsonConvert.DeserializeObject(json); if (jsonObj.main != null) { var s = (string)jsonObj.main; if (s.Contains("liteloader.h.js")) { Debug.WriteLine("已经修改过package.json文件"); return; } } // 备份 File.Copy(packageJsonPath, Path.Combine(appPath, "package.json.h.bak"), true); // 修改 jsonObj.main = "./app_launcher/liteloader.h.js"; string output = JsonConvert.SerializeObject(jsonObj, Formatting.Indented); File.WriteAllText(packageJsonPath, output); } else { throw new Exception($"在路径{appPath}下,未找到package.json文件"); } } private void btnChoose_Click(object sender, EventArgs e) { FolderBrowserDialog dialog = new FolderBrowserDialog(); dialog.Description = "请选择安装路径"; if (dialog.ShowDialog() == DialogResult.OK) { if (string.IsNullOrEmpty(dialog.SelectedPath) || !IsAllFilesExist(dialog.SelectedPath)) { MessageBox.Show("无法找到此应用的关键文件,请选择正确的安装路径!"); } else { txtQQNTPath.Text = dialog.SelectedPath; } } } /// /// 自动寻找获取QQNT安装路径 /// /// public string FindInstallPath() { try { string installPath = PathUtil.FindInstallPathFromRegistryWOW6432Node("QQ"); if (!string.IsNullOrEmpty(installPath)) { installPath = Path.GetDirectoryName(installPath); if (IsAllFilesExist(installPath)) { return installPath; } } installPath = PathUtil.FindInstallPathFromRegistry("QQNT"); if (!IsAllFilesExist(installPath)) { List defaultPathList = PathUtil.GetDefaultInstallPaths(@"Tencent\QQNT"); foreach (string defaultPath in defaultPathList) { if (IsAllFilesExist(defaultPath)) { return defaultPath; } } } else { return installPath; } } catch (Exception e) { Console.WriteLine(e.Message); } return null; } private bool IsAllFilesExist(string installPath) { return File.Exists(Path.Combine(installPath, "QQ.exe")); } } } ================================================ FILE: RevokeMsgPatcher/Forms/FormLiteLoaderQQNT.resx ================================================  text/microsoft-resx 2.0 System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 AAABAAEAQEAAAAEAIAAoQgAAFgAAACgAAABAAAAAgAAAAAEAIAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FOAJPRTgOT0U4KE5EN1BPRTh2T0U4jU9FN5FPRTiRT0U4kU9F OJFPRTiRT0Q4j09FN35PRTdcT0U4ME9FOBRPRTgET0U4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTcATkQ4Ek9FOEZORTiHT0U3yU9FN+VPRDf3T0Q3/09F Nv9PRDb/T0Q1/09ENf9PRDX/T0Q1/09FNv9PRDf/T0Q3+09FN+tPRTfTTkU4m09FOFhPRTgcT0U4Ak9F OAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FOAJPRTcqT0U4eE9FOM1ORDf1T0Q2/09E Nv9ORTn/TkZD/05IVf9NSmP/TUxt/01Ndv9NTnr/TU13/01Mb/9NS2X/TklY/05HR/9ORTr/T0U2/09E Nv9PRTf7T0U4209FOJVPRTg8T0Q4CE9FOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4Ak5FOCRPRTiNT0Q4409F N/1PRDX/TkU8/01JVv9MTn//S1Ol/0pWvP9KWM7/SlnU/0pZ1/9KWtj/SlrZ/0pa2P9KWtf/SlnV/0pZ 0f9KV8L/S1Ss/0xQi/9NSl//TkZC/09ENv9PRDb/T0U48U9FOKtPRTg6T0U4BAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTcATkU3Ek5F OHJPRTjfT0Q3/05FN/9OR0n/TE59/0tUrv9KWdD/SlrY/0pa2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa2P9KWtj/SlnU/0pWuv9MUIz/TUhV/05FOf9PRDb/T0Q3709F OJdPRTgkT0U4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AABPRTgCT0U4Mk9FOLtPRDf7T0Q2/05HR/9MT4f/SlfC/0pZ1/9KWtj/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtj/SlnY/0pY y/9MUZj/TUhV/05FN/9PRDf9T0U4105FN1RPRTgGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAABPRTgGTkU3XE9FN+FPRDf/TkU8/01Mc/9KVr3/SlnX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrY/0pYyv9MT4j/TkZF/05ENv9ORTfxTkU3h09FOA5PRTcAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTgIT0U4ek9FN/FPRTb/TkdM/0tSn/9KWdT/SlrY/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnX/0tVtf9NSl//TkU3/09F N/tPRTelT0U4GE5ENwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTgKT0U4iU9FN/dORTj/TUpg/0pW vP9KWdj/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtj/SljK/01NeP9ORTn/T0Q3/U9FOLdPRTgcT0U4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTgIT0U4hU9F N/lPRTf/TkdJ/0pWv/9KWtn/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWdP/TE+L/05FO/9PRDf/T0U4s09FNxgAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AABPRTgCT0U4bE9FN/VPRTf/T0U3/05FOP9NTXP/SljO/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ1f9MT4z/TkU7/09E N/1PRTihT0U3DgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAABPRTgAT0U4Rk9FN+1ORTb/TUtn/0xNe/9ORTn/TkU3/01Mcf9KWM3/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlnV/0xPiP9ORTj/T0U3+09FOHxPRTgEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4Ik9FONFPRTb/TUlX/0pXxP9KWdL/TE6A/05F Of9ORTf/TUxv/0pYzf9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWdL/TUxz/05FN/9PRTftT0U4SE9FOAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATkU4Bk5FOJ1PRDf9TkZD/0tU sP9KWtj/SlrX/0pZ0v9MToD/TkU5/05FN/9NTHD/SljN/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pXx/9NSVn/T0Q2/09F OM1PRTgcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4AE9F OEhPRTfzTkU4/0xQjP9KWdf/SlrX/0pa1/9KWtf/SlnS/0xOgP9ORTn/TkU3/01McP9KWM3/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtj/S1St/05GQP9PRTf9T0U4g09FOAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAE9FOA5PRTi9T0Q2/01JWv9KWM3/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWdL/TE6B/05F OP9ORTf/TUxx/0pYzf9KWdf/SlrX/0pa1/9KWtf/SlrX/0pZ1P9KWcz/SlrW/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlnW/0pZzf9MTXv/TkQ2/09FN+VPRDgsT0U4AAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FOABORThYT0U4905FPP9LU6X/SlrY/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pZ0/9MToL/TkU5/05FN/9NTG//SljN/0pa1/9KWtf/SlrX/0pZ1P9LToL/TlOQ/0pa 1v9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pYzf9QUHH/Sla//05HTP9PRDf/T0U4k09F OAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTgKT0U4vU9ENv9NSmT/SlnS/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnS/0xOgv9ORTj/TkU2/01Mb/9KWMz/SlrX/0pZ 0/9LToP/TkQ1/01Tlv9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ0v9NTXL/T0xh/0pa 1v9MT4n/TkU3/09FN+VPRTgmAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTgAT0U4PE9F N/FORTr/S1Ol/0pZ2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWdP/TE+C/05F Of9ORTf/TUxt/0pXyf9LTX//TkQ2/05ENP9NUpb/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrW/0pZ 0v9PUoX/T0U2/05Mav9KWtf/SlfC/05HSv9PRTf9T0U4eE9FOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAATkU3Ak9FOI1PRTf/TkhV/0pYzv9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pZ0v9MToL/TkU5/05FNv9NR0//TkQ1/09FNf9ORDT/TVKW/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pYzv9OUHr/T0U3/05ENf9MTXX/SlrX/0pZ1/9NTXX/T0Q2/05FOMVORTgOAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FNxRPRTfRTkQ2/0xOgP9KWtj/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnS/0xOgP9NRDb/TkQ1/09FNf9PRTX/TkQ0/01S lv9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlnW/0tYw/9NSmH/TkU1/09FNf9ORDX/T1Wb/0pa1/9KWtj/S1Oq/05F Ov9PRTfzT0U4OAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTg8T0U38U5FPP9LVLH/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ0v9MTHT/TkQ1/09F Nf9PRTX/T0U1/05ENP9NU5b/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtb/SlnP/01SlP9PR0b/TkQ0/09FNf9PRTX/TkQ3/0xX uf9KWtf/SlrX/0pYyv9OSE7/T0Q3/U9FOHpPRTcAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTgAT0U4eE5E N/1OSFD/SljK/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ 0v9MTHP/TkQ1/09FNf9PRTX/T0U1/09FNf9ORDT/TVKV/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWc3/TFOc/09KVv9PRTb/T0U1/09F Nf9PRTX/T0U1/09KUv9LWcz/SlrX/0pa1/9KWdf/TExz/09ENv9PRTixT0U4CAAAAAAAAAAAAAAAAAAA AAAAAAAAT0U4Bk9FOKVPRTb/TUxt/0pZ1v9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pZ0P9MS2//TkQ1/09FNf9PRTX/T0U1/09FNf9PRTX/TkQ0/09MZP9KWMv/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1v9KWdP/S1nO/0tUp/9UVof/iYaO/7u3 sv9ORDT/T0U1/2phVP/Mycb/YllL/05ENP9OTnP/SlrW/0pa1/9KWtf/SlrZ/0tQkP9ORTb/T0U41U9F OBoAAAAAAAAAAAAAAAAAAAAAAAAAAE5FOBBPRTjFTkQ1/0xPhP9KWtn/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZz/9MS27/TkQ1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/05E NP9PRTf/UU1g/0xRlP9LUpv/TFat/01Yuv9NWcH/TVnB/01Zvv9NV7L/S1Oh/0tRlv9PUon/Tkpb/09I Sf9iWk7/zsvH/9jW0/+qpZ7/T0U1/8K/u//Kx8T/0c/M/1NKOv9ORDT/TVex/0pa1/9KWtf/SlrX/0pa 2P9LVLD/TkU8/09FN/FPRTg4AAAAAAAAAAAAAAAAAAAAAAAAAABPRTgkTkU35U5FN/9LU6H/SlrY/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pYz/9MS2r/TkQ1/09FNf9PRTX/T0U1/09F Nf9PRTX/T0U1/09FNf9PRTX/T0Q0/05ENP9ORDT/TkQ1/09GOf9PRj7/T0dA/09HQP9PRz//T0Y7/05F Nv9ORDT/TkQ0/05ENP9PRTX/mJKJ/6unoP+HgXb/zcrG/2ZeUP/Ewb3/nJeP/66qo/9waFz/T0pX/0pZ zv9KWtf/SlrX/0pa1/9KWtf/SlfC/05GRP9PRTf5TkU4TgAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4Mk9F N+9ORTv/S1W0/0pa2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pYzv9MSmf/TkQ1/09F Nf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09F Nf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/6Kdlf9waFv/T0U1/8TBvP9vZ1r/o56X/09F Nf+gm5P/cmpf/0xSl/9KWtb/SlrX/0pa1/9KWtf/SlrX/0pYyv9OR0z/T0U3+09FOFgAAAAAAAAAAAAA AAAAAAAAAAAAAE9FODpPRTfzTkU+/0tVuv9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pY zf9MSmX/TkQ1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09F Nf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf+QioD/jIZ8/09F Nf/DwLv/YFdI/7y5s/9PRTX/sa2m/2FcZv9KWMr/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWM7/TkhT/09E NvtPRThYAAAAAAAAAAAAAAAAAAAAAAAAAABPRTdCT0U39U5GQP9KVr7/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pYzP94eJT/XFNE/09FNf9+d2z/VEo7/09FNf9SSTn/f3ht/4mDeP9bUkP/T0U1/1NJ Of+AeW7/gntw/09FNf9yal3/YFdJ/09FNf91bmH/XVRF/1ZNPv+HgHb/c2tf/3t0af9PRTX/Ukk5/4iB d/9qYVT/WVBB/7Wxq/+uqaL/enJn/09FNf+inZX/qaWe/5yXkf9MU5z/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlnQ/01JV/9PRDb7T0U4WAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U3Qk9FN/VORkD/Sla+/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pYy/9UUWn/9PT0/6GclP9dU0X/+Pj4/4mDeP9PRTX/raih/9XT 0P+3s63/wL24/09FNf/LyMT/1NHO/8fEwP95cWX/trKt/4N8cf9PRTX/wb25/3lxZf+tqaL/zszI/9nX 1f/T0c7/T0U1/4uEev/d3Nr/nJaO/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/05ENP9OTGX/SlnT/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ0P9NSVf/T0Q2+09FOFgAAAAAAAAAAAAAAAAAAAAAAAAAAE9F ODpPRTfzTkY+/0tWuv9KWtf/SlrX/0pa1/9KWtf/SlrX/0pYyf9MSVz/h4B2/8XCvv/PzMn/koyC/9LQ zf/Bvrn/T0U1/+Xj4v+2sq3/qqWf/6mknf9kW03/5+bl/1BGNv9PRTX/T0U1/7ayrf+DfHH/T0U1/8G9 uf95cWX/rKeg/7ayrf+dmI//09HO/09FNf+Ykon/opyV/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09E NP9PSUr/S1jD/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWM7/TkhT/09ENvtPRThYAAAAAAAA AAAAAAAAAAAAAAAAAABPRTcyT0Q3705FO/9LVbT/SlrY/0pa1/9KWtf/SlrX/0pXyP9NSVv/TkQ1/8G+ uf+IgXf/ycbC/97c2/94cWX/6Ofm/1VMPP/f3dv/qaSd/5SOhf/x8fH/YFdJ/+rp6f9WTD3/T0U1/09F Nf+2sq3/mZSL/09FNf/IxcD/eXFl/1hPQP+WkIf/wLy3/9PRzv9PRTX/mJKJ/6Kclf9PRTX/T0U1/09F Nf9PRTX/T0U1/09FNf9ORTr/TFOg/0pa1v9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SljK/05H TP9PRTf7T0U4WAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4JE9FOOdORDj/S1Kj/0pa2f9KWtf/SlrX/0pZ z/9NSVj/TkQ1/1hOP//o5+b/U0o6/4uEev/r6un/UEY2/7y4s/+Ignf/hn90/+fl5P/b2db/sq2n/09F Nf+uqqP/5uXk/9LQzf95cWX/trKt/+vq6f/Qzcr/7e3s/1xSRP9kXE7/5ePi/93b2f+rpp//W1JD/+De 3P/i4d//m5WN/09FNf9PRTX/T0U1/09FNf9ORTn/TlOX/0pZ1v9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pXw/9ORkT/T0U3+U9FOE4AAAAAAAAAAAAAAAAAAAAAAAAAAE9EOBBPRTjHTkQ1/0xP hf9KWtn/SlrX/0pa1/9KWdP/TE5+/05FNv9SSDn/aF9S/09FNf9USjv/Zl1Q/09FNf9dVEX/XVRF/09F Nf9fVkf/aWFT/09FNf9PRTX/T0U1/2deUf9uZln/UEY2/7ayrf+EfXL/bmZZ/1lQQf9PRTX/T0U1/15V R/9uZln/UUc4/1JIOP+qpZ7/sq6o/2JZS/9PRTX/T0U1/09FNf9ORTj/T1ON/0pa1f9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa2P9LVbL/TkU9/09FN/NPRTg6AAAAAAAAAAAAAAAAAAAAAAAA AABPRTgGT0U4pU9FNv9NTG7/SlrX/0pa1/9KWtf/SlrX/0pZ0/9LToL/TkU2/09FNf9PRTX/T0U1/09F Nf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf+2sqz/g3xx/09F Nf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/XVRF/2lgU/9PRTX/T0U1/09FNf9ORTr/T1SU/0pZ 1P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtn/TFGR/05FN/9PRTjXT0U4HAAA AAAAAAAAAAAAAAAAAAAAAAAAT0U4AE9FOHpPRDf9TkhS/0pYyv9KWtf/SlrX/0pa1/9KWtf/SlnV/0tP hv9ORTf/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09F Nf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/05E NP9ORkH/TVSh/0pa1v9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnX/01N dP9PRDb/T0U4tU9FOAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTg+TkQ3805FPf9LVbP/SlrY/0pa 1/9KWtf/SlrX/0pa1/9KWdT/S0+J/05FN/9PRTX/T0U1/09FNf9PRTX/xMG9/2JZS/9WTD3/2dfU/46H fv+EfXL/gHlu/5+akv+Nh33/m5aN/4uFev9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09F Nf9PRTX/T0U1/05ENP9QTF3/S1a3/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pYy/9OSFD/T0Q2/U9FOHxPRTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U3Fk9F N9VPRDb/TE+E/0pa2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ1f9LT4v/TkU4/09FNf9PRTX/T0U1/9XT 0P9lXE7/T0U1/7i0r/9aUUL/i4V6/4qDef/g393/1NLP/6ijnP+UjoT/T0U1/09FNf9PRTX/T0U1/09F Nf9PRTX/T0U1/09FNf9ORDT/TkQ0/05ENf9QSk7/S1e//0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa2P9LVK7/TkU7/09FN/VPRTg6AAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAE9FOAJPRTiRT0U2/05JVv9KWM7/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnV/0tQ j/9ORTj/T0U1/09FNf/V09D/ZVxO/09FNf+4tK//WlFC/4uFev/Fwr7/p6Ka/7Svqf/V0s//lI6E/09F Nf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9ORDX/TkdB/05MYf9PRjz/TkU2/01LZv9KWMn/SlrY/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWdf/TU13/09ENv9PRTjJT0U4EAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4QE9FN/NORTv/S1Oo/0pa2P9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWdX/S1CS/05FOP9TSjr/1tTR/2lhU/9QRjb/uLSv/1pRQv+LhXr/+Pj4/2Rb Tf9xaV3/+vn6/5SOhP9PRTX/T0U1/05ENP9ORDT/TkU1/05ENv9PSlX/TVCF/0tXwv9KWdT/TE+J/05F Ov9ORTb/TUto/0pXyf9KWtj/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlfE/05H TP9PRTf9T0U4fE9FOAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FOAxPRTjBT0Q2/01L Z/9KWdL/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ1f9LUZT/19bY/+Xk4//l5OP/fXZq/9jW 1P+Oh37/g3xy/7OvqP9PRTX/TkU1/7y4s/+LhXz/TkU4/05FOv9ORkL/T01o/01PgP9MV7b/SlnP/0pa 1/9KWtf/SlrX/0pZ1P9MUIv/TkU7/09FNv9NS2b/SlfK/0pa2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrY/0xQjf9ORTf/T0U3509FOCgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AABPRTgAT0U4Xk9FN/lORT3/S1Op/0pa2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnV/0tR mP9ORTn/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/0xLZf9NUYv/TlSY/05Ysf9KV8H/SljH/0pZ 1P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnU/0xPiv9ORTr/TkQ2/01LaP9KV8n/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pXxf9OSE7/T0U3/09FOJtPRTgGAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FOBBPRTjBTkQ2/01JXf9KWc7/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWdb/S1Gb/05FO/9PRTX/T0U1/09FNf9PRTX/T0U1/05ENP9NUpf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWdX/TFCM/05F PP9ORTb/TUpl/0pXyP9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ1/9MTn//TkU2/09FN+lPRTgwT0U4AAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTcAT0U4Tk9FN/VORTn/TFCR/0pa 2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ1v9KUp3/TkU7/09FNf9PRTX/T0U1/09F Nf9ORDT/TVKW/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pZ1P9MUIv/TkU7/09FNv9NSmb/SlfH/0pa2P9KWtf/SlrX/0pa2P9LVbL/TkZC/09F N/1PRDiJT0U4AgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE5F OAhPRDihT0Q3/05GRf9LVbP/SlnY/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnW/0tS oP9ORT3/T0U1/09FNf9PRTX/TkQ0/01Slv9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnV/0xPjP9ORTz/TkU2/01KZf9KV8j/SlrX/0pa 1/9KWMn/TUlb/05FNv9PRTjRT0U4HgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAT0U3Jk9FONdORDb/TUlb/0pXyP9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWdb/SlOj/05FPv9PRTX/T0U1/05ENP9NUpb/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWdT/TFCK/05F O/9ORTb/TUpl/0pXyP9KWdT/TE15/05FN/9PRTfxT0U4UE9FOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FNwBPRTdOT0U3705FN/9NS2z/SljO/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ1v9KU6b/TkU+/05FNf9ORDT/TVKW/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pZ1f9MUI3/TkU7/05FNv9NS2b/TE+D/05FOv9PRTf7T0U4g09FOAQAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4BE9F N3RPRTf3TkU3/01Ndf9KWM//SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnW/0pT qP9ORkD/TkQ0/01Slv9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnV/0xQjf9ORj7/T0Q3/09FN/9PRTf9T0U4qU9F OBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAABPRTgIT0U4jU9FN/tORTj/TUxy/0pYzP9KWtj/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWdb/SlSr/01FP/9NU5b/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWdH/TUtn/09F Nv9PRTf/T0U3u09FOBxPRTcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FOA5PRTiVT0U3+U5FNv9NS2b/SlbA/0pZ 2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ1v9KU6f/TlOT/0pa1v9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 2P9KWM3/TE6A/05FPP9PRDf9T0U4v09FOCBPRTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4Ck9F OINPRTf1TkU2/05IT/9LU6X/SlnW/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa2P9KVrr/TUpk/05EOP9PRDf9T0U3r09FNx5ORDcAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAABPRTgGT0U4ZE9FN+VPRDb/TkU+/0xNe/9KV8H/SlrY/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrY/0pYzf9MUJD/TkdI/05ENv9PRTfzT0U4kU9FOBJPRTcAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FNwJPRTc6T0U4w09EN/tPRDb/TkdK/0xQ jf9KV8X/SlrY/0pa2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtj/SljO/0tSn/9OSVr/TkU4/09EN/9PRTjdT0U3XE9F OAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4AE9F NxRPRTd+T0U35U9FN/9ORDf/TkdO/0xOg/9KVbf/SlnR/0pa2f9KWtj/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtj/SlrZ/0pZ1f9KV8D/S1GU/01JWv9ORTn/T0Q2/09F N/FPRTehT0U4Kk9FOAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAT0U4Ak9FOCxORTeVT0U36U9FN/9PRDb/TkY+/01KXf9MT4P/S1St/0pX xP9KWM7/SlnV/0pZ2P9KWtj/SlnY/0pZ2P9KWtj/SlnW/0pZ0P9KV8f/S1W2/0xQjv9NS2j/TkZD/09E N/9PRTf/T0U3809FN7NPRThET0U3BgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4BE9FODBPRTiHT0U31U9F N/dPRDb/T0U2/05FO/9ORkb/TUhV/01Mbf9NTXr/TE6A/0xPhP9MToH/TE58/01Mcf9NSVz/TkdJ/05G Pf9ORTf/T0Q2/09EN/tORDflT0U4nU9EOEZPRTgKT0U4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAT0U4Ak9FNxZPRTdMT0U4mU9FOMtPRTfvT0U3+U9ENv1PRDb/T0U2/09FNv9PRTb/T0U2/09F Nv9PRDb/T0Q2/09EN/lPRTfzT0U32U9FOKdPRTdgT0U4Ik9FOARPRTgAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FOARPRTgST0U4ME9FN1JPRTh+TkU3o09F OLFPRTi9T0U4wU9FOL9PRTi1T0U4qU9FOItPRThaT0U4Ok5FNxhPRTcGT0U4AAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AABPRTgAT0U4Ak9FOARPRTgET0U4Bk9FOAZPRTgGT0U4BE9FOARPRTgCT0U4AE9FOAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAA////////////////////////////////////8B////////4AAP//////+AAAH//////AAAAH /////4AAAAH////+AAAAAP////wAAAAAP///+AAAAAAf///gAAAAAA///8AAAAAAB///wAAAAAAD//+A AAAAAAP//wAAAAAAAf/+AAAAAAAA//4AAAAAAAB//AAAAAAAAH/8AAAAAAAAP/gAAAAAAAA/+AAAAAAA AD/wAAAAAAAAH/AAAAAAAAAf8AAAAAAAAB/wAAAAAAAAD+AAAAAAAAAP4AAAAAAAAA/gAAAAAAAAD+AA AAAAAAAP4AAAAAAAAA/gAAAAAAAAD+AAAAAAAAAP4AAAAAAAAA/gAAAAAAAAD+AAAAAAAAAP4AAAAAAA AA/gAAAAAAAAD/AAAAAAAAAP8AAAAAAAAB/wAAAAAAAAH/AAAAAAAAAf+AAAAAAAAD/4AAAAAAAAP/wA AAAAAAA//AAAAAAAAH/+AAAAAAAAf/4AAAAAAAD//wAAAAAAAf//gAAAAAAB///AAAAAAAP//8AAAAAA B///4AAAAAAP///wAAAAAB////wAAAAAP////gAAAAD/////gAAAAf/////AAAAH//////AAAB////// /gAA////////8A////////////////////////////////////8= ================================================ FILE: RevokeMsgPatcher/Forms/FormPatchInfo.Designer.cs ================================================ namespace RevokeMsgPatcher.Forms { partial class FormPatchInfo { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.rtbPatchInfo = new System.Windows.Forms.RichTextBox(); this.btnOK = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // rtbPatchInfo // this.rtbPatchInfo.Location = new System.Drawing.Point(12, 45); this.rtbPatchInfo.Name = "rtbPatchInfo"; this.rtbPatchInfo.Size = new System.Drawing.Size(489, 158); this.rtbPatchInfo.TabIndex = 0; this.rtbPatchInfo.Text = ""; // // btnOK // this.btnOK.Location = new System.Drawing.Point(345, 209); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(75, 23); this.btnOK.TabIndex = 1; this.btnOK.Text = "确定"; this.btnOK.UseVisualStyleBackColor = true; // // btnCancel // this.btnCancel.Location = new System.Drawing.Point(426, 209); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 2; this.btnCancel.Text = "取消"; this.btnCancel.UseVisualStyleBackColor = true; // // label1 // this.label1.Location = new System.Drawing.Point(12, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(489, 33); this.label1.TabIndex = 3; this.label1.Text = "注意:请勿随意输入补丁信息,错误的补丁信息将导致本软件无法正常使用。在被恶意情况下可以修改/破坏系统任意位置文件"; // // FormPatchInfo // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(513, 241); this.Controls.Add(this.label1); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOK); this.Controls.Add(this.rtbPatchInfo); this.Name = "FormPatchInfo"; this.Text = "请输入补丁信息"; this.ResumeLayout(false); } #endregion private System.Windows.Forms.RichTextBox rtbPatchInfo; private System.Windows.Forms.Button btnOK; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Label label1; } } ================================================ FILE: RevokeMsgPatcher/Forms/FormPatchInfo.cs ================================================ using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace RevokeMsgPatcher.Forms { public partial class FormPatchInfo : Form { public FormPatchInfo() { InitializeComponent(); } } } ================================================ FILE: RevokeMsgPatcher/Forms/FormPatchInfo.resx ================================================  text/microsoft-resx 2.0 System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 ================================================ FILE: RevokeMsgPatcher/Forms/UIController.cs ================================================ using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace RevokeMsgPatcher.Forms { public class UIController { public static void AddCategoryCheckBoxToPanel(Panel panel, string[] categories, string[] installed) { if (categories != null && categories.Length != 0) { panel.Controls.Clear(); for (int i = 0; i < categories.Length; i++) { CheckBox chk = new CheckBox { Text = categories[i], Name = "chkCategoriesIndex" + i, Checked = true, AutoSize = true }; if (installed.Contains(categories[i])) { chk.Text = chk.Text + "(已安装)"; chk.Enabled = false; } panel.Controls.Add(chk); } } else { AddMsgToPanel(panel, "无功能选项"); } } public static void AddMsgToPanel(Panel panel, string msg) { panel.Controls.Clear(); Label label = new Label { Name = "lblCategoriesMsg", Text = msg, TextAlign = ContentAlignment.MiddleLeft, Size = new Size(panel.Width, panel.Height) }; panel.Controls.Add(label); } public static List GetCategoriesFromPanel(Panel panel) { List categories = new List(); foreach (Control ctrl in panel.Controls) { if (ctrl is CheckBox checkBox) { if (checkBox.Enabled && checkBox.Checked) { categories.Add(checkBox.Text); } } else if (ctrl is Label label) { return null; // 如果是标签, 说明是精准匹配, 直接返回null } } return categories; } } } ================================================ FILE: RevokeMsgPatcher/Matcher/BoyerMooreMatcher.cs ================================================ namespace RevokeMsgPatcher.Matcher { public class BoyerMooreMatcher { private static int AlphabetSize = 256; private static int Max(int a, int b) { return (a > b) ? a : b; } static int[] PreprocessToBuildBadCharactorHeuristic(byte[] pattern) { int m = pattern.Length; int[] badCharactorShifts = new int[AlphabetSize]; for (int i = 0; i < AlphabetSize; i++) { //badCharactorShifts[i] = -1; badCharactorShifts[i] = m; } // fill the actual value of last occurrence of a character for (int i = 0; i < m; i++) { //badCharactorShifts[(int)pattern[i]] = i; badCharactorShifts[(int)pattern[i]] = m - 1 - i; } return badCharactorShifts; } static int[] PreprocessToBuildGoodSuffixHeuristic(byte[] pattern) { int m = pattern.Length; int[] goodSuffixShifts = new int[m]; int[] suffixLengthArray = GetSuffixLengthArray(pattern); for (int i = 0; i < m; ++i) { goodSuffixShifts[i] = m; } int j = 0; for (int i = m - 1; i >= -1; --i) { if (i == -1 || suffixLengthArray[i] == i + 1) { for (; j < m - 1 - i; ++j) { if (goodSuffixShifts[j] == m) { goodSuffixShifts[j] = m - 1 - i; } } } } for (int i = 0; i < m - 1; ++i) { goodSuffixShifts[m - 1 - suffixLengthArray[i]] = m - 1 - i; } return goodSuffixShifts; } static int[] GetSuffixLengthArray(byte[] pattern) { int m = pattern.Length; int[] suffixLengthArray = new int[m]; int f = 0, g = 0, i = 0; suffixLengthArray[m - 1] = m; g = m - 1; for (i = m - 2; i >= 0; --i) { if (i > g && suffixLengthArray[i + m - 1 - f] < i - g) { suffixLengthArray[i] = suffixLengthArray[i + m - 1 - f]; } else { if (i < g) { g = i; } f = i; // find different preceded character suffix while (g >= 0 && pattern[g] == pattern[g + m - 1 - f]) { --g; } suffixLengthArray[i] = f - g; } } return suffixLengthArray; } public static bool TryMatch(byte[] text, byte[] pattern, out int firstShift) { firstShift = -1; int n = text.Length; int m = pattern.Length; int s = 0; // s is shift of the pattern with respect to text int j = 0; // fill the bad character and good suffix array by preprocessing int[] badCharShifts = PreprocessToBuildBadCharactorHeuristic(pattern); int[] goodSuffixShifts = PreprocessToBuildGoodSuffixHeuristic(pattern); while (s <= (n - m)) { // starts matching from the last character of the pattern j = m - 1; // keep reducing index j of pattern while characters of // pattern and text are matching at this shift s while (j >= 0 && pattern[j] == text[s + j]) { j--; } // if the pattern is present at current shift, then index j // will become -1 after the above loop if (j < 0) { firstShift = s; return true; } else { // shift the pattern so that the bad character in text // aligns with the last occurrence of it in pattern. the // max function is used to make sure that we get a positive // shift. We may get a negative shift if the last occurrence // of bad character in pattern is on the right side of the // current character. //s += Max(1, j - badCharShifts[(int)text[s + j]]); // now, compare bad char shift and good suffix shift to find best s += Max(goodSuffixShifts[j], badCharShifts[(int)text[s + j]] - (m - 1) + j); } } return false; } public static int[] MatchAll(byte[] text, byte[] pattern) { int n = text.Length; int m = pattern.Length; int s = 0; // s is shift of the pattern with respect to text int j = 0; int[] shiftIndexes = new int[n - m + 1]; int c = 0; // fill the bad character and good suffix array by preprocessing int[] badCharShifts = PreprocessToBuildBadCharactorHeuristic(pattern); int[] goodSuffixShifts = PreprocessToBuildGoodSuffixHeuristic(pattern); while (s <= (n - m)) { // starts matching from the last character of the pattern j = m - 1; // keep reducing index j of pattern while characters of // pattern and text are matching at this shift s while (j >= 0 && pattern[j] == text[s + j]) { j--; } // if the pattern is present at current shift, then index j // will become -1 after the above loop if (j < 0) { shiftIndexes[c] = s; c++; // shift the pattern so that the next character in text // aligns with the last occurrence of it in pattern. // the condition s+m < n is necessary for the case when // pattern occurs at the end of text //s += (s + m < n) ? m - badCharShifts[(int)text[s + m]] : 1; s += goodSuffixShifts[0]; } else { // shift the pattern so that the bad character in text // aligns with the last occurrence of it in pattern. the // max function is used to make sure that we get a positive // shift. We may get a negative shift if the last occurrence // of bad character in pattern is on the right side of the // current character. //s += Max(1, j - badCharShifts[(int)text[s + j]]); // now, compare bad char shift and good suffix shift to find best s += Max(goodSuffixShifts[j], badCharShifts[(int)text[s + j]] - (m - 1) + j); } } int[] shifts = new int[c]; for (int y = 0; y < c; y++) { shifts[y] = shiftIndexes[y]; } return shifts; } } } ================================================ FILE: RevokeMsgPatcher/Matcher/FuzzyMatcher.cs ================================================ using System; using System.Collections.Generic; using System.Linq; namespace RevokeMsgPatcher.Matcher { /// /// 对16进制数据进行通配符查找 /// public class FuzzyMatcher { public const byte wildcard = 0x3F; // 通配符 /// /// 通配符匹配所有符合查找串的位置 /// /// 被查找对象 /// 查找串 /// public static int[] MatchAll(byte[] content, byte[] pattern) { byte[] head = GetHead(pattern); int[] indexs = BoyerMooreMatcher.MatchAll(content, head); // 头串和查找串相同则直接返回,不同则继续判断是否符合查询串 if (head.Length == pattern.Length) { return indexs; } else { List res = new List(); foreach (int index in indexs) { if (IsEqual(content, index, pattern)) { res.Add(index); } } return res.ToArray(); } } /// /// 通配符匹配所有符合查找串的位置,并排除已经替换的情况 /// /// 被查找对象 /// 查找串 /// 替换串 /// public static int[] MatchNotReplaced(byte[] content, byte[] searchBytes, byte[] replaceBytes) { byte[] head = GetHead(searchBytes); int[] indexs = BoyerMooreMatcher.MatchAll(content, head); // 头串和查找串相同则直接返回,不同则继续判断是否符合查询串 List res = new List(); if (head.Length != searchBytes.Length) { foreach (int index in indexs) { if (IsEqual(content, index, searchBytes)) { res.Add(index); } } indexs = res.ToArray(); } // 判断是否与替换串相同 res = new List(); foreach (int index in indexs) { if (!IsEqual(content, index, replaceBytes)) { res.Add(index); } } return res.ToArray(); } /// /// 获取头串 /// /// 完整查找串 /// private static byte[] GetHead(byte[] whole) { int len = whole.Length; for (int i = 0; i < whole.Length; i++) { if (whole[i] == wildcard) { len = i; break; } } if (len == 0) { throw new Exception("不正确的通配符位置!"); } return whole.Take(len).ToArray(); } /// /// 确认整个查找串是否匹配 /// /// 被查找对象 /// 头串匹配位置 /// 完整查找串 /// public static bool IsEqual(byte[] content, int start, byte[] whole) { int i = 0; for (i = 0; i < whole.Length; i++) { if (whole[i] == wildcard) { continue; } if (content[start + i] != whole[i]) { break; } } if (i == whole.Length) { return true; } else { return false; } } } } ================================================ FILE: RevokeMsgPatcher/Matcher/ModifyFinder.cs ================================================ using RevokeMsgPatcher.Model; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; namespace RevokeMsgPatcher.Matcher { public class ModifyFinder { // TODO 该逻辑需要优化! public static List FindChanges(string path, List replacePatterns) { Stopwatch sw = new Stopwatch(); sw.Start(); // 读取整个文件(dll) byte[] fileByteArray = File.ReadAllBytes(path); Console.WriteLine("读取文件耗时:{0}ms.", sw.Elapsed.TotalMilliseconds); List changes = new List(); // 匹配且需要替换的地方 // 查找所有替换点 int matchNum = 0; // 匹配数量 foreach (ReplacePattern pattern in replacePatterns) { // 所有的匹配点位 int[] matchIndexs = FuzzyMatcher.MatchAll(fileByteArray, pattern.Search); Console.WriteLine("匹配{0}耗时:{1}ms.", pattern.Category, sw.Elapsed.TotalMilliseconds); if (matchIndexs.Length >= 1) { for (int i = 0; i < matchIndexs.Length; i++) { matchNum++; // 与要替换的串不一样才需要替换(当前的特征肯定不一样) if (!FuzzyMatcher.IsEqual(fileByteArray, matchIndexs[i], pattern.Replace)) { changes.Add(new Change(matchIndexs[i], pattern.Replace)); } } } } // 匹配数和期望的匹配数不一致时报错(当前一个特征会出现多次) if (matchNum < replacePatterns.Count) { Tuple> res = IsAllReplaced(fileByteArray, replacePatterns); if (res.Item1) { throw new BusinessException("match_already_replace", "特征比对:当前应用已经安装了对应功能的补丁!"); } else { if (res.Item2.Count > 0) { throw new BusinessException("match_inconformity", $"特征比对:以下功能补丁已经安装,请取消勾选!\n已安装功能:【{string.Join("、", res.Item2)}】"); } else { throw new BusinessException("match_inconformity", $"特征比对:当前特征码匹配数[{matchNum}]和期望的匹配数[{replacePatterns.Count}]不一致。\n" + $"出现此种情况的一般有如下可能:\n" + $"1. 你可能已经安装了某个功能的补丁,请选择未安装功能进行安装。\n" + $"2. 如果当前版本为最新版本,特征码可能出现变化(可能性比较低),请联系作者处理。"); } } } else { // 匹配数和需要替换的数量不一致时,可能时部分/所有特征已经被替换 if (matchNum != changes.Count) { // 此逻辑在当前特征配置下不会进入,因为查找串和替换串当前全部都是不相同的 if (changes.Count == 0) { throw new BusinessException("match_already_replace", "特征比对:当前应用已经安装了所选功能补丁!"); } else { throw new BusinessException("match_part_replace", "特征比对:部分特征已经被替换,请确认是否有使用过其他防撤回/多开补丁!"); } } else { // 匹配数和需要替换的数量一致时才是正常状态 return changes; } } } public static SortedSet FindReplacedFunction(string path, List replacePatterns) { Stopwatch sw = new Stopwatch(); sw.Start(); byte[] fileByteArray = File.ReadAllBytes(path); Console.WriteLine("读取文件耗时:{0}ms.", sw.Elapsed.TotalMilliseconds); Tuple> res = IsAllReplaced(fileByteArray, replacePatterns); Console.WriteLine("匹配耗时:{0}ms.", sw.Elapsed.TotalMilliseconds); return res.Item2; } private static Tuple> IsAllReplaced(byte[] partByteArray, List replacePatterns) { int matchNum = 0; SortedSet alreadyReplaced = new SortedSet(); // 已经被替换特征的功能 foreach (ReplacePattern pattern in replacePatterns) { int[] searchMatchIndexs = FuzzyMatcher.MatchAll(partByteArray, pattern.Search); int[] replaceMatchIndexs = FuzzyMatcher.MatchAll(partByteArray, pattern.Replace); // 查找串没有,但是替换串存在,也就是说明这个功能已经完全完成替换 if (searchMatchIndexs.Length == 0 && replaceMatchIndexs.Length > 0) { alreadyReplaced.Add(pattern.Category); } } return new Tuple>(matchNum >= replacePatterns.Count, alreadyReplaced); } } } ================================================ FILE: RevokeMsgPatcher/Model/App.cs ================================================ using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace RevokeMsgPatcher.Model { public class App { public string Name { get; set; } public Dictionary FileTargetInfos { get; set; } public Dictionary> FileModifyInfos { get; set; } /// /// 通用的修改特征 /// public Dictionary> FileCommonModifyInfos { get; set; } public HashSet GetSupportVersions() { // 使用 HashSet 防重 HashSet versions = new HashSet(); // 精准 if (FileModifyInfos != null) { foreach (List modifyInfos in FileModifyInfos.Values) { foreach (ModifyInfo modifyInfo in modifyInfos) { versions.Add(modifyInfo.Version); } } } // 模糊 范围 if (FileCommonModifyInfos != null) { foreach (List commonModifyInfos in FileCommonModifyInfos.Values) { foreach (CommonModifyInfo commonModifyInfo in commonModifyInfos) { string end = string.IsNullOrEmpty(commonModifyInfo.EndVersion) ? "最新版" : commonModifyInfo.EndVersion; versions.Add(commonModifyInfo.StartVersion + "~" + end); } } } return versions; } public string GetSupportVersionStr() { string str = ""; foreach (string v in GetSupportVersions()) { str += v + "、"; } if (str.Length > 1) { str = str.Substring(0, str.Length - 1); } return str; } } } ================================================ FILE: RevokeMsgPatcher/Model/Bag.cs ================================================ using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace RevokeMsgPatcher.Model { public class Bag { public Dictionary Apps { get; set; } public string LatestVersion { get; set; } public string Notice { get; set; } public string NoticeUrl { get; set; } public int PatchVersion { get; set; } } } ================================================ FILE: RevokeMsgPatcher/Model/Change.cs ================================================ using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace RevokeMsgPatcher.Model { public class Change { public long Position { get; set; } public byte[] Content { get; set; } public Change() { } public Change(long position, byte[] content) { Position = position; Content = content; } public Change Clone() { Change o = new Change(); o.Position = Position; o.Content = Content; return o; } } } ================================================ FILE: RevokeMsgPatcher/Model/CommonModifyInfo.cs ================================================ using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace RevokeMsgPatcher.Model { public class CommonModifyInfo { public string Name { get; set; } public string StartVersion { get; set; } public string EndVersion { get; set; } public List ReplacePatterns { get; set; } public CommonModifyInfo Clone() { CommonModifyInfo o = new CommonModifyInfo(); o.Name = Name; o.StartVersion = StartVersion; o.EndVersion = EndVersion; List cs = new List(); foreach (ReplacePattern c in ReplacePatterns) { cs.Add(c.Clone()); } o.ReplacePatterns = cs; return o; } public List GetCategories() { if (ReplacePatterns != null && ReplacePatterns.Count > 0) { return ReplacePatterns.Select(p => p.Category).ToList(); } else { return new List(); } } } } ================================================ FILE: RevokeMsgPatcher/Model/Json/LiteLoaderPackage.cs ================================================ using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace RevokeMsgPatcher.Model.Json { internal class LiteLoaderPackage { public string Name { get; set; } public string Version { get; set; } public bool Private { get; set; } public string Description { get; set; } public string ProductName { get; set; } public string Homepage { get; set; } public bool SideEffects { get; set; } public string Main { get; set; } public string BuildVersion { get; set; } public bool IsPureShell { get; set; } public bool IsByteCodeShell { get; set; } public string Platform { get; set; } public string EleArch { get; set; } } } ================================================ FILE: RevokeMsgPatcher/Model/Json/LiteLoaderPluginsManifest.cs ================================================ namespace RevokeMsgPatcher.Model.Json { /// /// 只有部分信息,主要是拿版本号 /// https://github.com/xh321/LiteLoaderQQNT-Anti-Recall/blob/master/manifest.json /// internal class LiteLoaderPluginsManifest { public string Type { get; set; } public string Name { get; set; } public string Slug { get; set; } public string Description { get; set; } public string Version { get; set; } public string Icon { get; set; } } } ================================================ FILE: RevokeMsgPatcher/Model/Json/ReleaseApiRes.cs ================================================ using System; using System.Collections.Generic; namespace RevokeMsgPatcher.Model.Json { internal class ReleaseApiRes { public string Url { get; set; } public string AssetsUrl { get; set; } public string UploadUrl { get; set; } public string HtmlUrl { get; set; } public int Id { get; set; } public string NodeId { get; set; } public string TagName { get; set; } public string TargetCommitish { get; set; } public string Name { get; set; } public bool Draft { get; set; } public bool Prerelease { get; set; } public DateTime CreatedAt { get; set; } public DateTime PublishedAt { get; set; } public List Assets { get; set; } public string TarballUrl { get; set; } public string ZipballUrl { get; set; } public string Body { get; set; } } public class Asset { public string Url { get; set; } public int Id { get; set; } public string NodeId { get; set; } public string Name { get; set; } public object Label { get; set; } public string ContentType { get; set; } public string State { get; set; } public int Size { get; set; } public int DownloadCount { get; set; } public string CreatedAt { get; set; } public string UpdatedAt { get; set; } public string BrowserDownloadUrl { get; set; } } } ================================================ FILE: RevokeMsgPatcher/Model/Json/VersionJson.cs ================================================ namespace RevokeMsgPatcher.Model.Json { internal class VersionJson { public string Name { get; set; } public string Version { get; set; } } } ================================================ FILE: RevokeMsgPatcher/Model/LiteLoaderRowData.cs ================================================ using Newtonsoft.Json; using Newtonsoft.Json.Serialization; using RevokeMsgPatcher.Model.Json; using System; using System.Diagnostics; using System.IO; using System.IO.Compression; using System.Net.Http; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using Application = System.Windows.Forms.Application; namespace RevokeMsgPatcher.Model { internal class LiteLoaderRowData { public static JsonSerializerSettings SerializerSettings = new JsonSerializerSettings { ContractResolver = new CamelCasePropertyNamesContractResolver() }; public string Name { get; set; } public string NameLink { get; set; } public string Author { get; set; } public string AuthorLink { get; set; } public string Status { get; set; } public event Action StatusUpdated; public DataGridViewRow Row { get; set; } /// /// 本地存储的目录 /// public string LocalPath { get; set; } /// /// 主干名称 /// public string MainBranchName { get; set; } private void UpdateStatus(string newStatus) { Status = newStatus; StatusUpdated?.Invoke(newStatus); } /// /// 由于这个 api.github.com 没有加速的方式,所以不用了 /// [Obsolete("由于这个 api.github.com 没有加速的方式,所以不用了")] public string ReleasesApi { get { var repo = NameLink.Replace(@"https://github.com", @"https://api.github.com/repos"); return repo + @"/releases/latest"; } } public string DownloadUrl { get; set; } public string VersionJsonUrl { get { var repo = NameLink.Replace(@"https://github.com", @"https://raw.githubusercontent.com"); if (NameLink == "https://github.com/LiteLoaderQQNT/LiteLoaderQQNT") { return repo + $@"/refs/heads/{MainBranchName}/package.json"; } else { return repo + $@"/refs/heads/{MainBranchName}/manifest.json"; } } } public string GetLocalVersion() { if (NameLink.Contains("QQNTFileVerifyPatch")) { return null; } if (!Directory.Exists(LocalPath)) { Directory.CreateDirectory(LocalPath); } string path = null; path = Path.Combine(LocalPath, NameLink == "https://github.com/LiteLoaderQQNT/LiteLoaderQQNT" ? "package.json" : "manifest.json"); if (File.Exists(path)) { var json = File.ReadAllText(path); var package = JsonConvert.DeserializeObject(json, SerializerSettings); return package.Version; } return null; } public void GetLocalVersionAndUpdateStatus() { var localVersion = GetLocalVersion(); if (localVersion != null) { UpdateStatus($"当前版本{localVersion}"); } else { if (NameLink.Contains("QQNTFileVerifyPatch")) { UpdateStatus("无需更新"); } else { UpdateStatus("未检查"); } } } public async Task GetRemoteVersion(string proxyUrl) { using (var client = new HttpClient()) { var url = FormatUrl(proxyUrl, VersionJsonUrl); var response = await client.GetAsync(url); if (response.IsSuccessStatusCode) { var json = await response.Content.ReadAsStringAsync(); var package = JsonConvert.DeserializeObject(json, SerializerSettings); return package.Version; } return null; } } private string FormatUrl(string proxyUrl, string target) { if (string.IsNullOrEmpty(proxyUrl)) { return target; } else { if (proxyUrl.Contains("{0}")) { return string.Format(proxyUrl, target); } else { if (!proxyUrl.EndsWith("/")) { proxyUrl += "/"; } return proxyUrl + target; } } } public async Task CheckAndUpdate(string proxyUrl = null) { try { if (NameLink.Contains("QQNTFileVerifyPatch")) { return; } string localVersion = GetLocalVersion(); string remoteVersion = await GetRemoteVersion(proxyUrl); if (localVersion == null || new Version(remoteVersion) > new Version(localVersion)) { UpdateStatus($"存在新版本{remoteVersion},正在下载..."); Debug.WriteLine("发现新版本,正在下载..."); var url = DownloadUrl.Replace("#{version}", remoteVersion); url = FormatUrl(proxyUrl, url); string downloadedFilePath = await DownloadLatestPackage(url, Path.Combine(Application.StartupPath, "Public/Download")); Debug.WriteLine("下载到:" + downloadedFilePath); UpdateStatus($"下载成功,解压中..."); // 解压 string zipFileName = Path.GetFileNameWithoutExtension(downloadedFilePath); string extractPath = Path.Combine(Application.StartupPath, "Public/Extracted", zipFileName); if (Directory.Exists(extractPath)) { Directory.Delete(extractPath, true); } Directory.CreateDirectory(extractPath); ZipFile.ExtractToDirectory(downloadedFilePath, extractPath); Debug.WriteLine("解压至:" + extractPath); UpdateStatus($"解压成功,替换中..."); // 找到根目录 string pluginPath = FindDirectoryWithJson(extractPath); Debug.WriteLine("解压后的插件/本体目录:" + pluginPath); // 拷贝 DirectoryCopy(pluginPath, LocalPath); Debug.WriteLine("拷贝至:" + LocalPath); // 清理 if (File.Exists(downloadedFilePath)) { File.Delete(downloadedFilePath); } if (Directory.Exists(extractPath)) { Directory.Delete(extractPath, true); } Debug.WriteLine("清理完成。"); UpdateStatus($"{remoteVersion}更新完成"); } else { UpdateStatus($"已是最新版本{localVersion}"); Debug.WriteLine("当前已是最新版本。"); } } catch (Exception e) { Debug.WriteLine(e.ToString()); UpdateStatus(Status + " 后发生异常:" + e.Message); } } private string FindDirectoryWithJson(string extractPath, int maxDepth = 2) { return FindDirectoryWithJsonRecursive(extractPath, maxDepth, 0); } private string FindDirectoryWithJsonRecursive(string currentPath, int maxDepth, int currentDepth) { if (currentDepth > maxDepth) { return null; } string[] jsonFiles = { "package.json", "manifest.json" }; foreach (var jsonFile in jsonFiles) { if (File.Exists(Path.Combine(currentPath, jsonFile))) { return currentPath; } } if (currentDepth < maxDepth) { foreach (var directory in Directory.GetDirectories(currentPath)) { var result = FindDirectoryWithJsonRecursive(directory, maxDepth, currentDepth + 1); if (result != null) { return result; } } } return null; } private async Task DownloadLatestPackage(string url, string localDirectory) { using (HttpClient client = new HttpClient()) { var response = await client.GetAsync(url); if (response.IsSuccessStatusCode) { var data = await response.Content.ReadAsByteArrayAsync(); var fileName = Path.GetFileName(url); var localPath = Path.Combine(localDirectory, fileName); Directory.CreateDirectory(localDirectory); // 确保目录存在 File.WriteAllBytes(localPath, data); return localPath; } else { throw new Exception("下载失败"); } } } private void DirectoryCopy(string sourceDirName, string destDirName, bool copySubDirs = true) { DirectoryInfo dir = new DirectoryInfo(sourceDirName); DirectoryInfo[] dirs = dir.GetDirectories(); if (!dir.Exists) { throw new DirectoryNotFoundException("源目录不存在: " + sourceDirName); } if (!Directory.Exists(destDirName)) { Directory.CreateDirectory(destDirName); } FileInfo[] files = dir.GetFiles(); foreach (FileInfo file in files) { string tempPath = Path.Combine(destDirName, file.Name); file.CopyTo(tempPath, true); } if (copySubDirs) { foreach (DirectoryInfo subdir in dirs) { string tempPath = Path.Combine(destDirName, subdir.Name); DirectoryCopy(subdir.FullName, tempPath, copySubDirs); } } } } } ================================================ FILE: RevokeMsgPatcher/Model/ModifyInfo.cs ================================================ using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace RevokeMsgPatcher.Model { public class ModifyInfo { public string Name { get; set; } public string Version { get; set; } public string SHA1Before { get; set; } public string SHA1After { get; set; } public List Changes { get; set; } public ModifyInfo Clone() { ModifyInfo o = new ModifyInfo(); o.Name = Name; o.Version = Version; o.SHA1Before = SHA1Before; o.SHA1After = SHA1After; List cs = new List(); foreach(Change c in Changes) { cs.Add(c.Clone()); } o.Changes = cs; return o; } } } ================================================ FILE: RevokeMsgPatcher/Model/ReplacePattern.cs ================================================ using System; namespace RevokeMsgPatcher.Model { public class ReplacePattern { public byte[] Search { get; set; } public byte[] Replace { get; set; } public string Category { get; set; } /// /// 悬浮气泡提示 /// public string Tips { get; set; } /// /// 同类冲突标签 /// public string SimilarCategories { get; set; } /// /// 选择同类冲突标签时的提示 /// public string ChooseSimilarCategoriesMsg { get; set; } public ReplacePattern Clone() { ReplacePattern o = new ReplacePattern(); o.Search = Search; o.Replace = Replace; return o; } } } ================================================ FILE: RevokeMsgPatcher/Model/TargetInfo.cs ================================================ using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace RevokeMsgPatcher.Model { public class TargetInfo { public string Name { get; set; } public string RelativePath { get; set; } public string Memo { get; set; } public string StartVersion { get; set; } public string EndVersion { get; set; } /// /// 使用其他文件的版本作为版本号 /// public string RelativePathForVersion { get; set; } public TargetInfo Clone() { TargetInfo o = new TargetInfo(); o.Name = Name; o.RelativePath = RelativePath; o.Memo = Memo; return o; } public string GetAbsolutePath(string installPath) { if (RelativePath.Contains("{version}")) { // 获取{version}之前的路径部分 var versionIndex = RelativePath.IndexOf("{version}"); var prefixPath = RelativePath.Substring(0, versionIndex); var suffixPath = RelativePath.Substring(versionIndex + "{version}".Length); // 构建搜索目录路径 var searchDirectory = Path.Combine(installPath, prefixPath); if (!Directory.Exists(searchDirectory)) { return ""; } // 获取所有子目录 var directories = Directory.GetDirectories(searchDirectory); // 筛选包含至少三个点的目录名,并解析为版本号 var validVersions = new List>(); foreach (var directory in directories) { var dirName = Path.GetFileName(directory); // 检查是否包含至少两个点 if (dirName.Count(c => c == '.') >= 2) { // 尝试解析为版本号 if (Version.TryParse(dirName.Replace("-","."), out Version version)) { validVersions.Add(new Tuple(dirName, version)); } } } if (validVersions.Count == 0) { throw new InvalidOperationException($"No valid version directories found in: {searchDirectory}"); } // 找到版本号最大的目录 var maxVersionDir = validVersions.OrderByDescending(v => v.Item2).First().Item1; // 构建完整路径 var fullRelativePath = RelativePath.Replace("{version}", maxVersionDir); return Path.Combine(installPath, fullRelativePath); } else { return Path.Combine(installPath, RelativePath); } } } } ================================================ FILE: RevokeMsgPatcher/Modifier/AppModifier.cs ================================================ using RevokeMsgPatcher.Forms; using RevokeMsgPatcher.Matcher; using RevokeMsgPatcher.Model; using RevokeMsgPatcher.Utils; using System; using System.Collections.Generic; using System.Drawing; using System.IO; using System.Linq; using System.Windows.Forms; namespace RevokeMsgPatcher.Modifier { /// /// 1. 自动获取安装目录(已验证) 或者手动填写安装目录 /// 2. 验证安装目录 验证要修改的 dll 是否存在 /// 3. 判断所有 dll 是否符合防撤回要求 /// 4. 备份所有 dll // *.h.bak /// 5. 根据每个 dll 匹配的 修改信息 循环修改 /// public abstract class AppModifier { protected App config; public App Config { set { config = value; } get { return config; } } protected List editors; public string InstallPath { get; set; } /// /// 自动搜索应用安装路径 /// /// 应用安装路径 public abstract string FindInstallPath(); //public abstract bool ValidateAndInitialize(string installPath); /// /// 获取版本号 /// /// public abstract string GetVersion(); /// /// 操作版本号显示控件的内容和样式 /// /// 显示版本的控件 public void SetVersionLabelAndCategoryCategories(Label label, Panel panel) { string version = GetVersion(); // 补丁信息中是否都有对应的版本 int i = 0, j = 0; // 精确版本匹配 foreach (FileHexEditor editor in editors) // 多种文件 { // 精确版本匹配 if (config.FileModifyInfos != null && config.FileModifyInfos.Count > 0) { bool haven = false; foreach (ModifyInfo modifyInfo in config.FileModifyInfos[editor.FileName]) // 多个版本信息 { if (editor.FileVersion == modifyInfo.Version) { haven = true; break; } } if (haven) { i++; } } } if (i == editors.Count) { label.Text = version + "(已支持)"; label.ForeColor = Color.Green; UIController.AddMsgToPanel(panel, "只有基于特征的补丁才能选择功能"); return; } // 模糊版本匹配(特征码) // 特征码匹配的时候的可选功能项 SortedSet categories = new SortedSet(); SortedSet installed = new SortedSet(); foreach (FileHexEditor editor in editors) // 多种文件 { // 匹配出对应版本是否有可以使用的特征 if (config.FileCommonModifyInfos != null) { bool inRange = false; foreach (CommonModifyInfo commonModifyInfo in config.FileCommonModifyInfos[editor.FileName]) { // editor.FileVersion 在 StartVersion 和 EndVersion 之间 if (IsInVersionRange(editor.FileVersion, commonModifyInfo.StartVersion, commonModifyInfo.EndVersion)) { // 取出特征码的功能类型 foreach (string c in commonModifyInfo.GetCategories()) { if (c != null) { categories.Add(c); } } // 获取已经安装过的功能类型 SortedSet replaced = ModifyFinder.FindReplacedFunction(editor.FilePath, commonModifyInfo.ReplacePatterns); foreach (string c in replaced) { installed.Add(c); } inRange = true; break; } } if (inRange) { j++; } } } // 全部都有对应匹配的版本 if (j == editors.Count) { label.Text = version + "(支持特征防撤回)"; // // QQNT 特殊处理 // if (config.Name == "QQNT") // { // label.Text = version + "(支持LiteLoader)"; // } label.ForeColor = Color.LimeGreen; UIController.AddCategoryCheckBoxToPanel(panel, categories.ToArray(), installed.ToArray()); } else { label.Text = version + "(不支持)"; label.ForeColor = Color.Red; UIController.AddMsgToPanel(panel, "无功能选项"); } } /// /// 判断APP安装路径内是否都存在要修改的文件 /// /// APP安装路径 /// public bool IsAllFilesExist(string installPath) { if (string.IsNullOrEmpty(installPath)) { return false; } int success = 0, count = 0; foreach (TargetInfo info in config.FileTargetInfos.Values) { string filePath = info.GetAbsolutePath(installPath); if (info.Name != "WeChat.exe") { count++; if (File.Exists(filePath)) { success++; } } } if (success == count && success >= 1) { return true; } else { return false; } } /// /// 判断版本是否处于版本范围,特殊版本的可以重载此方法 /// /// 当前版本 /// 起始版本 /// 结束版本,为空为不限制 /// public bool IsInVersionRange(string version, string start, string end) { try { if (VersionUtil.Compare(version, start) == 1 && VersionUtil.Compare(version, end) <= 0) { return true; } } catch (Exception e) { Console.WriteLine("判断版本范围时出错:" + e.Message); } return false; } /// /// 寻找版本对应的特征码信息 /// /// 文件编辑器 private CommonModifyInfo FindCommonModifyInfo(FileHexEditor editor) { foreach (CommonModifyInfo commonModifyInfo in config.FileCommonModifyInfos[editor.FileName]) { // editor.FileVersion 在 StartVersion 和 EndVersion 之间 if (IsInVersionRange(editor.FileVersion, commonModifyInfo.StartVersion, commonModifyInfo.EndVersion)) { Console.WriteLine($"{commonModifyInfo.StartVersion}<{editor.FileVersion}<={commonModifyInfo.EndVersion}"); return commonModifyInfo; } } return null; } /// /// 文件修改器是否已经有对应的特征码修改替换信息 /// /// [Obsolete] public bool EditorsHasCommonModifyInfos() { int i = 0; for (i = 0; i < editors.Count; i++) // 多种文件 { if (editors[i].FileCommonModifyInfo == null) { break; } } if (i == editors.Count) { return true; } else { return false; } } /// /// a.初始化修改器 /// /// APP安装路径 public bool InitEditors(string installPath) { InstallPath = null; // 初始化文件修改器 editors = new List(); foreach (TargetInfo info in config.FileTargetInfos.Values) { FileHexEditor editor = new FileHexEditor(installPath, info); // editor.FileVersion 在 StartVersion 和 EndVersion 之间 if ((string.IsNullOrEmpty(info.StartVersion) && string.IsNullOrEmpty(info.EndVersion)) || IsInVersionRange(editor.FileVersion, info.StartVersion, info.EndVersion)) { editors.Add(editor); } } if (editors.Count == 0) { MessageBox.Show("当前版本没有对应的文件修改信息,请确认补丁信息是否正常!"); return false; } InstallPath = installPath; return true; } /// /// b.验证文件完整性,寻找对应的补丁信息 /// /// 操作类型(防撤回或者多开等),为空则是所有操作 public void ValidateAndFindModifyInfo(List categories) { // 寻找对应文件版本与SHA1的修改信息 foreach (FileHexEditor editor in editors) // 多种文件 { // 通过SHA1和文件版本判断是否可以打补丁 根据不同结果返回不同的提示 ModifyInfo matchingSHA1Before = null, matchingSHA1After = null, matchingVersion = null; if (config.FileModifyInfos != null && config.FileModifyInfos.Count > 0) { foreach (ModifyInfo modifyInfo in config.FileModifyInfos[editor.FileName]) // 多个版本信息 { if (modifyInfo.Name == editor.FileName) // 保险用的无用判断 { if (editor.FileSHA1 == modifyInfo.SHA1After) { matchingSHA1After = modifyInfo; } else if (editor.FileSHA1 == modifyInfo.SHA1Before) { matchingSHA1Before = modifyInfo; } if (editor.FileVersion == modifyInfo.Version) { matchingVersion = modifyInfo; } } } } // 补丁前SHA1匹配上,肯定是正确的dll if (matchingSHA1Before != null) { editor.FileModifyInfo = matchingSHA1Before; editor.TargetChanges = matchingSHA1Before.Changes; continue; } // 补丁后SHA1匹配上,肯定已经打过补丁 if (matchingSHA1After != null) { throw new BusinessException("installed", $"你已经安装过此补丁!"); } // SHA1不匹配说明精准替换肯定不支持 if (matchingSHA1Before == null && matchingSHA1After == null) { // 尝试使用特征码替换 // 多个版本范围,匹配出对应版本可以使用的特征 if (config.FileCommonModifyInfos != null) { editor.FileCommonModifyInfo = FindCommonModifyInfo(editor); } // 存在对应的特征时不报错 if (editor.FileCommonModifyInfo != null && editor.FileCommonModifyInfo.ReplacePatterns != null) { List replacePatterns = editor.FileCommonModifyInfo.ReplacePatterns; // 根据需要操作的功能类型(防撤回或者多开等)筛选特征码 if (categories != null && categories.Count > 0) { replacePatterns = editor.FileCommonModifyInfo.ReplacePatterns.Where(info => categories.Contains(info.Category)).ToList(); } // 如果能顺利得到 TargetChanges 不报错则可以使用特征替换方式 editor.TargetChanges = ModifyFinder.FindChanges(editor.FilePath, replacePatterns); continue; } else { // SHA1不匹配,连版本也不匹配,说明完全不支持 if (matchingVersion == null) { throw new BusinessException("not_support", $"不支持的文件:名称 {editor.FileName} 版本 {editor.FileVersion}!"); } // SHA1不匹配,但是版本匹配,可能dll已经被其他补丁程序修改过 if (matchingVersion != null) { throw new BusinessException("maybe_modified", $"程序支持此文件版本: {editor.FileName} - {editor.FileVersion}。但是文件校验不通过,请确认是否使用过其他补丁程序!"); } } } } } /// /// c.根据补丁信息,安装补丁 /// 两种打补丁的方式:精准(指定位置替换)、通用(特征码替换) /// /// public bool Patch() { // 首先验证文件修改器是否没问题 if (editors.Count == 0) { throw new Exception("补丁安装失败,原因:无对应的文件修改器"); } foreach (FileHexEditor editor in editors) { if (editor == null) { throw new Exception("补丁安装失败,原因:文件修改器初始化失败!"); } } // 再备份所有文件 foreach (FileHexEditor editor in editors) { editor.Backup(); } // 打补丁! List done = new List(); // 已经打上补丁的 try { foreach (FileHexEditor editor in editors) { bool success = editor.Patch(); if (!success) { // 此处还原逻辑不可能进入 editor.Restore(); } else { done.Add(editor); } } AfterPatchSuccess(); } catch (Exception ex) { // 恢复所有已经打上补丁的文件 foreach (FileHexEditor editor in done) { editor.Restore(); } AfterPatchFail(); throw ex; } return true; } public bool BackupExists() { foreach (FileHexEditor editor in editors) { if (!File.Exists(editor.FileBakPath) || editor.FileVersion != editor.BackupFileVersion) { return false; } } return true; } public bool Restore() { if (BackupExists()) { foreach (FileHexEditor editor in editors) { string currVersion = editor.FileVersion; string bakVersion = editor.BackupFileVersion; if (currVersion != bakVersion) { DialogResult dr = MessageBox.Show( $"当前文件:{editor.FilePath},版本:{currVersion};" + Environment.NewLine + $"备份文件:{editor.FileBakPath},版本:{bakVersion};" + Environment.NewLine + $"两者版本不一致,是否继续还原?", "提示 ", MessageBoxButtons.OKCancel, MessageBoxIcon.Question); if (dr == DialogResult.OK) { editor.Restore(); } else { return false; } } else { editor.Restore(); } } return true; } else { throw new Exception("备份文件不存在,还原失败!"); } } public abstract void AfterPatchSuccess(); public abstract void AfterPatchFail(); } } ================================================ FILE: RevokeMsgPatcher/Modifier/FileHexEditor.cs ================================================ using RevokeMsgPatcher.Model; using RevokeMsgPatcher.Utils; using System.Collections.Generic; using System.IO; namespace RevokeMsgPatcher.Modifier { public class FileHexEditor { public string FileName { get; set; } public string FilePath { get; set; } public string FileBakPath { get; set; } private string fileReplacedPath; private string version; public string FileVersion { get { // version 可能被构造函数初始化,请注意! if (version == null) { version = FileUtil.GetFileVersion(FilePath); } return version; } } public string BackupFileVersion { get { return FileUtil.GetFileVersion(FileBakPath); } } public string sha1; public string FileSHA1 { get { if (sha1 == null) { sha1 = FileUtil.ComputeFileSHA1(FilePath); } return sha1; } } public TargetInfo FileTargetInfo { get; set; } /// /// 通过比对SHA1得到的特定版本的修改信息 /// public ModifyInfo FileModifyInfo { get; set; } /// /// 通过比对版本范围得到的通用查找替换的修改信息(特征码替换信息) /// public CommonModifyInfo FileCommonModifyInfo { get; set; } /// /// 将要执行的修改 /// public List TargetChanges { get; set; } public FileHexEditor(string installPath, TargetInfo target) { FileTargetInfo = target.Clone(); FileName = FileTargetInfo.Name; FilePath = FileTargetInfo.GetAbsolutePath(installPath); FileBakPath = FilePath + ".h.bak"; fileReplacedPath = FilePath + ".h.process"; // if (target.RelativePathForVersion != null) // { // version = FileUtil.GetFileVersion(Path.Combine(installPath, target.RelativePathForVersion)); // } } /// /// 备份 /// public void Backup() { // 不覆盖同版本的备份文件 if (File.Exists(FileBakPath)) { if (FileVersion != BackupFileVersion) { File.Copy(FilePath, FileBakPath, true); } } else { File.Copy(FilePath, FileBakPath, true); } } /// /// 打补丁 /// /// public bool Patch() { if (TargetChanges == null) { throw new BusinessException("change_null", "在安装补丁时,变更的内容为空!"); } FileUtil.EditMultiHex(FilePath, TargetChanges); return true; } /// /// 还原 /// public void Restore() { File.Copy(FileBakPath, FilePath, true); } } } ================================================ FILE: RevokeMsgPatcher/Modifier/QQLiteModifier.cs ================================================ using RevokeMsgPatcher.Model; using RevokeMsgPatcher.Utils; using System; using System.Collections.Generic; namespace RevokeMsgPatcher.Modifier { class QQLiteModifier : AppModifier { public QQLiteModifier(App config) { this.config = config; } public override void AfterPatchSuccess() { } public override void AfterPatchFail() { } /// /// 自动寻找获取微信安装路径 /// /// public override string FindInstallPath() { try { string installPath = PathUtil.FindInstallPathFromRegistry("QQLite"); if (!IsAllFilesExist(installPath)) { List defaultPathList = PathUtil.GetDefaultInstallPaths(@"Tencent\QQLite"); foreach (string defaultPath in defaultPathList) { if (IsAllFilesExist(defaultPath)) { return defaultPath; } } } else { return installPath; } } catch (Exception e) { Console.WriteLine(e.Message); } return null; } /// /// 获取整个APP的当前版本 /// /// public override string GetVersion() { if (editors != null && editors.Count > 0) { foreach (FileHexEditor editor in editors) { if (editor.FileName == "IM.dll") { return editor.FileVersion; } } } return ""; } } } ================================================ FILE: RevokeMsgPatcher/Modifier/QQModifier.cs ================================================ using RevokeMsgPatcher.Model; using RevokeMsgPatcher.Utils; using System; using System.Collections.Generic; namespace RevokeMsgPatcher.Modifier { class QQModifier : AppModifier { public QQModifier(App config) { this.config = config; } public override void AfterPatchSuccess() { } public override void AfterPatchFail() { } /// /// 自动寻找获取微信安装路径 /// /// public override string FindInstallPath() { try { string installPath = PathUtil.FindInstallPathFromRegistry("{052CFB79-9D62-42E3-8A15-DE66C2C97C3E}"); if (!IsAllFilesExist(installPath)) { List defaultPathList = PathUtil.GetDefaultInstallPaths(@"Tencent\QQ"); foreach (string defaultPath in defaultPathList) { if (IsAllFilesExist(defaultPath)) { return defaultPath; } } } else { return installPath; } } catch (Exception e) { Console.WriteLine(e.Message); } return null; } /// /// 获取整个APP的当前版本 /// /// public override string GetVersion() { if (editors != null && editors.Count > 0) { foreach (FileHexEditor editor in editors) { if (editor.FileName == "IM.dll") { return editor.FileVersion; } } } return ""; } } } ================================================ FILE: RevokeMsgPatcher/Modifier/QQNTModifier.cs ================================================ using RevokeMsgPatcher.Model; using RevokeMsgPatcher.Utils; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Text.RegularExpressions; using System.Windows.Forms; namespace RevokeMsgPatcher.Modifier { class QQNTModifier : AppModifier { public QQNTModifier(App config) { this.config = config; } /// /// 自动寻找获取微信安装路径 /// /// public override string FindInstallPath() { try { string installPath = PathUtil.FindInstallPathFromRegistryWOW6432Node("QQ"); if (!string.IsNullOrEmpty(installPath)) { installPath = Path.GetDirectoryName(installPath); if (IsAllFilesExist(installPath)) { return installPath; } } installPath = PathUtil.FindInstallPathFromRegistry("QQNT"); if (!IsAllFilesExist(installPath)) { List defaultPathList = PathUtil.GetDefaultInstallPaths(@"Tencent\QQNT"); foreach (string defaultPath in defaultPathList) { if (IsAllFilesExist(defaultPath)) { return defaultPath; } } } else { return installPath; } } catch (Exception e) { Console.WriteLine(e.Message); } return null; } /// /// 获取整个APP的当前版本 /// /// public override string GetVersion() { if (editors != null && editors.Count > 0) { foreach (FileHexEditor editor in editors) { if (editor.FileName == "wrapper.node") { return editor.FileVersion; } } } return ""; } public override void AfterPatchSuccess() { } public override void AfterPatchFail() { } public new bool Restore() { AfterPatchFail(); return base.Restore(); } } } ================================================ FILE: RevokeMsgPatcher/Modifier/TIMModifier.cs ================================================ using RevokeMsgPatcher.Model; using RevokeMsgPatcher.Utils; namespace RevokeMsgPatcher.Modifier { class TIMModifier : AppModifier { public TIMModifier(App config) { this.config = config; } public override void AfterPatchSuccess() { } public override void AfterPatchFail() { } /// /// 自动寻找获取微信安装路径 /// /// public override string FindInstallPath() { string installPath = PathUtil.FindInstallPathFromRegistry("TIM"); if (!IsAllFilesExist(installPath)) { foreach (string defaultPath in PathUtil.GetDefaultInstallPaths(@"Tencent\TIM")) { if (IsAllFilesExist(defaultPath)) { return defaultPath; } } } else { return installPath; } return null; } /// /// 获取整个APP的当前版本 /// /// public override string GetVersion() { if (editors != null && editors.Count > 0) { foreach (FileHexEditor editor in editors) { if (editor.FileName == "IM.dll") { return editor.FileVersion; } } } return ""; } } } ================================================ FILE: RevokeMsgPatcher/Modifier/WechatModifier.cs ================================================ using RevokeMsgPatcher.Model; using RevokeMsgPatcher.Utils; using System; using System.Collections.Generic; using System.IO; namespace RevokeMsgPatcher.Modifier { class WechatModifier : AppModifier { public WechatModifier(App config) { this.config = config; } public override void AfterPatchSuccess() { } public override void AfterPatchFail() { } /// /// 自动寻找获取微信安装路径 /// /// public override string FindInstallPath() { try { string installPath = PathUtil.FindInstallPathFromRegistry("Wechat"); string realPath = GetRealInstallPath(installPath); if (string.IsNullOrEmpty(realPath)) { List defaultPathList = PathUtil.GetDefaultInstallPaths(@"Tencent\Wechat"); foreach (string defaultPath in defaultPathList) { realPath = GetRealInstallPath(defaultPath); if (!string.IsNullOrEmpty(realPath)) { return defaultPath; } } } else { return realPath; } } catch (Exception e) { Console.WriteLine(e.Message); } return null; } /// /// 微信 3.5.0.4 改变了目录结构 /// /// /// private string GetRealInstallPath(string basePath) { if (basePath == null) { return null; } if (IsAllFilesExist(basePath)) { return basePath; } DirectoryInfo[] directories = new DirectoryInfo(basePath).GetDirectories(); PathUtil.SortByLastWriteTimeDesc(ref directories); // 按修改时间倒序 foreach (DirectoryInfo folder in directories) { if (IsAllFilesExist(folder.FullName)) { return folder.FullName; } } return null; } /// /// 获取整个APP的当前版本 /// /// public override string GetVersion() { if (editors != null && editors.Count > 0) { foreach (FileHexEditor editor in editors) { if (editor.FileName == "WeChatWin.dll") { return editor.FileVersion; } } } return ""; } //public override bool ValidateAndInitialize(string installPath) //{ // // 判断是否是安装路径 // if (!IsAllBinaryFilesExist(installPath)) // { // return false; // } // // 初始化十六进制文件编辑器 // // 并寻找与之配对的版本修改信息 // InitEditors(installPath); // return true; //} } } ================================================ FILE: RevokeMsgPatcher/Modifier/WeixinModifier.cs ================================================ using RevokeMsgPatcher.Model; using RevokeMsgPatcher.Utils; using System; using System.Collections.Generic; using System.IO; namespace RevokeMsgPatcher.Modifier { class WeixinModifier : AppModifier { public WeixinModifier(App config) { this.config = config; } public override void AfterPatchSuccess() { } public override void AfterPatchFail() { } /// /// 自动寻找获取微信安装路径 /// /// public override string FindInstallPath() { try { string installPath = PathUtil.FindInstallPathFromRegistryWOW6432Node("Weixin"); string realPath = null; if (!string.IsNullOrEmpty(installPath)) { installPath = Path.GetDirectoryName(installPath); realPath = GetRealInstallPath(installPath); } if (string.IsNullOrEmpty(realPath)) { List defaultPathList = PathUtil.GetDefaultInstallPaths(@"Tencent\Weixin"); foreach (string defaultPath in defaultPathList) { realPath = GetRealInstallPath(defaultPath); if (!string.IsNullOrEmpty(realPath)) { return defaultPath; } } } else { return realPath; } } catch (Exception e) { Console.WriteLine(e.Message); } return null; } /// /// 微信目录结构 /// /// /// private string GetRealInstallPath(string basePath) { if (basePath == null) { return null; } DirectoryInfo[] directories = new DirectoryInfo(basePath).GetDirectories(); PathUtil.SortByLastWriteTimeDesc(ref directories); // 按修改时间倒序 foreach (DirectoryInfo folder in directories) { if (IsAllFilesExist(folder.FullName)) { return folder.FullName; } } return null; } /// /// 获取整个APP的当前版本 /// /// public override string GetVersion() { if (editors != null && editors.Count > 0) { foreach (FileHexEditor editor in editors) { if (editor.FileName == "Weixin.dll") { return editor.FileVersion; } } } return ""; } //public override bool ValidateAndInitialize(string installPath) //{ // // 判断是否是安装路径 // if (!IsAllBinaryFilesExist(installPath)) // { // return false; // } // // 初始化十六进制文件编辑器 // // 并寻找与之配对的版本修改信息 // InitEditors(installPath); // return true; //} } } ================================================ FILE: RevokeMsgPatcher/Program.cs ================================================ using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows.Forms; namespace RevokeMsgPatcher { static class Program { /// /// 应用程序的主入口点。 /// [STAThread] static void Main() { #if DEBUG Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new FormMain()); #else try { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); //当前用户是管理员的时候,直接启动应用程序 //如果不是管理员,则使用启动对象启动程序,以确保使用管理员身份运行 //获得当前登录的Windows用户标示 System.Security.Principal.WindowsIdentity identity = System.Security.Principal.WindowsIdentity.GetCurrent(); System.Security.Principal.WindowsPrincipal principal = new System.Security.Principal.WindowsPrincipal(identity); //判断当前登录用户是否为管理员 if (principal.IsInRole(System.Security.Principal.WindowsBuiltInRole.Administrator)) { //如果是管理员,则直接运行 Application.Run(new FormMain()); } else { //创建启动对象 System.Diagnostics.ProcessStartInfo startInfo = new System.Diagnostics.ProcessStartInfo(); startInfo.UseShellExecute = true; startInfo.WorkingDirectory = Environment.CurrentDirectory; startInfo.FileName = Application.ExecutablePath; //设置启动动作,确保以管理员身份运行 startInfo.Verb = "runas"; try { System.Diagnostics.Process.Start(startInfo); } catch { return; } //退出 Application.Exit(); } } catch (Exception ex) { MessageBox.Show(ex.Message + "\n" + ex.StackTrace.Trim(), "错误", MessageBoxButtons.OK, MessageBoxIcon.Error); } #endif } static void Application_ThreadException(object sender, System.Threading.ThreadExceptionEventArgs e) { MessageBox.Show(e.Exception.Message + "\n" + e.Exception.StackTrace.Trim(), "错误", MessageBoxButtons.OK, MessageBoxIcon.Error); } static void CurrentDomain_UnhandledException(object sender, UnhandledExceptionEventArgs e) { MessageBox.Show((e.ExceptionObject as Exception).Message + "\n" + (e.ExceptionObject as Exception).StackTrace.Trim(), "错误", MessageBoxButtons.OK, MessageBoxIcon.Error); } } } ================================================ FILE: RevokeMsgPatcher/Properties/AssemblyInfo.cs ================================================ using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // 有关程序集的一般信息由以下 // 控制。更改这些特性值可修改 // 与程序集关联的信息。 [assembly: AssemblyTitle("RevokeMsgPatcher")] [assembly: AssemblyDescription("微信防撤回补丁")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("huiyadanli")] [assembly: AssemblyProduct("RevokeMsgPatcher")] [assembly: AssemblyCopyright("Copyright © 2019-2021")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] // 将 ComVisible 设置为 false 会使此程序集中的类型 //对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型 //请将此类型的 ComVisible 特性设置为 true。 [assembly: ComVisible(false)] // 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID [assembly: Guid("977bf781-ced8-4389-9404-0fa08fdf21df")] // 程序集的版本信息由下列四个值组成: // // 主版本 // 次版本 // 生成号 // 修订号 // // 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号 // 方法是按如下所示使用“*”: : //[assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("2.1")] [assembly: AssemblyFileVersion("2.1")] ================================================ FILE: RevokeMsgPatcher/Properties/Resources.Designer.cs ================================================ //------------------------------------------------------------------------------ // // 此代码由工具生成。 // 运行时版本:4.0.30319.42000 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // //------------------------------------------------------------------------------ namespace RevokeMsgPatcher.Properties { using System; /// /// 一个强类型的资源类,用于查找本地化的字符串等。 /// // 此类是由 StronglyTypedResourceBuilder // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。 // 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen // (以 /str 作为命令选项),或重新生成 VS 项目。 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "18.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Resources() { } /// /// 返回此类使用的缓存的 ResourceManager 实例。 /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("RevokeMsgPatcher.Properties.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; } } /// /// 重写当前线程的 CurrentUICulture 属性,对 /// 使用此强类型资源类的所有资源查找执行重写。 /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// 查找类似 {"Apps":{"Wechat":{"Name":"WeChat","FileTargetInfos":{"WeChatWin.dll":{"Name":"WeChatWin.dll","RelativePath":"WeChatWin.dll","Memo":null,"StartVersion":"1.0.0.0","EndVersion":null,"RelativePathForVersion":null},"WeChat.exe":{"Name":"WeChat.exe","RelativePath":"../WeChat.exe","Memo":null,"StartVersion":"3.7.0.0","EndVersion":"3.7.0.26","RelativePathForVersion":null}},"FileModifyInfos":{"WeChat.exe":[],"WeChatWin.dll":[{"Name":"WeChatWin.dll","Version":"3.3.5.25","SHA1Before":"3e94753ccbc2799d98f3c741377e99bd [字符串的其余部分被截断]"; 的本地化字符串。 /// internal static string PatchJson { get { return ResourceManager.GetString("PatchJson", resourceCulture); } } } } ================================================ FILE: RevokeMsgPatcher/Properties/Resources.resx ================================================  text/microsoft-resx 2.0 System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 {"Apps":{"Wechat":{"Name":"WeChat","FileTargetInfos":{"WeChatWin.dll":{"Name":"WeChatWin.dll","RelativePath":"WeChatWin.dll","Memo":null,"StartVersion":"1.0.0.0","EndVersion":null,"RelativePathForVersion":null},"WeChat.exe":{"Name":"WeChat.exe","RelativePath":"../WeChat.exe","Memo":null,"StartVersion":"3.7.0.0","EndVersion":"3.7.0.26","RelativePathForVersion":null}},"FileModifyInfos":{"WeChat.exe":[],"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":"7d06e076c525aec6783e919dde4ee11ba9fdb198","SHA1After":"f22ab996a1779c2b41132d42c4fdf98c003284e0","Changes":[{"Position":3397481,"Content":[235]},{"Position":12120775,"Content":[235]}]},{"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":"e772c81c8a1b79cac77b22dbe67b375fa340ba30","SHA1After":"bcbc491910f07cb995ef154a281450f2d052e90b","Changes":[{"Position":2658457,"Content":[235]},{"Position":8280416,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.8.0.88","SHA1Before":"b34c73e38cfec186890b58caac5fc9962377cd9b","SHA1After":"8c108e92de0b6b4d9e61ce38ab8dd339a27e505b","Changes":[{"Position":2655369,"Content":[235]},{"Position":8273280,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.8.0.82","SHA1Before":"c359cc1a391441d261753f2844f9156638df8631","SHA1After":"d1b4dee8f7f91e34d68501987fd0675b33fe85da","Changes":[{"Position":2645961,"Content":[235]},{"Position":8263344,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.2.78","SHA1Before":"26a5c5503f1e176676da5657c12812da8aaa0243","SHA1After":"d338215a815c09755c04949995ec3e4eab8dce60","Changes":[{"Position":2645673,"Content":[235]},{"Position":8262528,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.2.76","SHA1Before":"0003c7b2c0136a0eb2a6cfc2c694cb57b04b5517","SHA1After":"88af6055a0f4d3bdaa6f717ec8b263d4418487b6","Changes":[{"Position":2644905,"Content":[235]},{"Position":8261024,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.88","SHA1Before":"034059bad50dd793140952391bfa7936133e69b4","SHA1After":"dd6d80c30ca9e0ea9f7d2f1add498fc9aa4bc7a0","Changes":[{"Position":2499465,"Content":[235]},{"Position":7952304,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.85","SHA1Before":"de0df4e138b72460450f66c029e33f4510f5e2df","SHA1After":"fbd35720aaff3cdcfd3ff18ea503dc06450e5c99","Changes":[{"Position":2499465,"Content":[235]},{"Position":7952000,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.82","SHA1Before":"20e111a18872bf6c7148a897c11da26c1ec95520","SHA1After":"1e0741d325ca6b1cd2402b829a3d13a2524af617","Changes":[{"Position":2499465,"Content":[235]},{"Position":7951952,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.74","SHA1Before":"b1eaf7edc074a88be5d0f89230436cc2084d24d2","SHA1After":"eb3d74ccd87a09059a005f4972861898fc3de463","Changes":[{"Position":2499465,"Content":[235]},{"Position":7951696,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.65","SHA1Before":"8346b97d264725da924d240c6eb77df3e693385e","SHA1After":"42bab2c9c79ef4f2088c00ea6d817973e14a5e6e","Changes":[{"Position":2495545,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.59","SHA1Before":"df954d403edaca89cd5394927a325a0023e93281","SHA1After":"6aa22460c91bb5c5e2f0ec1af99b8a5f6d4318c0","Changes":[{"Position":2496073,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.43","SHA1Before":"39cd9e09e1a3eac09e6808749bff525c9e3216ce","SHA1After":"7b829f1ff0217e346a80f9510fdd7634ddd49445","Changes":[{"Position":2494169,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.0.70","SHA1Before":"3b0601864aff3c1d792f812ad1ca05f02aa761e3","SHA1After":"1e8734d32b0a8c12758e30f99c77f729991fb071","Changes":[{"Position":2475657,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.0.65","SHA1Before":"063c2e05a0df1bdb8987c2d978d93499bd2052ba","SHA1After":"5ed4c09a4f18643b967f063a824d7e65d0567f8a","Changes":[{"Position":2475449,"Content":[117]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.68","SHA1Before":"2e9417f4276b12fe32ca7b4fee49272a4a2af334","SHA1After":"699602ee3cbb9ae5714f6e6ebc658c875a6c66e6","Changes":[{"Position":2454006,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.65","SHA1Before":"e01f6855a96c12c30808960903ed199a33e4952c","SHA1After":"d9120569cfd0433aebea107d7b90805cbbac7518","Changes":[{"Position":2454265,"Content":[117]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.52","SHA1Before":"88131302f664df6a657c9ca49d152da536fe5729","SHA1After":"8d1454b73831644181e962c1fa0ea4e2da4124a3","Changes":[{"Position":2453049,"Content":[117]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.51","SHA1Before":"d0a5517b1292a751501b00b4b1f0702db2d9fc30","SHA1After":"53e7b1525d49bf2c3250a8131ff0ba2510779b78","Changes":[{"Position":2452614,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.37","SHA1Before":"7e01f8b04a158a4a50bc5a6e67c2fb8b02233170","SHA1After":"a1895004415fe9bcd7e690bd6e482b833b515599","Changes":[{"Position":2452614,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.7.57","SHA1Before":"80a91aaf941bcb1c24a7d672838ac73e9ebb2e40","SHA1After":"a0d3f9a45a835f97aef7fe0872387d8cfb5c25a4","Changes":[{"Position":2433413,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.7.40","SHA1Before":"04bd0cb28df6630b518f42a3f9c2caa4a9359fbc","SHA1After":"13c91cf1d4609959771fd137b9a86a5ca365e1b6","Changes":[{"Position":2432934,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.7.32","SHA1Before":"a02519c1007ee6723947c262c720d63c619f633e","SHA1After":"f3007471ca8734c29783c25f0bb49949a783a44","Changes":[{"Position":2432806,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.6.28","SHA1Before":"0b19cb17a62c3ea0efce0fb675a1d3b17845cba3","SHA1After":"260948656725446b818ea668273ceff02ddfb44d","Changes":[{"Position":2401678,"Content":[116]}]}]},"FileCommonModifyInfos":{"WeChat.exe":[{"Name":"WeChatWin.dll","StartVersion":"3.7.0.8","EndVersion":"3.7.0.26","ReplacePatterns":[{"Search":[131,196,8,132,192,117,63,104],"Replace":[131,196,8,132,192,235,63,104],"Category":"去除校验","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.7.0.0","EndVersion":"3.7.0.8","ReplacePatterns":[{"Search":[133,192,117,89],"Replace":[133,192,235,89],"Category":"去除校验","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]}],"WeChatWin.dll":[{"Name":"WeChatWin.dll","StartVersion":"4.0.3.0","EndVersion":"","ReplacePatterns":[{"Search":[117,33,72,184,114,101,118,111,107,101,109,115,72,137,5,63,63,63,63,102,199,5,63,63,63,63,103,0,198,5,63,63,63,63,1,72,141],"Replace":[235,33,72,184,114,101,118,111,107,101,109,115,72,137,5,63,63,63,63,102,199,5,63,63,63,63,103,0,198,5,63,63,63,63,1,72,141],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[85,86,87,83,72,129,236,63,63,63,63,72,141,172,36,63,63,63,63,72,199,133,63,63,63,63,254,255,255,255,72,199,133,63,63,63,63,0,0,0,0,185,96,0,0,0],"Replace":[195,86,87,83,72,129,236,63,63,63,63,72,141,172,36,63,63,63,63,72,199,133,63,63,63,63,254,255,255,255,72,199,133,63,63,63,63,0,0,0,0,185,96,0,0,0],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.9.11.0","EndVersion":"4.0.3.0","ReplacePatterns":[{"Search":[15,31,68,0,0,73,139,80,8,72,133,210,116,63,72,199,193],"Replace":[15,31,68,0,0,73,139,80,8,72,133,210,117,63,72,199,193],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[77,133,192,15,132,63,63,63,63,235,191,65,139],"Replace":[77,133,192,15,132,63,63,63,63,144,144,65,139],"Category":"防撤回带提示(新)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[69,50,246,76,141,37,63,63,63,63,72,133,192,15,132],"Replace":[69,50,246,76,141,37,63,63,63,63,72,133,192,144,233],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.9.9.0","EndVersion":"3.9.11.0","ReplacePatterns":[{"Search":[15,31,68,0,0,73,139,80,8,72,133,210,116,63,72,199,193],"Replace":[15,31,68,0,0,73,139,80,8,72,133,210,117,63,72,199,193],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[77,133,192,15,132,63,63,63,63,235,191,65,139],"Replace":[77,133,192,15,132,63,63,63,63,144,144,65,139],"Category":"防撤回带提示(新)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[1,61,183,0,0,0,15,133,63,63,63,63,72,139,207],"Replace":[1,61,183,0,0,0,144,233,63,63,63,63,72,139,207],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.9.6.0","EndVersion":"3.9.9.0","ReplacePatterns":[{"Search":[15,31,68,0,0,73,139,80,8,72,133,210,116,63,72,199,193],"Replace":[15,31,68,0,0,73,139,80,8,72,133,210,117,63,72,199,193],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[1,61,183,0,0,0,15,133,63,63,63,63,72,139,207],"Replace":[1,61,183,0,0,0,144,233,63,63,63,63,72,139,207],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.9.5.0","EndVersion":"3.9.6.0","ReplacePatterns":[{"Search":[15,31,68,0,0,73,139,80,8,72,133,210,116,63,72,199,193],"Replace":[15,31,68,0,0,73,139,80,8,72,133,210,117,63,72,199,193],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[24,1,61,183,0,0,0,15,133,63,63,63,63,72,139,207],"Replace":[24,1,61,183,0,0,0,144,233,63,63,63,63,72,139,207],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.9.2.0","EndVersion":"3.9.5.0","ReplacePatterns":[{"Search":[131,196,16,132,192,116,10,190,2,0,0,0,233],"Replace":[131,196,16,132,192,144,144,190,2,0,0,0,233],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,132,219,15,132,63,63,63,63,139,61],"Replace":[131,196,4,132,219,144,233,63,63,63,63,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.9.0.0","EndVersion":"3.9.2.0","ReplacePatterns":[{"Search":[133,192,116,50,185,63,63,63,63,138],"Replace":[133,192,235,50,185,63,63,63,63,138],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[195,51,192,163,63,63,63,63,195,204,204,204,204,204,204,204,204,204,204,204,204,85,139,236],"Replace":[195,51,192,163,63,63,63,63,195,204,204,204,204,204,204,204,204,204,204,204,204,195,139,236],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.8.1.0","EndVersion":"3.9.0.0","ReplacePatterns":[{"Search":[133,192,116,50,185,63,63,63,63,138],"Replace":[133,192,235,50,185,63,63,63,63,138],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,132,219,15,132,38,1,0,0,139,61],"Replace":[131,196,4,132,219,144,233,38,1,0,0,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.8.0.0","EndVersion":"3.8.1.0","ReplacePatterns":[{"Search":[133,192,116,50,185,63,63,63,63,138],"Replace":[133,192,235,50,185,63,63,63,63,138],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,128,189,223,251,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,223,251,255,255,0,235,88,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.7.6.0","EndVersion":"3.8.0.0","ReplacePatterns":[{"Search":[133,192,116,50,185,63,63,63,63,138],"Replace":[133,192,235,50,185,63,63,63,63,138],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,128,189,255,251,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,255,251,255,255,0,235,88,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.7.0.0","EndVersion":"3.7.6.0","ReplacePatterns":[{"Search":[0,133,192,116,50,185,63,63,63,63,138],"Replace":[0,133,192,235,50,185,63,63,63,63,138],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[128,125,242,0,106,1,116],"Replace":[128,125,242,0,106,1,235],"Category":"防撤回带提示(新)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,128,189,63,252,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,63,252,255,255,0,235,88,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.6.5.0","EndVersion":"3.7.0.0","ReplacePatterns":[{"Search":[0,133,192,116,50,185,63,63,63,17,138],"Replace":[0,133,192,235,50,185,63,63,63,17,138],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,128,189,63,252,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,63,252,255,255,0,235,88,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.6.0.5","EndVersion":"3.6.5.0","ReplacePatterns":[{"Search":[239,0,133,192,116,50,185,63,63,63,17,138],"Replace":[239,0,133,192,235,50,185,63,63,63,17,138],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,128,189,47,252,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,47,252,255,255,0,235,88,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.5.0.28","EndVersion":"3.6.0.0","ReplacePatterns":[{"Search":[237,0,133,192,116,50,185],"Replace":[237,0,51,192,116,50,185],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,128,189,47,252,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,47,252,255,255,0,235,88,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.4.0.0","EndVersion":"3.5.0.0","ReplacePatterns":[{"Search":[0,133,192,116,50,185,63,63,63,17,138],"Replace":[0,133,192,235,50,185,63,63,63,17,138],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[232,107,0,0,0,132,192,116,86,86,106,0],"Replace":[232,107,0,0,0,132,192,235,86,86,106,0],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.3.5.15","EndVersion":"3.4.0.0","ReplacePatterns":[{"Search":[0,133,192,116,50,185,63,63,149,17,138],"Replace":[0,133,192,235,50,185,63,63,149,17,138],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[232,107,0,0,0,132,192,116,86,86,106,0],"Replace":[232,107,0,0,0,132,192,235,86,86,106,0],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.2.0.00","EndVersion":"3.3.5.00","ReplacePatterns":[{"Search":[0,133,192,116,123,139,200,232],"Replace":[0,133,192,235,123,139,200,232],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[232,107,0,0,0,132,192,116,86,86,106,0],"Replace":[232,107,0,0,0,132,192,235,86,86,106,0],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.1.0.00","EndVersion":"3.2.0.00","ReplacePatterns":[{"Search":[0,133,192,116,123,139,200,232],"Replace":[0,133,192,235,123,139,200,232],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[255,232,155,239,255,255,132,192,116,8,131],"Replace":[255,144,144,144,144,144,132,192,116,8,131],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"2.8.0.88","EndVersion":"3.1.0.00","ReplacePatterns":[{"Search":[0,133,192,116,123,139,200,232],"Replace":[0,133,192,235,123,139,200,232],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,85,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Replace":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,195,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"2.7.0.00","EndVersion":"2.8.0.88","ReplacePatterns":[{"Search":[0,133,192,116,50,185],"Replace":[0,133,192,235,50,185],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,85,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Replace":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,195,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]}]}},"Weixin":{"Name":"Weixin","FileTargetInfos":{"Weixin.dll":{"Name":"Weixin.dll","RelativePath":"Weixin.dll","Memo":null,"StartVersion":"1.0.0.0","EndVersion":null,"RelativePathForVersion":null}},"FileModifyInfos":null,"FileCommonModifyInfos":{"Weixin.dll":[{"Name":"Weixin.dll","StartVersion":"4.1.7.1","EndVersion":"","ReplacePatterns":[{"Search":[144,72,137,134,168,1,0,0],"Replace":[144,72,41,134,168,1,0,0],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[129,255,183,0,0,0,15,133],"Replace":[129,255,183,0,0,0,144,233],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"Weixin.dll","StartVersion":"4.1.6.15","EndVersion":"4.1.7.0","ReplacePatterns":[{"Search":[204,86,72,131,236,48,76,137,192,72,137,214,198,68,36,32,0,77,137,200,73,137,193,232],"Replace":[204,86,72,131,236,48,76,137,192,72,137,214,198,68,36,32,1,77,137,200,73,137,193,232],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[72,141,85,192,69,49,192,232,41,248,71,254,144,72],"Replace":[72,141,85,192,72,131,133,208,2,0,0,1,144,72],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[132,192,117,27,232,118,229,247,255,132,192,117,18,232],"Replace":[132,192,235,63,232,63,63,63,255,132,192,117,63,232],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"Weixin.dll","StartVersion":"4.1.0.17","EndVersion":"4.1.6.0","ReplacePatterns":[{"Search":[218,254,255,255,76,137,241,232,63,63,63,63,132,192,15,132],"Replace":[218,254,255,255,76,137,241,232,63,63,63,63,132,192,144,233],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[49,201,49,210,73,137,192,255,21,63,63,63,63,72,133,192,15,132],"Replace":[49,201,49,210,73,137,192,255,21,63,63,63,63,72,133,192,144,233],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"Weixin.dll","StartVersion":"4.1.0.0","EndVersion":"4.1.0.17","ReplacePatterns":[{"Search":[72,141,141,32,4,0,0,232,205,63,63,63,132,192,15,132,63,63,63,63,72,141,141],"Replace":[72,141,141,32,4,0,0,232,205,63,63,63,132,192,144,233,63,63,63,63,72,141,141],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[95,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,85,65,86,86,87,83],"Replace":[95,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,195,65,86,86,87,83],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"Weixin.dll","StartVersion":"4.0.3.0","EndVersion":"4.1.0.0","ReplacePatterns":[{"Search":[117,33,72,184,114,101,118,111,107,101,109,115,72,137,5,63,63,63,63,102,199,5,63,63,63,63,103,0,198,5,63,63,63,63,1,72,141],"Replace":[235,33,72,184,114,101,118,111,107,101,109,115,72,137,5,63,63,63,63,102,199,5,63,63,63,63,103,0,198,5,63,63,63,63,1,72,141],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[85,86,87,83,72,129,236,63,63,63,63,72,141,172,36,63,63,63,63,72,199,133,63,63,63,63,254,255,255,255,72,199,133,63,63,63,63,0,0,0,0,185,96,0,0,0],"Replace":[195,86,87,83,72,129,236,63,63,63,63,72,141,172,36,63,63,63,63,72,199,133,63,63,63,63,254,255,255,255,72,199,133,63,63,63,63,0,0,0,0,185,96,0,0,0],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"Weixin.dll","StartVersion":"4.0.0.0","EndVersion":"4.0.3.0","ReplacePatterns":[{"Search":[87,83,72,131,236,32,72,137,206,128,61,63,63,63,63,0,117,33,72,184],"Replace":[87,83,72,131,236,32,72,137,206,128,61,63,63,63,63,0,235,33,72,184],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]}]}},"QQ":{"Name":"QQ","FileTargetInfos":{"IM.dll":{"Name":"IM.dll","RelativePath":"Bin\\IM.dll","Memo":null,"StartVersion":null,"EndVersion":null,"RelativePathForVersion":null}},"FileModifyInfos":{"IM.dll":[{"Name":"IM.dll","Version":"9.2.3.26592","SHA1Before":"9114e7869572b4b868afcbc8b28eae932559ec60","SHA1After":"42e15175fd53768bb48772dc69fb07a4eac5a623","Changes":[{"Position":371605,"Content":[235,9,144,144,144]},{"Position":372146,"Content":[235,9,144,144,144]},{"Position":372576,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.2.26569","SHA1Before":"434254e76c520789558e075af677821258536311","SHA1After":"237c9e489a97858a175f0f7c72ade4ebcbac7a69","Changes":[{"Position":371146,"Content":[235,9,144,144,144]},{"Position":371687,"Content":[235,9,144,144,144]},{"Position":372117,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.1.26546","SHA1Before":"8d8ea2c2cbf43f5acf8d684b153e90035352d5f5","SHA1After":"7d194dd5be03982b533d7375c93d9a72587fe28d","Changes":[{"Position":369545,"Content":[235,9,144,144,144]},{"Position":370086,"Content":[235,9,144,144,144]},{"Position":370516,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.0.26453","SHA1Before":"c1935ca6347b0c2a7e6108a7f8ee0643d39deb66","SHA1After":"42811188a7e7b346a6a3c1066936b98c747acaf6","Changes":[{"Position":353794,"Content":[235,9,144,144,144]},{"Position":354335,"Content":[235,9,144,144,144]},{"Position":354767,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.0.26389","SHA1Before":"6f8855fb80acfa456f8f69989fe949308fe4d154","SHA1After":"f6b8e05a178b9b10ba17c597fa0a44b7a2a966a8","Changes":[{"Position":356808,"Content":[235,9,144,144,144]},{"Position":357349,"Content":[235,9,144,144,144]},{"Position":357781,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.9.26361","SHA1Before":"022d3433d13d07a354c38816f61cb0b7ac60d3fd","SHA1After":"873a57c1fb51cdd099c8cb7108b5ab5cb4459557","Changes":[{"Position":354270,"Content":[235,9,144,144,144]},{"Position":354811,"Content":[235,9,144,144,144]},{"Position":355243,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.9.26346","SHA1Before":"895eb70f707b8222e6460c91492b1281e525059b","SHA1After":"0bb83990e2b5b5f23b7b43249941ff638201af54","Changes":[{"Position":354270,"Content":[235,9,144,144,144]},{"Position":354811,"Content":[235,9,144,144,144]},{"Position":355243,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.8.26211","SHA1Before":"a950d3cf5e8925f7775624271105ef78d9c5cb57","SHA1After":"dffc1cb87b91e6467e13c935611f2f7fd76b9a8d","Changes":[{"Position":337135,"Content":[235,9,144,144,144]},{"Position":337676,"Content":[235,9,144,144,144]},{"Position":338108,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.7.25980","SHA1Before":"c6632339fbe675312a70ae4620e70699c258cd36","SHA1After":"e9ddc5cc681950796fc8fe4c55f580428c890b51","Changes":[{"Position":327839,"Content":[235,9,144,144,144]},{"Position":328380,"Content":[235,9,144,144,144]},{"Position":328812,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.0.4.23786","SHA1Before":"69a714f4eadb09f1453f6f022d4adbcd801cfab8","SHA1After":"b48e77a924076b3ebdffc4af514c868c551d2bca","Changes":[{"Position":318321,"Content":[235,7,144,144,144]},{"Position":318862,"Content":[235,7,144,144,144]},{"Position":319379,"Content":[235,7,144,144,144]}]}]},"FileCommonModifyInfos":{"IM.dll":[{"Name":"IM.dll","StartVersion":"9.4.7.00000","EndVersion":"","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,63,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,63,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,63,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"IM.dll","StartVersion":"9.1.6.00000","EndVersion":"9.4.7.00000","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,84,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]}]}},"TIM":{"Name":"TIM","FileTargetInfos":{"IM.dll":{"Name":"IM.dll","RelativePath":"Bin\\IM.dll","Memo":null,"StartVersion":null,"EndVersion":null,"RelativePathForVersion":null}},"FileModifyInfos":{"IM.dll":[{"Name":"IM.dll","Version":"2.3.2.21173","SHA1Before":"ecf3e69f3fb100ffe2fee095ffded591b9781024","SHA1After":"0514d1304e7ac46b4d33386ec3313888f5ae7171","Changes":[{"Position":317322,"Content":[235,9,144,144,144]},{"Position":317863,"Content":[235,9,144,144,144]},{"Position":318295,"Content":[235,8,144,144,144,144]}]}]},"FileCommonModifyInfos":{"IM.dll":[{"Name":"IM.dll","StartVersion":"3.4.0.00000","EndVersion":"","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,63,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,63,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,63,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"IM.dll","StartVersion":"3.0.0.00000","EndVersion":"3.4.0.00000","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,84,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]}]}},"QQLite":{"Name":"QQLite","FileTargetInfos":{"IM.dll":{"Name":"IM.dll","RelativePath":"Bin\\IM.dll","Memo":null,"StartVersion":null,"EndVersion":null,"RelativePathForVersion":null}},"FileModifyInfos":{"IM.dll":[{"Name":"IM.dll","Version":"7.9.14314.0","SHA1Before":"2e97d7671963fa148a1beeda6ce4964314310593","SHA1After":"723c008fb53435ead20fa6f2e951c9a4a8ff46da","Changes":[{"Position":148741,"Content":[235,2,144,144]},{"Position":149689,"Content":[235,2,144,144]}]},{"Name":"IM.dll","Version":"7.9.14308.0","SHA1Before":"b8a7a873178706b97be11c25f13bcf09e9e578a2","SHA1After":"c5bf533c7af6996b42d1fb2a0fb3f26dfd52f8bf","Changes":[{"Position":148741,"Content":[235,2,144,144]},{"Position":149689,"Content":[235,2,144,144]}]}]},"FileCommonModifyInfos":null},"QQNT":{"Name":"QQNT","FileTargetInfos":{"wrapper.node":{"Name":"wrapper.node","RelativePath":"versions\\{version}\\resources\\app\\wrapper.node","Memo":null,"StartVersion":null,"EndVersion":null,"RelativePathForVersion":"QQ.exe"}},"FileModifyInfos":null,"FileCommonModifyInfos":{"wrapper.node":[{"Name":"wrapper.node","StartVersion":"9.8.0.19000","EndVersion":"","ReplacePatterns":[{"Search":[72,139,149,63,63,63,63,76,139,133,63,63,63,63,76,137,192,72,41,208,72,131,248,7,15,135],"Replace":[72,139,149,63,63,63,63,76,139,133,63,63,63,63,76,137,192,72,41,208,72,131,248,7,15,134],"Category":"群聊防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]}]}}},"LatestVersion":"2.1","Notice":"","NoticeUrl":"","PatchVersion":20260131} ================================================ FILE: RevokeMsgPatcher/Properties/Settings.Designer.cs ================================================ //------------------------------------------------------------------------------ // // 此代码由工具生成。 // 运行时版本:4.0.30319.42000 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // //------------------------------------------------------------------------------ namespace RevokeMsgPatcher.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.1.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); public static Settings Default { get { return defaultInstance; } } } } ================================================ FILE: RevokeMsgPatcher/Properties/Settings.settings ================================================  ================================================ FILE: RevokeMsgPatcher/RevokeMsgPatcher.csproj ================================================  Debug AnyCPU {977BF781-CED8-4389-9404-0FA08FDF21DF} WinExe RevokeMsgPatcher RevokeMsgPatcher v4.5.2 512 true AnyCPU true full false bin\Debug\ DEBUG;TRACE prompt 4 AnyCPU pdbonly true bin\Release\ TRACE prompt 4 icon.ico app.manifest ..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll Form FormMain.cs Form FormLiteLoaderQQNT.cs Form FormPatchInfo.cs FormMain.cs FormLiteLoaderQQNT.cs FormPatchInfo.cs ResXFileCodeGenerator Resources.Designer.cs Designer True Resources.resx True SettingsSingleFileGenerator Settings.Designer.cs True Settings.settings True ================================================ FILE: RevokeMsgPatcher/Utils/ByteUtil.cs ================================================ using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace RevokeMsgPatcher.Utils { public class ByteUtil { public static byte[] HexStringToByteArray(string hex) { hex = hex.Replace(" ", ""); return Enumerable.Range(0, hex.Length) .Where(x => x % 2 == 0) .Select(x => Convert.ToByte(hex.Substring(x, 2), 16)) .ToArray(); } public static string ByteArrayToHexString(byte[] data) { StringBuilder sb = new StringBuilder(data.Length * 3); foreach (byte b in data) { sb.Append(Convert.ToString(b, 16).PadLeft(2, '0').PadRight(3, ' ')); } return sb.ToString().ToUpper(); } } } ================================================ FILE: RevokeMsgPatcher/Utils/Device.cs ================================================ using System; using System.Collections.Generic; using System.Linq; using System.Management; using System.Net; using System.Security.Cryptography; using System.Text; namespace RevokeMsgPatcher.Utils { public class Device { private static string macID = null; private static string osVersion = null; private static string fingerPrint = null; #region PROP, get it only once public static string MacID { get { if (macID == null) { macID = ObtainMacID(); } return macID; } } public static string OSVersion { get { if (osVersion == null) { var name = (from x in new ManagementObjectSearcher("SELECT Caption FROM Win32_OperatingSystem").Get().Cast() select x.GetPropertyValue("Caption")).FirstOrDefault(); osVersion = name != null ? name.ToString() : "Unknown"; } return osVersion; } } #endregion /// /// Calculate GUID /// /// GUID public static string Value() { try { if (fingerPrint == null) { fingerPrint = GetHash( "MAC >> " + MacID ); } return fingerPrint; } catch { return Guid.NewGuid().ToString(); } } private static string GetHash(string s) { MD5 sec = new MD5CryptoServiceProvider(); ASCIIEncoding enc = new ASCIIEncoding(); byte[] bt = enc.GetBytes(s); return GetHexString(sec.ComputeHash(bt)); } private static string GetHexString(byte[] bt) { string s = string.Empty; for (int i = 0; i < bt.Length; i++) { byte b = bt[i]; int n, n1, n2; n = (int)b; n1 = n & 15; n2 = (n >> 4) & 15; if (n2 > 9) s += ((char)(n2 - 10 + (int)'A')).ToString(); else s += n2.ToString(); if (n1 > 9) s += ((char)(n1 - 10 + (int)'A')).ToString(); else s += n1.ToString(); if ((i + 1) != bt.Length && (i + 1) % 2 == 0) s += "-"; } return s; } #region Original Device ID Getting Code public static string ObtainMacID() { return Identifier("Win32_NetworkAdapterConfiguration", "MACAddress", "IPEnabled"); } private static string Identifier(string wmiClass, string wmiProperty, string wmiMustBeTrue) { string result = ""; try { ManagementClass mc = new ManagementClass(wmiClass); ManagementObjectCollection moc = mc.GetInstances(); foreach (ManagementObject mo in moc) { if (mo[wmiMustBeTrue].ToString() == "True") { //Only get the first one if (result == "") { result = mo[wmiProperty].ToString(); break; } } } } catch { } return result; } private static string Identifier(string wmiClass, string wmiProperty) { string result = ""; try { ManagementClass mc = new ManagementClass(wmiClass); ManagementObjectCollection moc = mc.GetInstances(); foreach (ManagementObject mo in moc) { //Only get the first one if (result == "") { result = mo[wmiProperty].ToString(); break; } } } catch { } return result; } #endregion } } ================================================ FILE: RevokeMsgPatcher/Utils/FileUtil.cs ================================================ using RevokeMsgPatcher.Model; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Security.Cryptography; using System.Text; namespace RevokeMsgPatcher.Utils { public class FileUtil { /// /// 获取文件版本 /// /// /// public static string GetFileVersion(string path) { if (File.Exists(path)) { FileVersionInfo fileVersionInfo = FileVersionInfo.GetVersionInfo(path); return fileVersionInfo.FileVersion; } else { return null; } } /// /// 计算文件SHA1 /// /// 文件路径 /// public static string ComputeFileSHA1(string s) { File.SetAttributes(s, FileAttributes.Normal); FileStream file = new FileStream(s, FileMode.Open); SHA1 sha1 = new SHA1CryptoServiceProvider(); byte[] retval = sha1.ComputeHash(file); file.Close(); StringBuilder sc = new StringBuilder(); for (int i = 0; i < retval.Length; i++) { sc.Append(retval[i].ToString("x2")); } return sc.ToString(); } /// /// 修改文件指定位置的字节 /// /// 文件对象的路径 /// 偏移位置 /// 修改后的值 /// public static bool EditHex(string path, long position, byte after) { using (var stream = new FileStream(path, FileMode.Open, FileAccess.ReadWrite)) { stream.Position = position; stream.WriteByte(after); } return true; } /// /// 修改文件多个指定位置的多个字节 /// /// 文件对象的路径 /// 需要修改的位置和内容 public static void EditMultiHex(string path, List changes) { using (var stream = new FileStream(path, FileMode.Open, FileAccess.ReadWrite)) { foreach (Change change in changes) { stream.Seek(change.Position, SeekOrigin.Begin); foreach(byte b in change.Content) { // 跳过通配符 if(b == 0x3F) { stream.ReadByte(); } else { stream.WriteByte(b); } } } } } } } ================================================ FILE: RevokeMsgPatcher/Utils/GAHelper.cs ================================================ using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Text; using System.Threading.Tasks; using System.Web.Script.Serialization; using System.Windows.Forms; namespace RevokeMsgPatcher.Utils { /// /// 用于软件的 Google Analytics 实现 By huiyadanli /// 20230409 更新 GA4 的实现 /// 相关文档: /// #GA指南(过时) https://developers.google.com/analytics/devguides/collection/protocol/v1/devguide /// #GA参数(过时) https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters /// GA4教程 https://firebase.google.com/codelabs/firebase_mp /// 测试 https://ga-dev-tools.google/ga4/event-builder/ /// public class GAHelper { private static GAHelper instance = null; private static readonly object obj = new object(); public static GAHelper Instance { get { //lock (obj) //{ if (instance == null) { instance = new GAHelper(); } return instance; //} } } // 根据实际情况修改 private static readonly HttpClient client = HttpUtil.Client; private const string GAUrl = "https://www.google-analytics.com/mp/collect?api_secret=urKlcc29TSy3OIkHr8yFSQ&measurement_id=G-BE6FRPZS1W"; private static readonly string cid = Device.Value(); // Anonymous Client ID. // Guid.NewGuid().ToString() public string UserAgent { get; set; } public GAHelper() { UserAgent = $"Hui Google Analytics Tracker/1.0 ({Environment.OSVersion.Platform.ToString()}; {Environment.OSVersion.Version.ToString()}; {Environment.OSVersion.VersionString})"; } public async Task RequestPageViewAsync(string page, string title = null) { try { if (page.StartsWith("/")) { page = page.Remove(0, 1); } page = page.Replace("/", "_").Replace(".", "_"); // 请求参数 var values = new Dictionary { { "client_id",UserAgent}, { "user_id", cid }, { "non_personalized_ads", "false" }, { "events", new List>() { new Dictionary() { { "name",page }, { "params", new Dictionary() { { "engagement_time_msec", "1"}, } }, } } }, }; var serializer = new JavaScriptSerializer(); var json = serializer.Serialize(values); var content = new StringContent(json, Encoding.UTF8, "application/json"); var response = await client.PostAsync(GAUrl, content); // Console.WriteLine(response.ToString()); } catch (Exception ex) { Console.WriteLine("GAHelper:" + ex.Message); Console.WriteLine(ex.StackTrace); } } public void RequestPageView(string page, string title = null) { Task.Run(() => RequestPageViewAsync(page, title)); } } } ================================================ FILE: RevokeMsgPatcher/Utils/HttpUtil.cs ================================================ using System; using System.Net; using System.Net.Http; using System.Threading.Tasks; namespace RevokeMsgPatcher.Utils { public class HttpUtil { public static HttpClient Client { get; } = new HttpClient(); static HttpUtil() { Client.DefaultRequestHeaders.Add("User-Agent", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36"); ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 | SecurityProtocolType.Tls11 | SecurityProtocolType.Tls; } /// /// 补丁路径 /// 已经弃用的路径 /// https://swordmaker-hauls-51508.netlify.com/i/revokemsg/05.json /// https://huiyadanli.github.io/i/revokemsg/05.json /// 会自动跳转,没用了 /// https://gitee.com/huiyadanli/RevokeMsgPatcher/raw/master/RevokeMsgPatcher.Assistant/Data/1.2/patch.json /// 需要登录,没用了 /// https://huiyadanli.coding.net/p/RevokeMsgPatcher/d/RevokeMsgPatcher/git/raw/master/RevokeMsgPatcher.Assistant/Data/1.6/patch.json /// public static string PatchVersion { get { string currentVersion = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString(); if (currentVersion.Length > 3) { return currentVersion.Substring(0, 3); } return "1.6"; } } private static readonly string[] urls = new string[] { $"https://hui-config.oss-cn-hangzhou.aliyuncs.com/{PatchVersion}/patch.json", $"https://mirror.ghproxy.com/https://raw.githubusercontent.com/huiyadanli/RevokeMsgPatcher/master/RevokeMsgPatcher.Assistant/Data/{PatchVersion}/patch.json", $"https://raw.gitmirror.com/huiyadanli/RevokeMsgPatcher/master/RevokeMsgPatcher.Assistant/Data/{PatchVersion}/patch.json", $"https://cdn.jsdelivr.net/gh/huiyadanli/RevokeMsgPatcher@master/RevokeMsgPatcher.Assistant/Data/{PatchVersion}/patch.json", $"https://raw.githubusercontent.com/huiyadanli/RevokeMsgPatcher/master/RevokeMsgPatcher.Assistant/Data/{PatchVersion}/patch.json", }; public static async Task GetPatchJsonAsync() { int i = 0; while (i < urls.Length) { try { string json = await Client.GetStringAsync(urls[i]); if (!string.IsNullOrEmpty(json) && json.Contains("LatestVersion")) { return json; } else { Console.WriteLine("第" + (i + 1) + "次请求获得的数据并非期望数据\nURL:" + urls[i]); GAHelper.Instance.RequestPageView($"/main/json/request_ex/{i + 1}/not_my_json", "第" + (i + 1) + "次请求获得的数据并非期望数据"); } } catch (Exception ex) { Console.WriteLine("第" + (i + 1) + "次请求异常:[" + ex.Message + "]\nURL:" + urls[i]); GAHelper.Instance.RequestPageView($"/main/json/request_ex/{i + 1}/{ex.Message}", "第" + (i + 1) + "次请求异常:[" + ex.Message + "]"); } i++; } return null; } } } ================================================ FILE: RevokeMsgPatcher/Utils/PathUtil.cs ================================================ using Microsoft.Win32; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace RevokeMsgPatcher.Utils { public class PathUtil { public static void DisplayAllProgram() { RegistryKey uninstallKey, programKey; uninstallKey = Registry.LocalMachine.OpenSubKey(@"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall"); string[] programKeys = uninstallKey.GetSubKeyNames(); foreach (string keyName in programKeys) { programKey = uninstallKey.OpenSubKey(keyName); Console.WriteLine(keyName + " , " + programKey.GetValue("DisplayName") + " , " + programKey.GetValue("InstallLocation")); programKey.Close(); } uninstallKey.Close(); } /// /// 从注册表中寻找安装路径 /// /// /// 安装信息的注册表键名 /// 微信:WeChat /// QQ:{052CFB79-9D62-42E3-8A15-DE66C2C97C3E} /// TIM:TIM /// /// 安装路径 public static string FindInstallPathFromRegistry(string uninstallKeyName) { try { RegistryKey key = Registry.LocalMachine.OpenSubKey($@"Software\Microsoft\Windows\CurrentVersion\Uninstall\{uninstallKeyName}"); if (key == null) { return null; } object installLocation = key.GetValue("InstallLocation"); key.Close(); if (installLocation != null && !string.IsNullOrEmpty(installLocation.ToString())) { return installLocation.ToString(); } } catch (Exception e) { Console.WriteLine(e.Message); } return null; } public static string FindInstallPathFromRegistryWOW6432Node(string uninstallKeyName) { try { RegistryKey key = Registry.LocalMachine.OpenSubKey($@"SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{uninstallKeyName}"); if (key == null) { return null; } object installLocation = key.GetValue("UninstallString"); key.Close(); if (installLocation != null && !string.IsNullOrEmpty(installLocation.ToString())) { return installLocation.ToString().Replace("\"",""); } } catch (Exception e) { Console.WriteLine(e.Message); } return null; } /// /// 获取所有可能的默认安装路径 /// /// Tencent\* /// public static List GetDefaultInstallPaths(string relativePath) { List list = new List(); // 从默认安装目录查找 string[] drives = Environment.GetLogicalDrives(); //获取当前计算机逻辑磁盘名称列表 foreach (string d in drives) { string path = Path.Combine(d, $@"Program Files (x86)\{relativePath}"); if (Directory.Exists(path)) { list.Add(path); } else { path = Path.Combine(d, $@"Program Files\{relativePath}"); if (Directory.Exists(path)) { list.Add(path); } } } return list; } /// /// 按文件夹修改时间倒序 /// /// public static void SortByLastWriteTimeDesc(ref DirectoryInfo[] dirs) { Array.Sort(dirs, delegate(DirectoryInfo x, DirectoryInfo y) { return y.LastWriteTime.CompareTo(x.LastWriteTime); }); } } } ================================================ FILE: RevokeMsgPatcher/Utils/ProxySpeedTester.cs ================================================ using System; using System.Collections.Generic; using System.Diagnostics; using System.Net.Http; using System.Threading; using System.Threading.Tasks; namespace RevokeMsgPatcher.Utils { public class ProxySpeedTester { public static readonly string TargetUrl = "https://raw.githubusercontent.com/LiteLoaderQQNT/LiteLoaderQQNT/refs/heads/main/package.json"; private static readonly HttpClient _httpClient = new HttpClient() { Timeout = TimeSpan.FromSeconds(5) }; public static readonly List ProxyUrls = new List() { "{0}", "https://mirror.ghproxy.com/{0}", "https://hub.gitmirror.com/{0}", "https://ghproxy.cc/{0}", "https://www.ghproxy.cc/{0}", "https://ghproxy.cn/{0}", "https://ghproxy.net/{0}" }; /// /// 获得最快的代理地址 /// /// /// 最快的代理地址,结果 public static async Task> GetFastestProxyAsync(string target) { return await GetFastestProxyAsync(ProxyUrls, target); } public static async Task> GetFastestProxyAsync(List proxyAddresses, string target) { var tasks = new List>>(); // 修改为包含成功标志的元组 var cts = new CancellationTokenSource(); foreach (var proxy in proxyAddresses) { // 如果目标地址为空且代理地址为默认地址,则跳过 if (string.IsNullOrEmpty(target) && proxy == "{0}") { continue; } tasks.Add(TestProxyAsync(proxy, target, cts.Token)); } while (tasks.Count > 0) { var firstCompletedTask = await Task.WhenAny(tasks); tasks.Remove(firstCompletedTask); var result = await firstCompletedTask; if (result.Item3) // 检查是否成功 { cts.Cancel(); // 取消所有其他请求 return new Tuple(result.Item1, result.Item2); // 返回第一个成功的代理地址 } } return new Tuple(string.Empty, string.Empty); // 如果没有成功的结果,返回空 } private static async Task> TestProxyAsync(string proxyAddress, string target, CancellationToken cancellationToken) { try { // 模拟代理测试请求 var response = await _httpClient.GetAsync(string.Format(proxyAddress, target), cancellationToken); response.EnsureSuccessStatusCode(); return new Tuple(proxyAddress.Replace("{0}", ""), await response.Content.ReadAsStringAsync(), true); } catch (Exception e) { return new Tuple(proxyAddress.Replace("{0}", ""), e.Message, false); } } } } ================================================ FILE: RevokeMsgPatcher/Utils/VersionUtil.cs ================================================ using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace RevokeMsgPatcher.Utils { public class VersionUtil { /// /// 版本比较 /// 0 相等 /// 1 大与 /// -1 小于 /// 为空的版本最大 /// /// 版本1 /// 版本2 /// public static int Compare(string v1, string v2) { if (string.IsNullOrEmpty(v1)) { return 1; } if (string.IsNullOrEmpty(v2)) { return -1; } string[] v1s = v1.Split('.'); string[] v2s = v2.Split('.'); int len = Math.Max(v1s.Length, v2s.Length); for (int i = 0; i < len; i++) { int i1 = 0, i2 = 0; if (i < v1s.Length) { i1 = Convert.ToInt32(v1s[i]); } if (i < v2s.Length) { i2 = Convert.ToInt32(v2s[i]); } if (i1 == i2) { continue; } else if (i1 > i2) { return 1; } else if (i1 < i2) { return -1; } } return 0; } } } ================================================ FILE: RevokeMsgPatcher/app.manifest ================================================  true ================================================ FILE: RevokeMsgPatcher/packages.config ================================================  ================================================ FILE: RevokeMsgPatcher.Assistant/App.config ================================================ ================================================ FILE: RevokeMsgPatcher.Assistant/Data/0.7/patch.json ================================================ {"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.106","SHA1Before":"e772c81c8a1b79cac77b22dbe67b375fa340ba30","SHA1After":"bcbc491910f07cb995ef154a281450f2d052e90b","Changes":[{"Position":2658457,"Content":[235]},{"Position":8280416,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.8.0.88","SHA1Before":"b34c73e38cfec186890b58caac5fc9962377cd9b","SHA1After":"8c108e92de0b6b4d9e61ce38ab8dd339a27e505b","Changes":[{"Position":2655369,"Content":[235]},{"Position":8273280,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.8.0.82","SHA1Before":"c359cc1a391441d261753f2844f9156638df8631","SHA1After":"d1b4dee8f7f91e34d68501987fd0675b33fe85da","Changes":[{"Position":2645961,"Content":[235]},{"Position":8263344,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.2.78","SHA1Before":"26a5c5503f1e176676da5657c12812da8aaa0243","SHA1After":"d338215a815c09755c04949995ec3e4eab8dce60","Changes":[{"Position":2645673,"Content":[235]},{"Position":8262528,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.2.76","SHA1Before":"0003c7b2c0136a0eb2a6cfc2c694cb57b04b5517","SHA1After":"88af6055a0f4d3bdaa6f717ec8b263d4418487b6","Changes":[{"Position":2644905,"Content":[235]},{"Position":8261024,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.88","SHA1Before":"034059bad50dd793140952391bfa7936133e69b4","SHA1After":"dd6d80c30ca9e0ea9f7d2f1add498fc9aa4bc7a0","Changes":[{"Position":2499465,"Content":[235]},{"Position":7952304,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.85","SHA1Before":"de0df4e138b72460450f66c029e33f4510f5e2df","SHA1After":"fbd35720aaff3cdcfd3ff18ea503dc06450e5c99","Changes":[{"Position":2499465,"Content":[235]},{"Position":7952000,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.82","SHA1Before":"20e111a18872bf6c7148a897c11da26c1ec95520","SHA1After":"1e0741d325ca6b1cd2402b829a3d13a2524af617","Changes":[{"Position":2499465,"Content":[235]},{"Position":7951952,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.74","SHA1Before":"b1eaf7edc074a88be5d0f89230436cc2084d24d2","SHA1After":"eb3d74ccd87a09059a005f4972861898fc3de463","Changes":[{"Position":2499465,"Content":[235]},{"Position":7951696,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.65","SHA1Before":"8346b97d264725da924d240c6eb77df3e693385e","SHA1After":"42bab2c9c79ef4f2088c00ea6d817973e14a5e6e","Changes":[{"Position":2495545,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.59","SHA1Before":"df954d403edaca89cd5394927a325a0023e93281","SHA1After":"6aa22460c91bb5c5e2f0ec1af99b8a5f6d4318c0","Changes":[{"Position":2496073,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.43","SHA1Before":"39cd9e09e1a3eac09e6808749bff525c9e3216ce","SHA1After":"7b829f1ff0217e346a80f9510fdd7634ddd49445","Changes":[{"Position":2494169,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.0.70","SHA1Before":"3b0601864aff3c1d792f812ad1ca05f02aa761e3","SHA1After":"1e8734d32b0a8c12758e30f99c77f729991fb071","Changes":[{"Position":2475657,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.0.65","SHA1Before":"063c2e05a0df1bdb8987c2d978d93499bd2052ba","SHA1After":"5ed4c09a4f18643b967f063a824d7e65d0567f8a","Changes":[{"Position":2475449,"Content":[117]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.68","SHA1Before":"2e9417f4276b12fe32ca7b4fee49272a4a2af334","SHA1After":"699602ee3cbb9ae5714f6e6ebc658c875a6c66e6","Changes":[{"Position":2454006,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.65","SHA1Before":"e01f6855a96c12c30808960903ed199a33e4952c","SHA1After":"d9120569cfd0433aebea107d7b90805cbbac7518","Changes":[{"Position":2454265,"Content":[117]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.52","SHA1Before":"88131302f664df6a657c9ca49d152da536fe5729","SHA1After":"8d1454b73831644181e962c1fa0ea4e2da4124a3","Changes":[{"Position":2453049,"Content":[117]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.51","SHA1Before":"d0a5517b1292a751501b00b4b1f0702db2d9fc30","SHA1After":"53e7b1525d49bf2c3250a8131ff0ba2510779b78","Changes":[{"Position":2452614,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.37","SHA1Before":"7e01f8b04a158a4a50bc5a6e67c2fb8b02233170","SHA1After":"a1895004415fe9bcd7e690bd6e482b833b515599","Changes":[{"Position":2452614,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.7.57","SHA1Before":"80a91aaf941bcb1c24a7d672838ac73e9ebb2e40","SHA1After":"a0d3f9a45a835f97aef7fe0872387d8cfb5c25a4","Changes":[{"Position":2433413,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.7.40","SHA1Before":"04bd0cb28df6630b518f42a3f9c2caa4a9359fbc","SHA1After":"13c91cf1d4609959771fd137b9a86a5ca365e1b6","Changes":[{"Position":2432934,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.7.32","SHA1Before":"a02519c1007ee6723947c262c720d63c619f633e","SHA1After":"f3007471ca8734c29783c25f0bb49949a783a44","Changes":[{"Position":2432806,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.6.28","SHA1Before":"0b19cb17a62c3ea0efce0fb675a1d3b17845cba3","SHA1After":"260948656725446b818ea668273ceff02ddfb44d","Changes":[{"Position":2401678,"Content":[116]}]}]},"FileCommonModifyInfos":{"WeChatWin.dll":[{"Name":"WeChatWin.dll","StartVersion":"2.7.0.0","EndVersion":"","ReplacePatterns":[{"Search":[0,133,192,116,50,185],"Replace":[0,133,192,235,50,185]},{"Search":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,85,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Replace":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,195,139,236,131,236,20,83,86,87,106,255,15,87,192,199]}]}]}},"QQ":{"Name":"QQ","FileTargetInfos":{"IM.dll":{"Name":"IM.dll","RelativePath":"Bin\\IM.dll","Memo":null}},"FileModifyInfos":{"IM.dll":[{"Name":"IM.dll","Version":"9.2.3.26592","SHA1Before":"9114e7869572b4b868afcbc8b28eae932559ec60","SHA1After":"42e15175fd53768bb48772dc69fb07a4eac5a623","Changes":[{"Position":371605,"Content":[235,9,144,144,144]},{"Position":372146,"Content":[235,9,144,144,144]},{"Position":372576,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.2.26569","SHA1Before":"434254e76c520789558e075af677821258536311","SHA1After":"237c9e489a97858a175f0f7c72ade4ebcbac7a69","Changes":[{"Position":371146,"Content":[235,9,144,144,144]},{"Position":371687,"Content":[235,9,144,144,144]},{"Position":372117,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.1.26546","SHA1Before":"8d8ea2c2cbf43f5acf8d684b153e90035352d5f5","SHA1After":"7d194dd5be03982b533d7375c93d9a72587fe28d","Changes":[{"Position":369545,"Content":[235,9,144,144,144]},{"Position":370086,"Content":[235,9,144,144,144]},{"Position":370516,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.0.26453","SHA1Before":"c1935ca6347b0c2a7e6108a7f8ee0643d39deb66","SHA1After":"42811188a7e7b346a6a3c1066936b98c747acaf6","Changes":[{"Position":353794,"Content":[235,9,144,144,144]},{"Position":354335,"Content":[235,9,144,144,144]},{"Position":354767,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.0.26389","SHA1Before":"6f8855fb80acfa456f8f69989fe949308fe4d154","SHA1After":"f6b8e05a178b9b10ba17c597fa0a44b7a2a966a8","Changes":[{"Position":356808,"Content":[235,9,144,144,144]},{"Position":357349,"Content":[235,9,144,144,144]},{"Position":357781,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.9.26361","SHA1Before":"022d3433d13d07a354c38816f61cb0b7ac60d3fd","SHA1After":"873a57c1fb51cdd099c8cb7108b5ab5cb4459557","Changes":[{"Position":354270,"Content":[235,9,144,144,144]},{"Position":354811,"Content":[235,9,144,144,144]},{"Position":355243,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.9.26346","SHA1Before":"895eb70f707b8222e6460c91492b1281e525059b","SHA1After":"0bb83990e2b5b5f23b7b43249941ff638201af54","Changes":[{"Position":354270,"Content":[235,9,144,144,144]},{"Position":354811,"Content":[235,9,144,144,144]},{"Position":355243,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.8.26211","SHA1Before":"a950d3cf5e8925f7775624271105ef78d9c5cb57","SHA1After":"dffc1cb87b91e6467e13c935611f2f7fd76b9a8d","Changes":[{"Position":337135,"Content":[235,9,144,144,144]},{"Position":337676,"Content":[235,9,144,144,144]},{"Position":338108,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.7.25980","SHA1Before":"c6632339fbe675312a70ae4620e70699c258cd36","SHA1After":"e9ddc5cc681950796fc8fe4c55f580428c890b51","Changes":[{"Position":327839,"Content":[235,9,144,144,144]},{"Position":328380,"Content":[235,9,144,144,144]},{"Position":328812,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.0.4.23786","SHA1Before":"69a714f4eadb09f1453f6f022d4adbcd801cfab8","SHA1After":"b48e77a924076b3ebdffc4af514c868c551d2bca","Changes":[{"Position":318321,"Content":[235,7,144,144,144]},{"Position":318862,"Content":[235,7,144,144,144]},{"Position":319379,"Content":[235,7,144,144,144]}]}]},"FileCommonModifyInfos":{"IM.dll":[{"Name":"IM.dll","StartVersion":"9.1.7.00000","EndVersion":"","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12]},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12]},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,84,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12]}]}]}},"TIM":{"Name":"TIM","FileTargetInfos":{"IM.dll":{"Name":"IM.dll","RelativePath":"Bin\\IM.dll","Memo":null}},"FileModifyInfos":{"IM.dll":[{"Name":"IM.dll","Version":"2.3.2.21173","SHA1Before":"ecf3e69f3fb100ffe2fee095ffded591b9781024","SHA1After":"0514d1304e7ac46b4d33386ec3313888f5ae7171","Changes":[{"Position":317322,"Content":[235,9,144,144,144]},{"Position":317863,"Content":[235,9,144,144,144]},{"Position":318295,"Content":[235,8,144,144,144,144]}]}]},"FileCommonModifyInfos":null},"QQLite":{"Name":"QQLite","FileTargetInfos":{"IM.dll":{"Name":"IM.dll","RelativePath":"Bin\\IM.dll","Memo":null}},"FileModifyInfos":{"IM.dll":[{"Name":"IM.dll","Version":"7.9.14314.0","SHA1Before":"2e97d7671963fa148a1beeda6ce4964314310593","SHA1After":"723c008fb53435ead20fa6f2e951c9a4a8ff46da","Changes":[{"Position":148741,"Content":[235,2,144,144]},{"Position":149689,"Content":[235,2,144,144]}]},{"Name":"IM.dll","Version":"7.9.14308.0","SHA1Before":"b8a7a873178706b97be11c25f13bcf09e9e578a2","SHA1After":"c5bf533c7af6996b42d1fb2a0fb3f26dfd52f8bf","Changes":[{"Position":148741,"Content":[235,2,144,144]},{"Position":149689,"Content":[235,2,144,144]}]}]},"FileCommonModifyInfos":null}},"LatestVersion":"1.1","Notice":""} ================================================ FILE: RevokeMsgPatcher.Assistant/Data/0.8/patch.json ================================================ {"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":"e772c81c8a1b79cac77b22dbe67b375fa340ba30","SHA1After":"bcbc491910f07cb995ef154a281450f2d052e90b","Changes":[{"Position":2658457,"Content":[235]},{"Position":8280416,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.8.0.88","SHA1Before":"b34c73e38cfec186890b58caac5fc9962377cd9b","SHA1After":"8c108e92de0b6b4d9e61ce38ab8dd339a27e505b","Changes":[{"Position":2655369,"Content":[235]},{"Position":8273280,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.8.0.82","SHA1Before":"c359cc1a391441d261753f2844f9156638df8631","SHA1After":"d1b4dee8f7f91e34d68501987fd0675b33fe85da","Changes":[{"Position":2645961,"Content":[235]},{"Position":8263344,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.2.78","SHA1Before":"26a5c5503f1e176676da5657c12812da8aaa0243","SHA1After":"d338215a815c09755c04949995ec3e4eab8dce60","Changes":[{"Position":2645673,"Content":[235]},{"Position":8262528,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.2.76","SHA1Before":"0003c7b2c0136a0eb2a6cfc2c694cb57b04b5517","SHA1After":"88af6055a0f4d3bdaa6f717ec8b263d4418487b6","Changes":[{"Position":2644905,"Content":[235]},{"Position":8261024,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.88","SHA1Before":"034059bad50dd793140952391bfa7936133e69b4","SHA1After":"dd6d80c30ca9e0ea9f7d2f1add498fc9aa4bc7a0","Changes":[{"Position":2499465,"Content":[235]},{"Position":7952304,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.85","SHA1Before":"de0df4e138b72460450f66c029e33f4510f5e2df","SHA1After":"fbd35720aaff3cdcfd3ff18ea503dc06450e5c99","Changes":[{"Position":2499465,"Content":[235]},{"Position":7952000,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.82","SHA1Before":"20e111a18872bf6c7148a897c11da26c1ec95520","SHA1After":"1e0741d325ca6b1cd2402b829a3d13a2524af617","Changes":[{"Position":2499465,"Content":[235]},{"Position":7951952,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.74","SHA1Before":"b1eaf7edc074a88be5d0f89230436cc2084d24d2","SHA1After":"eb3d74ccd87a09059a005f4972861898fc3de463","Changes":[{"Position":2499465,"Content":[235]},{"Position":7951696,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.65","SHA1Before":"8346b97d264725da924d240c6eb77df3e693385e","SHA1After":"42bab2c9c79ef4f2088c00ea6d817973e14a5e6e","Changes":[{"Position":2495545,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.59","SHA1Before":"df954d403edaca89cd5394927a325a0023e93281","SHA1After":"6aa22460c91bb5c5e2f0ec1af99b8a5f6d4318c0","Changes":[{"Position":2496073,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.43","SHA1Before":"39cd9e09e1a3eac09e6808749bff525c9e3216ce","SHA1After":"7b829f1ff0217e346a80f9510fdd7634ddd49445","Changes":[{"Position":2494169,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.0.70","SHA1Before":"3b0601864aff3c1d792f812ad1ca05f02aa761e3","SHA1After":"1e8734d32b0a8c12758e30f99c77f729991fb071","Changes":[{"Position":2475657,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.0.65","SHA1Before":"063c2e05a0df1bdb8987c2d978d93499bd2052ba","SHA1After":"5ed4c09a4f18643b967f063a824d7e65d0567f8a","Changes":[{"Position":2475449,"Content":[117]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.68","SHA1Before":"2e9417f4276b12fe32ca7b4fee49272a4a2af334","SHA1After":"699602ee3cbb9ae5714f6e6ebc658c875a6c66e6","Changes":[{"Position":2454006,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.65","SHA1Before":"e01f6855a96c12c30808960903ed199a33e4952c","SHA1After":"d9120569cfd0433aebea107d7b90805cbbac7518","Changes":[{"Position":2454265,"Content":[117]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.52","SHA1Before":"88131302f664df6a657c9ca49d152da536fe5729","SHA1After":"8d1454b73831644181e962c1fa0ea4e2da4124a3","Changes":[{"Position":2453049,"Content":[117]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.51","SHA1Before":"d0a5517b1292a751501b00b4b1f0702db2d9fc30","SHA1After":"53e7b1525d49bf2c3250a8131ff0ba2510779b78","Changes":[{"Position":2452614,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.37","SHA1Before":"7e01f8b04a158a4a50bc5a6e67c2fb8b02233170","SHA1After":"a1895004415fe9bcd7e690bd6e482b833b515599","Changes":[{"Position":2452614,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.7.57","SHA1Before":"80a91aaf941bcb1c24a7d672838ac73e9ebb2e40","SHA1After":"a0d3f9a45a835f97aef7fe0872387d8cfb5c25a4","Changes":[{"Position":2433413,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.7.40","SHA1Before":"04bd0cb28df6630b518f42a3f9c2caa4a9359fbc","SHA1After":"13c91cf1d4609959771fd137b9a86a5ca365e1b6","Changes":[{"Position":2432934,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.7.32","SHA1Before":"a02519c1007ee6723947c262c720d63c619f633e","SHA1After":"f3007471ca8734c29783c25f0bb49949a783a44","Changes":[{"Position":2432806,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.6.28","SHA1Before":"0b19cb17a62c3ea0efce0fb675a1d3b17845cba3","SHA1After":"260948656725446b818ea668273ceff02ddfb44d","Changes":[{"Position":2401678,"Content":[116]}]}]},"FileCommonModifyInfos":{"WeChatWin.dll":[{"Name":"WeChatWin.dll","StartVersion":"2.8.0.88","EndVersion":"","ReplacePatterns":[{"Search":[0,133,192,116,123,139,200,232],"Replace":[0,133,192,235,123,139,200,232]},{"Search":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,85,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Replace":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,195,139,236,131,236,20,83,86,87,106,255,15,87,192,199]}]},{"Name":"WeChatWin.dll","StartVersion":"2.7.0.00","EndVersion":"2.8.0.88","ReplacePatterns":[{"Search":[0,133,192,116,50,185],"Replace":[0,133,192,235,50,185]},{"Search":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,85,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Replace":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,195,139,236,131,236,20,83,86,87,106,255,15,87,192,199]}]}]}},"QQ":{"Name":"QQ","FileTargetInfos":{"IM.dll":{"Name":"IM.dll","RelativePath":"Bin\\IM.dll","Memo":null}},"FileModifyInfos":{"IM.dll":[{"Name":"IM.dll","Version":"9.2.3.26592","SHA1Before":"9114e7869572b4b868afcbc8b28eae932559ec60","SHA1After":"42e15175fd53768bb48772dc69fb07a4eac5a623","Changes":[{"Position":371605,"Content":[235,9,144,144,144]},{"Position":372146,"Content":[235,9,144,144,144]},{"Position":372576,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.2.26569","SHA1Before":"434254e76c520789558e075af677821258536311","SHA1After":"237c9e489a97858a175f0f7c72ade4ebcbac7a69","Changes":[{"Position":371146,"Content":[235,9,144,144,144]},{"Position":371687,"Content":[235,9,144,144,144]},{"Position":372117,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.1.26546","SHA1Before":"8d8ea2c2cbf43f5acf8d684b153e90035352d5f5","SHA1After":"7d194dd5be03982b533d7375c93d9a72587fe28d","Changes":[{"Position":369545,"Content":[235,9,144,144,144]},{"Position":370086,"Content":[235,9,144,144,144]},{"Position":370516,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.0.26453","SHA1Before":"c1935ca6347b0c2a7e6108a7f8ee0643d39deb66","SHA1After":"42811188a7e7b346a6a3c1066936b98c747acaf6","Changes":[{"Position":353794,"Content":[235,9,144,144,144]},{"Position":354335,"Content":[235,9,144,144,144]},{"Position":354767,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.0.26389","SHA1Before":"6f8855fb80acfa456f8f69989fe949308fe4d154","SHA1After":"f6b8e05a178b9b10ba17c597fa0a44b7a2a966a8","Changes":[{"Position":356808,"Content":[235,9,144,144,144]},{"Position":357349,"Content":[235,9,144,144,144]},{"Position":357781,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.9.26361","SHA1Before":"022d3433d13d07a354c38816f61cb0b7ac60d3fd","SHA1After":"873a57c1fb51cdd099c8cb7108b5ab5cb4459557","Changes":[{"Position":354270,"Content":[235,9,144,144,144]},{"Position":354811,"Content":[235,9,144,144,144]},{"Position":355243,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.9.26346","SHA1Before":"895eb70f707b8222e6460c91492b1281e525059b","SHA1After":"0bb83990e2b5b5f23b7b43249941ff638201af54","Changes":[{"Position":354270,"Content":[235,9,144,144,144]},{"Position":354811,"Content":[235,9,144,144,144]},{"Position":355243,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.8.26211","SHA1Before":"a950d3cf5e8925f7775624271105ef78d9c5cb57","SHA1After":"dffc1cb87b91e6467e13c935611f2f7fd76b9a8d","Changes":[{"Position":337135,"Content":[235,9,144,144,144]},{"Position":337676,"Content":[235,9,144,144,144]},{"Position":338108,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.7.25980","SHA1Before":"c6632339fbe675312a70ae4620e70699c258cd36","SHA1After":"e9ddc5cc681950796fc8fe4c55f580428c890b51","Changes":[{"Position":327839,"Content":[235,9,144,144,144]},{"Position":328380,"Content":[235,9,144,144,144]},{"Position":328812,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.0.4.23786","SHA1Before":"69a714f4eadb09f1453f6f022d4adbcd801cfab8","SHA1After":"b48e77a924076b3ebdffc4af514c868c551d2bca","Changes":[{"Position":318321,"Content":[235,7,144,144,144]},{"Position":318862,"Content":[235,7,144,144,144]},{"Position":319379,"Content":[235,7,144,144,144]}]}]},"FileCommonModifyInfos":{"IM.dll":[{"Name":"IM.dll","StartVersion":"9.1.7.00000","EndVersion":"","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12]},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12]},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,84,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12]}]}]}},"TIM":{"Name":"TIM","FileTargetInfos":{"IM.dll":{"Name":"IM.dll","RelativePath":"Bin\\IM.dll","Memo":null}},"FileModifyInfos":{"IM.dll":[{"Name":"IM.dll","Version":"2.3.2.21173","SHA1Before":"ecf3e69f3fb100ffe2fee095ffded591b9781024","SHA1After":"0514d1304e7ac46b4d33386ec3313888f5ae7171","Changes":[{"Position":317322,"Content":[235,9,144,144,144]},{"Position":317863,"Content":[235,9,144,144,144]},{"Position":318295,"Content":[235,8,144,144,144,144]}]}]},"FileCommonModifyInfos":{"IM.dll":[{"Name":"IM.dll","StartVersion":"3.0.0.00000","EndVersion":"","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12]},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12]},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,84,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12]}]}]}},"QQLite":{"Name":"QQLite","FileTargetInfos":{"IM.dll":{"Name":"IM.dll","RelativePath":"Bin\\IM.dll","Memo":null}},"FileModifyInfos":{"IM.dll":[{"Name":"IM.dll","Version":"7.9.14314.0","SHA1Before":"2e97d7671963fa148a1beeda6ce4964314310593","SHA1After":"723c008fb53435ead20fa6f2e951c9a4a8ff46da","Changes":[{"Position":148741,"Content":[235,2,144,144]},{"Position":149689,"Content":[235,2,144,144]}]},{"Name":"IM.dll","Version":"7.9.14308.0","SHA1Before":"b8a7a873178706b97be11c25f13bcf09e9e578a2","SHA1After":"c5bf533c7af6996b42d1fb2a0fb3f26dfd52f8bf","Changes":[{"Position":148741,"Content":[235,2,144,144]},{"Position":149689,"Content":[235,2,144,144]}]}]},"FileCommonModifyInfos":null}},"LatestVersion":"1.1","Notice":""} ================================================ FILE: RevokeMsgPatcher.Assistant/Data/0.9/patch.json ================================================ {"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":"e772c81c8a1b79cac77b22dbe67b375fa340ba30","SHA1After":"bcbc491910f07cb995ef154a281450f2d052e90b","Changes":[{"Position":2658457,"Content":[235]},{"Position":8280416,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.8.0.88","SHA1Before":"b34c73e38cfec186890b58caac5fc9962377cd9b","SHA1After":"8c108e92de0b6b4d9e61ce38ab8dd339a27e505b","Changes":[{"Position":2655369,"Content":[235]},{"Position":8273280,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.8.0.82","SHA1Before":"c359cc1a391441d261753f2844f9156638df8631","SHA1After":"d1b4dee8f7f91e34d68501987fd0675b33fe85da","Changes":[{"Position":2645961,"Content":[235]},{"Position":8263344,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.2.78","SHA1Before":"26a5c5503f1e176676da5657c12812da8aaa0243","SHA1After":"d338215a815c09755c04949995ec3e4eab8dce60","Changes":[{"Position":2645673,"Content":[235]},{"Position":8262528,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.2.76","SHA1Before":"0003c7b2c0136a0eb2a6cfc2c694cb57b04b5517","SHA1After":"88af6055a0f4d3bdaa6f717ec8b263d4418487b6","Changes":[{"Position":2644905,"Content":[235]},{"Position":8261024,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.88","SHA1Before":"034059bad50dd793140952391bfa7936133e69b4","SHA1After":"dd6d80c30ca9e0ea9f7d2f1add498fc9aa4bc7a0","Changes":[{"Position":2499465,"Content":[235]},{"Position":7952304,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.85","SHA1Before":"de0df4e138b72460450f66c029e33f4510f5e2df","SHA1After":"fbd35720aaff3cdcfd3ff18ea503dc06450e5c99","Changes":[{"Position":2499465,"Content":[235]},{"Position":7952000,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.82","SHA1Before":"20e111a18872bf6c7148a897c11da26c1ec95520","SHA1After":"1e0741d325ca6b1cd2402b829a3d13a2524af617","Changes":[{"Position":2499465,"Content":[235]},{"Position":7951952,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.74","SHA1Before":"b1eaf7edc074a88be5d0f89230436cc2084d24d2","SHA1After":"eb3d74ccd87a09059a005f4972861898fc3de463","Changes":[{"Position":2499465,"Content":[235]},{"Position":7951696,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.65","SHA1Before":"8346b97d264725da924d240c6eb77df3e693385e","SHA1After":"42bab2c9c79ef4f2088c00ea6d817973e14a5e6e","Changes":[{"Position":2495545,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.59","SHA1Before":"df954d403edaca89cd5394927a325a0023e93281","SHA1After":"6aa22460c91bb5c5e2f0ec1af99b8a5f6d4318c0","Changes":[{"Position":2496073,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.43","SHA1Before":"39cd9e09e1a3eac09e6808749bff525c9e3216ce","SHA1After":"7b829f1ff0217e346a80f9510fdd7634ddd49445","Changes":[{"Position":2494169,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.0.70","SHA1Before":"3b0601864aff3c1d792f812ad1ca05f02aa761e3","SHA1After":"1e8734d32b0a8c12758e30f99c77f729991fb071","Changes":[{"Position":2475657,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.0.65","SHA1Before":"063c2e05a0df1bdb8987c2d978d93499bd2052ba","SHA1After":"5ed4c09a4f18643b967f063a824d7e65d0567f8a","Changes":[{"Position":2475449,"Content":[117]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.68","SHA1Before":"2e9417f4276b12fe32ca7b4fee49272a4a2af334","SHA1After":"699602ee3cbb9ae5714f6e6ebc658c875a6c66e6","Changes":[{"Position":2454006,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.65","SHA1Before":"e01f6855a96c12c30808960903ed199a33e4952c","SHA1After":"d9120569cfd0433aebea107d7b90805cbbac7518","Changes":[{"Position":2454265,"Content":[117]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.52","SHA1Before":"88131302f664df6a657c9ca49d152da536fe5729","SHA1After":"8d1454b73831644181e962c1fa0ea4e2da4124a3","Changes":[{"Position":2453049,"Content":[117]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.51","SHA1Before":"d0a5517b1292a751501b00b4b1f0702db2d9fc30","SHA1After":"53e7b1525d49bf2c3250a8131ff0ba2510779b78","Changes":[{"Position":2452614,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.37","SHA1Before":"7e01f8b04a158a4a50bc5a6e67c2fb8b02233170","SHA1After":"a1895004415fe9bcd7e690bd6e482b833b515599","Changes":[{"Position":2452614,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.7.57","SHA1Before":"80a91aaf941bcb1c24a7d672838ac73e9ebb2e40","SHA1After":"a0d3f9a45a835f97aef7fe0872387d8cfb5c25a4","Changes":[{"Position":2433413,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.7.40","SHA1Before":"04bd0cb28df6630b518f42a3f9c2caa4a9359fbc","SHA1After":"13c91cf1d4609959771fd137b9a86a5ca365e1b6","Changes":[{"Position":2432934,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.7.32","SHA1Before":"a02519c1007ee6723947c262c720d63c619f633e","SHA1After":"f3007471ca8734c29783c25f0bb49949a783a44","Changes":[{"Position":2432806,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.6.28","SHA1Before":"0b19cb17a62c3ea0efce0fb675a1d3b17845cba3","SHA1After":"260948656725446b818ea668273ceff02ddfb44d","Changes":[{"Position":2401678,"Content":[116]}]}]},"FileCommonModifyInfos":{"WeChatWin.dll":[{"Name":"WeChatWin.dll","StartVersion":"3.2.0.00","EndVersion":"3.3.5.00","ReplacePatterns":[{"Search":[0,133,192,116,123,139,200,232],"Replace":[0,133,192,235,123,139,200,232],"Category":"防撤回"},{"Search":[232,107,0,0,0,132,192,116,86,86,106,0],"Replace":[232,107,0,0,0,132,192,235,86,86,106,0],"Category":"多开"}]},{"Name":"WeChatWin.dll","StartVersion":"3.1.0.00","EndVersion":"3.2.0.00","ReplacePatterns":[{"Search":[0,133,192,116,123,139,200,232],"Replace":[0,133,192,235,123,139,200,232],"Category":"防撤回"},{"Search":[255,232,155,239,255,255,132,192,116,8,131],"Replace":[255,144,144,144,144,144,132,192,116,8,131],"Category":"多开"}]},{"Name":"WeChatWin.dll","StartVersion":"2.8.0.88","EndVersion":"3.1.0.00","ReplacePatterns":[{"Search":[0,133,192,116,123,139,200,232],"Replace":[0,133,192,235,123,139,200,232],"Category":"防撤回"},{"Search":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,85,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Replace":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,195,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Category":"多开"}]},{"Name":"WeChatWin.dll","StartVersion":"2.7.0.00","EndVersion":"2.8.0.88","ReplacePatterns":[{"Search":[0,133,192,116,50,185],"Replace":[0,133,192,235,50,185],"Category":"防撤回"},{"Search":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,85,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Replace":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,195,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Category":"多开"}]}]}},"QQ":{"Name":"QQ","FileTargetInfos":{"IM.dll":{"Name":"IM.dll","RelativePath":"Bin\\IM.dll","Memo":null}},"FileModifyInfos":{"IM.dll":[{"Name":"IM.dll","Version":"9.2.3.26592","SHA1Before":"9114e7869572b4b868afcbc8b28eae932559ec60","SHA1After":"42e15175fd53768bb48772dc69fb07a4eac5a623","Changes":[{"Position":371605,"Content":[235,9,144,144,144]},{"Position":372146,"Content":[235,9,144,144,144]},{"Position":372576,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.2.26569","SHA1Before":"434254e76c520789558e075af677821258536311","SHA1After":"237c9e489a97858a175f0f7c72ade4ebcbac7a69","Changes":[{"Position":371146,"Content":[235,9,144,144,144]},{"Position":371687,"Content":[235,9,144,144,144]},{"Position":372117,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.1.26546","SHA1Before":"8d8ea2c2cbf43f5acf8d684b153e90035352d5f5","SHA1After":"7d194dd5be03982b533d7375c93d9a72587fe28d","Changes":[{"Position":369545,"Content":[235,9,144,144,144]},{"Position":370086,"Content":[235,9,144,144,144]},{"Position":370516,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.0.26453","SHA1Before":"c1935ca6347b0c2a7e6108a7f8ee0643d39deb66","SHA1After":"42811188a7e7b346a6a3c1066936b98c747acaf6","Changes":[{"Position":353794,"Content":[235,9,144,144,144]},{"Position":354335,"Content":[235,9,144,144,144]},{"Position":354767,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.0.26389","SHA1Before":"6f8855fb80acfa456f8f69989fe949308fe4d154","SHA1After":"f6b8e05a178b9b10ba17c597fa0a44b7a2a966a8","Changes":[{"Position":356808,"Content":[235,9,144,144,144]},{"Position":357349,"Content":[235,9,144,144,144]},{"Position":357781,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.9.26361","SHA1Before":"022d3433d13d07a354c38816f61cb0b7ac60d3fd","SHA1After":"873a57c1fb51cdd099c8cb7108b5ab5cb4459557","Changes":[{"Position":354270,"Content":[235,9,144,144,144]},{"Position":354811,"Content":[235,9,144,144,144]},{"Position":355243,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.9.26346","SHA1Before":"895eb70f707b8222e6460c91492b1281e525059b","SHA1After":"0bb83990e2b5b5f23b7b43249941ff638201af54","Changes":[{"Position":354270,"Content":[235,9,144,144,144]},{"Position":354811,"Content":[235,9,144,144,144]},{"Position":355243,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.8.26211","SHA1Before":"a950d3cf5e8925f7775624271105ef78d9c5cb57","SHA1After":"dffc1cb87b91e6467e13c935611f2f7fd76b9a8d","Changes":[{"Position":337135,"Content":[235,9,144,144,144]},{"Position":337676,"Content":[235,9,144,144,144]},{"Position":338108,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.7.25980","SHA1Before":"c6632339fbe675312a70ae4620e70699c258cd36","SHA1After":"e9ddc5cc681950796fc8fe4c55f580428c890b51","Changes":[{"Position":327839,"Content":[235,9,144,144,144]},{"Position":328380,"Content":[235,9,144,144,144]},{"Position":328812,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.0.4.23786","SHA1Before":"69a714f4eadb09f1453f6f022d4adbcd801cfab8","SHA1After":"b48e77a924076b3ebdffc4af514c868c551d2bca","Changes":[{"Position":318321,"Content":[235,7,144,144,144]},{"Position":318862,"Content":[235,7,144,144,144]},{"Position":319379,"Content":[235,7,144,144,144]}]}]},"FileCommonModifyInfos":{"IM.dll":[{"Name":"IM.dll","StartVersion":"9.4.7.00000","EndVersion":"","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,63,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回"},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,63,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回"},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,63,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回"}]},{"Name":"IM.dll","StartVersion":"9.1.6.00000","EndVersion":"9.4.7.00000","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回"},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回"},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,84,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回"}]}]}},"TIM":{"Name":"TIM","FileTargetInfos":{"IM.dll":{"Name":"IM.dll","RelativePath":"Bin\\IM.dll","Memo":null}},"FileModifyInfos":{"IM.dll":[{"Name":"IM.dll","Version":"2.3.2.21173","SHA1Before":"ecf3e69f3fb100ffe2fee095ffded591b9781024","SHA1After":"0514d1304e7ac46b4d33386ec3313888f5ae7171","Changes":[{"Position":317322,"Content":[235,9,144,144,144]},{"Position":317863,"Content":[235,9,144,144,144]},{"Position":318295,"Content":[235,8,144,144,144,144]}]}]},"FileCommonModifyInfos":{"IM.dll":[{"Name":"IM.dll","StartVersion":"3.0.0.00000","EndVersion":"","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回"},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回"},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,84,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回"}]}]}},"QQLite":{"Name":"QQLite","FileTargetInfos":{"IM.dll":{"Name":"IM.dll","RelativePath":"Bin\\IM.dll","Memo":null}},"FileModifyInfos":{"IM.dll":[{"Name":"IM.dll","Version":"7.9.14314.0","SHA1Before":"2e97d7671963fa148a1beeda6ce4964314310593","SHA1After":"723c008fb53435ead20fa6f2e951c9a4a8ff46da","Changes":[{"Position":148741,"Content":[235,2,144,144]},{"Position":149689,"Content":[235,2,144,144]}]},{"Name":"IM.dll","Version":"7.9.14308.0","SHA1Before":"b8a7a873178706b97be11c25f13bcf09e9e578a2","SHA1After":"c5bf533c7af6996b42d1fb2a0fb3f26dfd52f8bf","Changes":[{"Position":148741,"Content":[235,2,144,144]},{"Position":149689,"Content":[235,2,144,144]}]}]},"FileCommonModifyInfos":null}},"LatestVersion":"1.1","Notice":""} ================================================ FILE: RevokeMsgPatcher.Assistant/Data/1.0/patch.json ================================================ {"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":"7d06e076c525aec6783e919dde4ee11ba9fdb198","SHA1After":"f22ab996a1779c2b41132d42c4fdf98c003284e0","Changes":[{"Position":3397481,"Content":[235]},{"Position":12120775,"Content":[235]}]},{"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":"e772c81c8a1b79cac77b22dbe67b375fa340ba30","SHA1After":"bcbc491910f07cb995ef154a281450f2d052e90b","Changes":[{"Position":2658457,"Content":[235]},{"Position":8280416,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.8.0.88","SHA1Before":"b34c73e38cfec186890b58caac5fc9962377cd9b","SHA1After":"8c108e92de0b6b4d9e61ce38ab8dd339a27e505b","Changes":[{"Position":2655369,"Content":[235]},{"Position":8273280,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.8.0.82","SHA1Before":"c359cc1a391441d261753f2844f9156638df8631","SHA1After":"d1b4dee8f7f91e34d68501987fd0675b33fe85da","Changes":[{"Position":2645961,"Content":[235]},{"Position":8263344,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.2.78","SHA1Before":"26a5c5503f1e176676da5657c12812da8aaa0243","SHA1After":"d338215a815c09755c04949995ec3e4eab8dce60","Changes":[{"Position":2645673,"Content":[235]},{"Position":8262528,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.2.76","SHA1Before":"0003c7b2c0136a0eb2a6cfc2c694cb57b04b5517","SHA1After":"88af6055a0f4d3bdaa6f717ec8b263d4418487b6","Changes":[{"Position":2644905,"Content":[235]},{"Position":8261024,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.88","SHA1Before":"034059bad50dd793140952391bfa7936133e69b4","SHA1After":"dd6d80c30ca9e0ea9f7d2f1add498fc9aa4bc7a0","Changes":[{"Position":2499465,"Content":[235]},{"Position":7952304,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.85","SHA1Before":"de0df4e138b72460450f66c029e33f4510f5e2df","SHA1After":"fbd35720aaff3cdcfd3ff18ea503dc06450e5c99","Changes":[{"Position":2499465,"Content":[235]},{"Position":7952000,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.82","SHA1Before":"20e111a18872bf6c7148a897c11da26c1ec95520","SHA1After":"1e0741d325ca6b1cd2402b829a3d13a2524af617","Changes":[{"Position":2499465,"Content":[235]},{"Position":7951952,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.74","SHA1Before":"b1eaf7edc074a88be5d0f89230436cc2084d24d2","SHA1After":"eb3d74ccd87a09059a005f4972861898fc3de463","Changes":[{"Position":2499465,"Content":[235]},{"Position":7951696,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.65","SHA1Before":"8346b97d264725da924d240c6eb77df3e693385e","SHA1After":"42bab2c9c79ef4f2088c00ea6d817973e14a5e6e","Changes":[{"Position":2495545,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.59","SHA1Before":"df954d403edaca89cd5394927a325a0023e93281","SHA1After":"6aa22460c91bb5c5e2f0ec1af99b8a5f6d4318c0","Changes":[{"Position":2496073,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.43","SHA1Before":"39cd9e09e1a3eac09e6808749bff525c9e3216ce","SHA1After":"7b829f1ff0217e346a80f9510fdd7634ddd49445","Changes":[{"Position":2494169,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.0.70","SHA1Before":"3b0601864aff3c1d792f812ad1ca05f02aa761e3","SHA1After":"1e8734d32b0a8c12758e30f99c77f729991fb071","Changes":[{"Position":2475657,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.0.65","SHA1Before":"063c2e05a0df1bdb8987c2d978d93499bd2052ba","SHA1After":"5ed4c09a4f18643b967f063a824d7e65d0567f8a","Changes":[{"Position":2475449,"Content":[117]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.68","SHA1Before":"2e9417f4276b12fe32ca7b4fee49272a4a2af334","SHA1After":"699602ee3cbb9ae5714f6e6ebc658c875a6c66e6","Changes":[{"Position":2454006,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.65","SHA1Before":"e01f6855a96c12c30808960903ed199a33e4952c","SHA1After":"d9120569cfd0433aebea107d7b90805cbbac7518","Changes":[{"Position":2454265,"Content":[117]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.52","SHA1Before":"88131302f664df6a657c9ca49d152da536fe5729","SHA1After":"8d1454b73831644181e962c1fa0ea4e2da4124a3","Changes":[{"Position":2453049,"Content":[117]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.51","SHA1Before":"d0a5517b1292a751501b00b4b1f0702db2d9fc30","SHA1After":"53e7b1525d49bf2c3250a8131ff0ba2510779b78","Changes":[{"Position":2452614,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.37","SHA1Before":"7e01f8b04a158a4a50bc5a6e67c2fb8b02233170","SHA1After":"a1895004415fe9bcd7e690bd6e482b833b515599","Changes":[{"Position":2452614,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.7.57","SHA1Before":"80a91aaf941bcb1c24a7d672838ac73e9ebb2e40","SHA1After":"a0d3f9a45a835f97aef7fe0872387d8cfb5c25a4","Changes":[{"Position":2433413,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.7.40","SHA1Before":"04bd0cb28df6630b518f42a3f9c2caa4a9359fbc","SHA1After":"13c91cf1d4609959771fd137b9a86a5ca365e1b6","Changes":[{"Position":2432934,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.7.32","SHA1Before":"a02519c1007ee6723947c262c720d63c619f633e","SHA1After":"f3007471ca8734c29783c25f0bb49949a783a44","Changes":[{"Position":2432806,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.6.28","SHA1Before":"0b19cb17a62c3ea0efce0fb675a1d3b17845cba3","SHA1After":"260948656725446b818ea668273ceff02ddfb44d","Changes":[{"Position":2401678,"Content":[116]}]}]},"FileCommonModifyInfos":{"WeChatWin.dll":[{"Name":"WeChatWin.dll","StartVersion":"3.2.0.00","EndVersion":"3.3.5.00","ReplacePatterns":[{"Search":[0,133,192,116,123,139,200,232],"Replace":[0,133,192,235,123,139,200,232],"Category":"防撤回"},{"Search":[232,107,0,0,0,132,192,116,86,86,106,0],"Replace":[232,107,0,0,0,132,192,235,86,86,106,0],"Category":"多开"}]},{"Name":"WeChatWin.dll","StartVersion":"3.1.0.00","EndVersion":"3.2.0.00","ReplacePatterns":[{"Search":[0,133,192,116,123,139,200,232],"Replace":[0,133,192,235,123,139,200,232],"Category":"防撤回"},{"Search":[255,232,155,239,255,255,132,192,116,8,131],"Replace":[255,144,144,144,144,144,132,192,116,8,131],"Category":"多开"}]},{"Name":"WeChatWin.dll","StartVersion":"2.8.0.88","EndVersion":"3.1.0.00","ReplacePatterns":[{"Search":[0,133,192,116,123,139,200,232],"Replace":[0,133,192,235,123,139,200,232],"Category":"防撤回"},{"Search":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,85,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Replace":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,195,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Category":"多开"}]},{"Name":"WeChatWin.dll","StartVersion":"2.7.0.00","EndVersion":"2.8.0.88","ReplacePatterns":[{"Search":[0,133,192,116,50,185],"Replace":[0,133,192,235,50,185],"Category":"防撤回"},{"Search":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,85,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Replace":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,195,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Category":"多开"}]}]}},"QQ":{"Name":"QQ","FileTargetInfos":{"IM.dll":{"Name":"IM.dll","RelativePath":"Bin\\IM.dll","Memo":null}},"FileModifyInfos":{"IM.dll":[{"Name":"IM.dll","Version":"9.2.3.26592","SHA1Before":"9114e7869572b4b868afcbc8b28eae932559ec60","SHA1After":"42e15175fd53768bb48772dc69fb07a4eac5a623","Changes":[{"Position":371605,"Content":[235,9,144,144,144]},{"Position":372146,"Content":[235,9,144,144,144]},{"Position":372576,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.2.26569","SHA1Before":"434254e76c520789558e075af677821258536311","SHA1After":"237c9e489a97858a175f0f7c72ade4ebcbac7a69","Changes":[{"Position":371146,"Content":[235,9,144,144,144]},{"Position":371687,"Content":[235,9,144,144,144]},{"Position":372117,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.1.26546","SHA1Before":"8d8ea2c2cbf43f5acf8d684b153e90035352d5f5","SHA1After":"7d194dd5be03982b533d7375c93d9a72587fe28d","Changes":[{"Position":369545,"Content":[235,9,144,144,144]},{"Position":370086,"Content":[235,9,144,144,144]},{"Position":370516,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.0.26453","SHA1Before":"c1935ca6347b0c2a7e6108a7f8ee0643d39deb66","SHA1After":"42811188a7e7b346a6a3c1066936b98c747acaf6","Changes":[{"Position":353794,"Content":[235,9,144,144,144]},{"Position":354335,"Content":[235,9,144,144,144]},{"Position":354767,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.0.26389","SHA1Before":"6f8855fb80acfa456f8f69989fe949308fe4d154","SHA1After":"f6b8e05a178b9b10ba17c597fa0a44b7a2a966a8","Changes":[{"Position":356808,"Content":[235,9,144,144,144]},{"Position":357349,"Content":[235,9,144,144,144]},{"Position":357781,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.9.26361","SHA1Before":"022d3433d13d07a354c38816f61cb0b7ac60d3fd","SHA1After":"873a57c1fb51cdd099c8cb7108b5ab5cb4459557","Changes":[{"Position":354270,"Content":[235,9,144,144,144]},{"Position":354811,"Content":[235,9,144,144,144]},{"Position":355243,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.9.26346","SHA1Before":"895eb70f707b8222e6460c91492b1281e525059b","SHA1After":"0bb83990e2b5b5f23b7b43249941ff638201af54","Changes":[{"Position":354270,"Content":[235,9,144,144,144]},{"Position":354811,"Content":[235,9,144,144,144]},{"Position":355243,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.8.26211","SHA1Before":"a950d3cf5e8925f7775624271105ef78d9c5cb57","SHA1After":"dffc1cb87b91e6467e13c935611f2f7fd76b9a8d","Changes":[{"Position":337135,"Content":[235,9,144,144,144]},{"Position":337676,"Content":[235,9,144,144,144]},{"Position":338108,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.7.25980","SHA1Before":"c6632339fbe675312a70ae4620e70699c258cd36","SHA1After":"e9ddc5cc681950796fc8fe4c55f580428c890b51","Changes":[{"Position":327839,"Content":[235,9,144,144,144]},{"Position":328380,"Content":[235,9,144,144,144]},{"Position":328812,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.0.4.23786","SHA1Before":"69a714f4eadb09f1453f6f022d4adbcd801cfab8","SHA1After":"b48e77a924076b3ebdffc4af514c868c551d2bca","Changes":[{"Position":318321,"Content":[235,7,144,144,144]},{"Position":318862,"Content":[235,7,144,144,144]},{"Position":319379,"Content":[235,7,144,144,144]}]}]},"FileCommonModifyInfos":{"IM.dll":[{"Name":"IM.dll","StartVersion":"9.4.7.00000","EndVersion":"","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,63,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回"},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,63,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回"},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,63,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回"}]},{"Name":"IM.dll","StartVersion":"9.1.6.00000","EndVersion":"9.4.7.00000","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回"},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回"},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,84,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回"}]}]}},"TIM":{"Name":"TIM","FileTargetInfos":{"IM.dll":{"Name":"IM.dll","RelativePath":"Bin\\IM.dll","Memo":null}},"FileModifyInfos":{"IM.dll":[{"Name":"IM.dll","Version":"2.3.2.21173","SHA1Before":"ecf3e69f3fb100ffe2fee095ffded591b9781024","SHA1After":"0514d1304e7ac46b4d33386ec3313888f5ae7171","Changes":[{"Position":317322,"Content":[235,9,144,144,144]},{"Position":317863,"Content":[235,9,144,144,144]},{"Position":318295,"Content":[235,8,144,144,144,144]}]}]},"FileCommonModifyInfos":{"IM.dll":[{"Name":"IM.dll","StartVersion":"3.0.0.00000","EndVersion":"","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回"},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回"},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,84,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回"}]}]}},"QQLite":{"Name":"QQLite","FileTargetInfos":{"IM.dll":{"Name":"IM.dll","RelativePath":"Bin\\IM.dll","Memo":null}},"FileModifyInfos":{"IM.dll":[{"Name":"IM.dll","Version":"7.9.14314.0","SHA1Before":"2e97d7671963fa148a1beeda6ce4964314310593","SHA1After":"723c008fb53435ead20fa6f2e951c9a4a8ff46da","Changes":[{"Position":148741,"Content":[235,2,144,144]},{"Position":149689,"Content":[235,2,144,144]}]},{"Name":"IM.dll","Version":"7.9.14308.0","SHA1Before":"b8a7a873178706b97be11c25f13bcf09e9e578a2","SHA1After":"c5bf533c7af6996b42d1fb2a0fb3f26dfd52f8bf","Changes":[{"Position":148741,"Content":[235,2,144,144]},{"Position":149689,"Content":[235,2,144,144]}]}]},"FileCommonModifyInfos":null}},"LatestVersion":"1.2","Notice":""} ================================================ FILE: RevokeMsgPatcher.Assistant/Data/1.1/patch.json ================================================ {"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":"7d06e076c525aec6783e919dde4ee11ba9fdb198","SHA1After":"f22ab996a1779c2b41132d42c4fdf98c003284e0","Changes":[{"Position":3397481,"Content":[235]},{"Position":12120775,"Content":[235]}]},{"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":"e772c81c8a1b79cac77b22dbe67b375fa340ba30","SHA1After":"bcbc491910f07cb995ef154a281450f2d052e90b","Changes":[{"Position":2658457,"Content":[235]},{"Position":8280416,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.8.0.88","SHA1Before":"b34c73e38cfec186890b58caac5fc9962377cd9b","SHA1After":"8c108e92de0b6b4d9e61ce38ab8dd339a27e505b","Changes":[{"Position":2655369,"Content":[235]},{"Position":8273280,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.8.0.82","SHA1Before":"c359cc1a391441d261753f2844f9156638df8631","SHA1After":"d1b4dee8f7f91e34d68501987fd0675b33fe85da","Changes":[{"Position":2645961,"Content":[235]},{"Position":8263344,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.2.78","SHA1Before":"26a5c5503f1e176676da5657c12812da8aaa0243","SHA1After":"d338215a815c09755c04949995ec3e4eab8dce60","Changes":[{"Position":2645673,"Content":[235]},{"Position":8262528,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.2.76","SHA1Before":"0003c7b2c0136a0eb2a6cfc2c694cb57b04b5517","SHA1After":"88af6055a0f4d3bdaa6f717ec8b263d4418487b6","Changes":[{"Position":2644905,"Content":[235]},{"Position":8261024,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.88","SHA1Before":"034059bad50dd793140952391bfa7936133e69b4","SHA1After":"dd6d80c30ca9e0ea9f7d2f1add498fc9aa4bc7a0","Changes":[{"Position":2499465,"Content":[235]},{"Position":7952304,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.85","SHA1Before":"de0df4e138b72460450f66c029e33f4510f5e2df","SHA1After":"fbd35720aaff3cdcfd3ff18ea503dc06450e5c99","Changes":[{"Position":2499465,"Content":[235]},{"Position":7952000,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.82","SHA1Before":"20e111a18872bf6c7148a897c11da26c1ec95520","SHA1After":"1e0741d325ca6b1cd2402b829a3d13a2524af617","Changes":[{"Position":2499465,"Content":[235]},{"Position":7951952,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.74","SHA1Before":"b1eaf7edc074a88be5d0f89230436cc2084d24d2","SHA1After":"eb3d74ccd87a09059a005f4972861898fc3de463","Changes":[{"Position":2499465,"Content":[235]},{"Position":7951696,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.65","SHA1Before":"8346b97d264725da924d240c6eb77df3e693385e","SHA1After":"42bab2c9c79ef4f2088c00ea6d817973e14a5e6e","Changes":[{"Position":2495545,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.59","SHA1Before":"df954d403edaca89cd5394927a325a0023e93281","SHA1After":"6aa22460c91bb5c5e2f0ec1af99b8a5f6d4318c0","Changes":[{"Position":2496073,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.43","SHA1Before":"39cd9e09e1a3eac09e6808749bff525c9e3216ce","SHA1After":"7b829f1ff0217e346a80f9510fdd7634ddd49445","Changes":[{"Position":2494169,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.0.70","SHA1Before":"3b0601864aff3c1d792f812ad1ca05f02aa761e3","SHA1After":"1e8734d32b0a8c12758e30f99c77f729991fb071","Changes":[{"Position":2475657,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.0.65","SHA1Before":"063c2e05a0df1bdb8987c2d978d93499bd2052ba","SHA1After":"5ed4c09a4f18643b967f063a824d7e65d0567f8a","Changes":[{"Position":2475449,"Content":[117]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.68","SHA1Before":"2e9417f4276b12fe32ca7b4fee49272a4a2af334","SHA1After":"699602ee3cbb9ae5714f6e6ebc658c875a6c66e6","Changes":[{"Position":2454006,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.65","SHA1Before":"e01f6855a96c12c30808960903ed199a33e4952c","SHA1After":"d9120569cfd0433aebea107d7b90805cbbac7518","Changes":[{"Position":2454265,"Content":[117]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.52","SHA1Before":"88131302f664df6a657c9ca49d152da536fe5729","SHA1After":"8d1454b73831644181e962c1fa0ea4e2da4124a3","Changes":[{"Position":2453049,"Content":[117]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.51","SHA1Before":"d0a5517b1292a751501b00b4b1f0702db2d9fc30","SHA1After":"53e7b1525d49bf2c3250a8131ff0ba2510779b78","Changes":[{"Position":2452614,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.37","SHA1Before":"7e01f8b04a158a4a50bc5a6e67c2fb8b02233170","SHA1After":"a1895004415fe9bcd7e690bd6e482b833b515599","Changes":[{"Position":2452614,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.7.57","SHA1Before":"80a91aaf941bcb1c24a7d672838ac73e9ebb2e40","SHA1After":"a0d3f9a45a835f97aef7fe0872387d8cfb5c25a4","Changes":[{"Position":2433413,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.7.40","SHA1Before":"04bd0cb28df6630b518f42a3f9c2caa4a9359fbc","SHA1After":"13c91cf1d4609959771fd137b9a86a5ca365e1b6","Changes":[{"Position":2432934,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.7.32","SHA1Before":"a02519c1007ee6723947c262c720d63c619f633e","SHA1After":"f3007471ca8734c29783c25f0bb49949a783a44","Changes":[{"Position":2432806,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.6.28","SHA1Before":"0b19cb17a62c3ea0efce0fb675a1d3b17845cba3","SHA1After":"260948656725446b818ea668273ceff02ddfb44d","Changes":[{"Position":2401678,"Content":[116]}]}]},"FileCommonModifyInfos":{"WeChatWin.dll":[{"Name":"WeChatWin.dll","StartVersion":"3.5.0.28","EndVersion":"","ReplacePatterns":[{"Search":[237,0,133,192,116,50,185],"Replace":[237,0,51,192,116,50,185],"Category":"防撤回"},{"Search":[131,196,4,128,189,47,252,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,47,252,255,255,0,235,88,139,61],"Category":"多开"}]},{"Name":"WeChatWin.dll","StartVersion":"3.4.0.0","EndVersion":"3.5.0.0","ReplacePatterns":[{"Search":[0,133,192,116,50,185,63,63,63,17,138],"Replace":[0,133,192,235,50,185,63,63,63,17,138],"Category":"防撤回"},{"Search":[232,107,0,0,0,132,192,116,86,86,106,0],"Replace":[232,107,0,0,0,132,192,235,86,86,106,0],"Category":"多开"}]},{"Name":"WeChatWin.dll","StartVersion":"3.3.5.15","EndVersion":"3.4.0.0","ReplacePatterns":[{"Search":[0,133,192,116,50,185,63,63,149,17,138],"Replace":[0,133,192,235,50,185,63,63,149,17,138],"Category":"防撤回"},{"Search":[232,107,0,0,0,132,192,116,86,86,106,0],"Replace":[232,107,0,0,0,132,192,235,86,86,106,0],"Category":"多开"}]},{"Name":"WeChatWin.dll","StartVersion":"3.2.0.00","EndVersion":"3.3.5.00","ReplacePatterns":[{"Search":[0,133,192,116,123,139,200,232],"Replace":[0,133,192,235,123,139,200,232],"Category":"防撤回"},{"Search":[232,107,0,0,0,132,192,116,86,86,106,0],"Replace":[232,107,0,0,0,132,192,235,86,86,106,0],"Category":"多开"}]},{"Name":"WeChatWin.dll","StartVersion":"3.1.0.00","EndVersion":"3.2.0.00","ReplacePatterns":[{"Search":[0,133,192,116,123,139,200,232],"Replace":[0,133,192,235,123,139,200,232],"Category":"防撤回"},{"Search":[255,232,155,239,255,255,132,192,116,8,131],"Replace":[255,144,144,144,144,144,132,192,116,8,131],"Category":"多开"}]},{"Name":"WeChatWin.dll","StartVersion":"2.8.0.88","EndVersion":"3.1.0.00","ReplacePatterns":[{"Search":[0,133,192,116,123,139,200,232],"Replace":[0,133,192,235,123,139,200,232],"Category":"防撤回"},{"Search":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,85,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Replace":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,195,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Category":"多开"}]},{"Name":"WeChatWin.dll","StartVersion":"2.7.0.00","EndVersion":"2.8.0.88","ReplacePatterns":[{"Search":[0,133,192,116,50,185],"Replace":[0,133,192,235,50,185],"Category":"防撤回"},{"Search":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,85,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Replace":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,195,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Category":"多开"}]}]}},"QQ":{"Name":"QQ","FileTargetInfos":{"IM.dll":{"Name":"IM.dll","RelativePath":"Bin\\IM.dll","Memo":null}},"FileModifyInfos":{"IM.dll":[{"Name":"IM.dll","Version":"9.2.3.26592","SHA1Before":"9114e7869572b4b868afcbc8b28eae932559ec60","SHA1After":"42e15175fd53768bb48772dc69fb07a4eac5a623","Changes":[{"Position":371605,"Content":[235,9,144,144,144]},{"Position":372146,"Content":[235,9,144,144,144]},{"Position":372576,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.2.26569","SHA1Before":"434254e76c520789558e075af677821258536311","SHA1After":"237c9e489a97858a175f0f7c72ade4ebcbac7a69","Changes":[{"Position":371146,"Content":[235,9,144,144,144]},{"Position":371687,"Content":[235,9,144,144,144]},{"Position":372117,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.1.26546","SHA1Before":"8d8ea2c2cbf43f5acf8d684b153e90035352d5f5","SHA1After":"7d194dd5be03982b533d7375c93d9a72587fe28d","Changes":[{"Position":369545,"Content":[235,9,144,144,144]},{"Position":370086,"Content":[235,9,144,144,144]},{"Position":370516,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.0.26453","SHA1Before":"c1935ca6347b0c2a7e6108a7f8ee0643d39deb66","SHA1After":"42811188a7e7b346a6a3c1066936b98c747acaf6","Changes":[{"Position":353794,"Content":[235,9,144,144,144]},{"Position":354335,"Content":[235,9,144,144,144]},{"Position":354767,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.0.26389","SHA1Before":"6f8855fb80acfa456f8f69989fe949308fe4d154","SHA1After":"f6b8e05a178b9b10ba17c597fa0a44b7a2a966a8","Changes":[{"Position":356808,"Content":[235,9,144,144,144]},{"Position":357349,"Content":[235,9,144,144,144]},{"Position":357781,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.9.26361","SHA1Before":"022d3433d13d07a354c38816f61cb0b7ac60d3fd","SHA1After":"873a57c1fb51cdd099c8cb7108b5ab5cb4459557","Changes":[{"Position":354270,"Content":[235,9,144,144,144]},{"Position":354811,"Content":[235,9,144,144,144]},{"Position":355243,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.9.26346","SHA1Before":"895eb70f707b8222e6460c91492b1281e525059b","SHA1After":"0bb83990e2b5b5f23b7b43249941ff638201af54","Changes":[{"Position":354270,"Content":[235,9,144,144,144]},{"Position":354811,"Content":[235,9,144,144,144]},{"Position":355243,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.8.26211","SHA1Before":"a950d3cf5e8925f7775624271105ef78d9c5cb57","SHA1After":"dffc1cb87b91e6467e13c935611f2f7fd76b9a8d","Changes":[{"Position":337135,"Content":[235,9,144,144,144]},{"Position":337676,"Content":[235,9,144,144,144]},{"Position":338108,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.7.25980","SHA1Before":"c6632339fbe675312a70ae4620e70699c258cd36","SHA1After":"e9ddc5cc681950796fc8fe4c55f580428c890b51","Changes":[{"Position":327839,"Content":[235,9,144,144,144]},{"Position":328380,"Content":[235,9,144,144,144]},{"Position":328812,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.0.4.23786","SHA1Before":"69a714f4eadb09f1453f6f022d4adbcd801cfab8","SHA1After":"b48e77a924076b3ebdffc4af514c868c551d2bca","Changes":[{"Position":318321,"Content":[235,7,144,144,144]},{"Position":318862,"Content":[235,7,144,144,144]},{"Position":319379,"Content":[235,7,144,144,144]}]}]},"FileCommonModifyInfos":{"IM.dll":[{"Name":"IM.dll","StartVersion":"9.4.7.00000","EndVersion":"","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,63,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回"},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,63,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回"},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,63,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回"}]},{"Name":"IM.dll","StartVersion":"9.1.6.00000","EndVersion":"9.4.7.00000","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回"},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回"},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,84,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回"}]}]}},"TIM":{"Name":"TIM","FileTargetInfos":{"IM.dll":{"Name":"IM.dll","RelativePath":"Bin\\IM.dll","Memo":null}},"FileModifyInfos":{"IM.dll":[{"Name":"IM.dll","Version":"2.3.2.21173","SHA1Before":"ecf3e69f3fb100ffe2fee095ffded591b9781024","SHA1After":"0514d1304e7ac46b4d33386ec3313888f5ae7171","Changes":[{"Position":317322,"Content":[235,9,144,144,144]},{"Position":317863,"Content":[235,9,144,144,144]},{"Position":318295,"Content":[235,8,144,144,144,144]}]}]},"FileCommonModifyInfos":{"IM.dll":[{"Name":"IM.dll","StartVersion":"3.0.0.00000","EndVersion":"","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回"},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回"},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,84,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回"}]}]}},"QQLite":{"Name":"QQLite","FileTargetInfos":{"IM.dll":{"Name":"IM.dll","RelativePath":"Bin\\IM.dll","Memo":null}},"FileModifyInfos":{"IM.dll":[{"Name":"IM.dll","Version":"7.9.14314.0","SHA1Before":"2e97d7671963fa148a1beeda6ce4964314310593","SHA1After":"723c008fb53435ead20fa6f2e951c9a4a8ff46da","Changes":[{"Position":148741,"Content":[235,2,144,144]},{"Position":149689,"Content":[235,2,144,144]}]},{"Name":"IM.dll","Version":"7.9.14308.0","SHA1Before":"b8a7a873178706b97be11c25f13bcf09e9e578a2","SHA1After":"c5bf533c7af6996b42d1fb2a0fb3f26dfd52f8bf","Changes":[{"Position":148741,"Content":[235,2,144,144]},{"Position":149689,"Content":[235,2,144,144]}]}]},"FileCommonModifyInfos":null}},"LatestVersion":"1.2","Notice":""} ================================================ FILE: RevokeMsgPatcher.Assistant/Data/1.2/patch.json ================================================ {"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":"7d06e076c525aec6783e919dde4ee11ba9fdb198","SHA1After":"f22ab996a1779c2b41132d42c4fdf98c003284e0","Changes":[{"Position":3397481,"Content":[235]},{"Position":12120775,"Content":[235]}]},{"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":"e772c81c8a1b79cac77b22dbe67b375fa340ba30","SHA1After":"bcbc491910f07cb995ef154a281450f2d052e90b","Changes":[{"Position":2658457,"Content":[235]},{"Position":8280416,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.8.0.88","SHA1Before":"b34c73e38cfec186890b58caac5fc9962377cd9b","SHA1After":"8c108e92de0b6b4d9e61ce38ab8dd339a27e505b","Changes":[{"Position":2655369,"Content":[235]},{"Position":8273280,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.8.0.82","SHA1Before":"c359cc1a391441d261753f2844f9156638df8631","SHA1After":"d1b4dee8f7f91e34d68501987fd0675b33fe85da","Changes":[{"Position":2645961,"Content":[235]},{"Position":8263344,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.2.78","SHA1Before":"26a5c5503f1e176676da5657c12812da8aaa0243","SHA1After":"d338215a815c09755c04949995ec3e4eab8dce60","Changes":[{"Position":2645673,"Content":[235]},{"Position":8262528,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.2.76","SHA1Before":"0003c7b2c0136a0eb2a6cfc2c694cb57b04b5517","SHA1After":"88af6055a0f4d3bdaa6f717ec8b263d4418487b6","Changes":[{"Position":2644905,"Content":[235]},{"Position":8261024,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.88","SHA1Before":"034059bad50dd793140952391bfa7936133e69b4","SHA1After":"dd6d80c30ca9e0ea9f7d2f1add498fc9aa4bc7a0","Changes":[{"Position":2499465,"Content":[235]},{"Position":7952304,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.85","SHA1Before":"de0df4e138b72460450f66c029e33f4510f5e2df","SHA1After":"fbd35720aaff3cdcfd3ff18ea503dc06450e5c99","Changes":[{"Position":2499465,"Content":[235]},{"Position":7952000,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.82","SHA1Before":"20e111a18872bf6c7148a897c11da26c1ec95520","SHA1After":"1e0741d325ca6b1cd2402b829a3d13a2524af617","Changes":[{"Position":2499465,"Content":[235]},{"Position":7951952,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.74","SHA1Before":"b1eaf7edc074a88be5d0f89230436cc2084d24d2","SHA1After":"eb3d74ccd87a09059a005f4972861898fc3de463","Changes":[{"Position":2499465,"Content":[235]},{"Position":7951696,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.65","SHA1Before":"8346b97d264725da924d240c6eb77df3e693385e","SHA1After":"42bab2c9c79ef4f2088c00ea6d817973e14a5e6e","Changes":[{"Position":2495545,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.59","SHA1Before":"df954d403edaca89cd5394927a325a0023e93281","SHA1After":"6aa22460c91bb5c5e2f0ec1af99b8a5f6d4318c0","Changes":[{"Position":2496073,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.43","SHA1Before":"39cd9e09e1a3eac09e6808749bff525c9e3216ce","SHA1After":"7b829f1ff0217e346a80f9510fdd7634ddd49445","Changes":[{"Position":2494169,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.0.70","SHA1Before":"3b0601864aff3c1d792f812ad1ca05f02aa761e3","SHA1After":"1e8734d32b0a8c12758e30f99c77f729991fb071","Changes":[{"Position":2475657,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.0.65","SHA1Before":"063c2e05a0df1bdb8987c2d978d93499bd2052ba","SHA1After":"5ed4c09a4f18643b967f063a824d7e65d0567f8a","Changes":[{"Position":2475449,"Content":[117]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.68","SHA1Before":"2e9417f4276b12fe32ca7b4fee49272a4a2af334","SHA1After":"699602ee3cbb9ae5714f6e6ebc658c875a6c66e6","Changes":[{"Position":2454006,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.65","SHA1Before":"e01f6855a96c12c30808960903ed199a33e4952c","SHA1After":"d9120569cfd0433aebea107d7b90805cbbac7518","Changes":[{"Position":2454265,"Content":[117]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.52","SHA1Before":"88131302f664df6a657c9ca49d152da536fe5729","SHA1After":"8d1454b73831644181e962c1fa0ea4e2da4124a3","Changes":[{"Position":2453049,"Content":[117]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.51","SHA1Before":"d0a5517b1292a751501b00b4b1f0702db2d9fc30","SHA1After":"53e7b1525d49bf2c3250a8131ff0ba2510779b78","Changes":[{"Position":2452614,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.37","SHA1Before":"7e01f8b04a158a4a50bc5a6e67c2fb8b02233170","SHA1After":"a1895004415fe9bcd7e690bd6e482b833b515599","Changes":[{"Position":2452614,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.7.57","SHA1Before":"80a91aaf941bcb1c24a7d672838ac73e9ebb2e40","SHA1After":"a0d3f9a45a835f97aef7fe0872387d8cfb5c25a4","Changes":[{"Position":2433413,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.7.40","SHA1Before":"04bd0cb28df6630b518f42a3f9c2caa4a9359fbc","SHA1After":"13c91cf1d4609959771fd137b9a86a5ca365e1b6","Changes":[{"Position":2432934,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.7.32","SHA1Before":"a02519c1007ee6723947c262c720d63c619f633e","SHA1After":"f3007471ca8734c29783c25f0bb49949a783a44","Changes":[{"Position":2432806,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.6.28","SHA1Before":"0b19cb17a62c3ea0efce0fb675a1d3b17845cba3","SHA1After":"260948656725446b818ea668273ceff02ddfb44d","Changes":[{"Position":2401678,"Content":[116]}]}]},"FileCommonModifyInfos":{"WeChatWin.dll":[{"Name":"WeChatWin.dll","StartVersion":"3.6.0.5","EndVersion":"","ReplacePatterns":[{"Search":[239,0,133,192,116,50,185,63,63,63,17,138],"Replace":[239,0,133,192,235,50,185,63,63,63,17,138],"Category":"防撤回"},{"Search":[131,196,4,128,189,47,252,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,47,252,255,255,0,235,88,139,61],"Category":"多开"}]},{"Name":"WeChatWin.dll","StartVersion":"3.5.0.28","EndVersion":"3.6.0.0","ReplacePatterns":[{"Search":[237,0,133,192,116,50,185],"Replace":[237,0,51,192,116,50,185],"Category":"防撤回"},{"Search":[131,196,4,128,189,47,252,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,47,252,255,255,0,235,88,139,61],"Category":"多开"}]},{"Name":"WeChatWin.dll","StartVersion":"3.4.0.0","EndVersion":"3.5.0.0","ReplacePatterns":[{"Search":[0,133,192,116,50,185,63,63,63,17,138],"Replace":[0,133,192,235,50,185,63,63,63,17,138],"Category":"防撤回"},{"Search":[232,107,0,0,0,132,192,116,86,86,106,0],"Replace":[232,107,0,0,0,132,192,235,86,86,106,0],"Category":"多开"}]},{"Name":"WeChatWin.dll","StartVersion":"3.3.5.15","EndVersion":"3.4.0.0","ReplacePatterns":[{"Search":[0,133,192,116,50,185,63,63,149,17,138],"Replace":[0,133,192,235,50,185,63,63,149,17,138],"Category":"防撤回"},{"Search":[232,107,0,0,0,132,192,116,86,86,106,0],"Replace":[232,107,0,0,0,132,192,235,86,86,106,0],"Category":"多开"}]},{"Name":"WeChatWin.dll","StartVersion":"3.2.0.00","EndVersion":"3.3.5.00","ReplacePatterns":[{"Search":[0,133,192,116,123,139,200,232],"Replace":[0,133,192,235,123,139,200,232],"Category":"防撤回"},{"Search":[232,107,0,0,0,132,192,116,86,86,106,0],"Replace":[232,107,0,0,0,132,192,235,86,86,106,0],"Category":"多开"}]},{"Name":"WeChatWin.dll","StartVersion":"3.1.0.00","EndVersion":"3.2.0.00","ReplacePatterns":[{"Search":[0,133,192,116,123,139,200,232],"Replace":[0,133,192,235,123,139,200,232],"Category":"防撤回"},{"Search":[255,232,155,239,255,255,132,192,116,8,131],"Replace":[255,144,144,144,144,144,132,192,116,8,131],"Category":"多开"}]},{"Name":"WeChatWin.dll","StartVersion":"2.8.0.88","EndVersion":"3.1.0.00","ReplacePatterns":[{"Search":[0,133,192,116,123,139,200,232],"Replace":[0,133,192,235,123,139,200,232],"Category":"防撤回"},{"Search":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,85,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Replace":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,195,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Category":"多开"}]},{"Name":"WeChatWin.dll","StartVersion":"2.7.0.00","EndVersion":"2.8.0.88","ReplacePatterns":[{"Search":[0,133,192,116,50,185],"Replace":[0,133,192,235,50,185],"Category":"防撤回"},{"Search":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,85,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Replace":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,195,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Category":"多开"}]}]}},"QQ":{"Name":"QQ","FileTargetInfos":{"IM.dll":{"Name":"IM.dll","RelativePath":"Bin\\IM.dll","Memo":null}},"FileModifyInfos":{"IM.dll":[{"Name":"IM.dll","Version":"9.2.3.26592","SHA1Before":"9114e7869572b4b868afcbc8b28eae932559ec60","SHA1After":"42e15175fd53768bb48772dc69fb07a4eac5a623","Changes":[{"Position":371605,"Content":[235,9,144,144,144]},{"Position":372146,"Content":[235,9,144,144,144]},{"Position":372576,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.2.26569","SHA1Before":"434254e76c520789558e075af677821258536311","SHA1After":"237c9e489a97858a175f0f7c72ade4ebcbac7a69","Changes":[{"Position":371146,"Content":[235,9,144,144,144]},{"Position":371687,"Content":[235,9,144,144,144]},{"Position":372117,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.1.26546","SHA1Before":"8d8ea2c2cbf43f5acf8d684b153e90035352d5f5","SHA1After":"7d194dd5be03982b533d7375c93d9a72587fe28d","Changes":[{"Position":369545,"Content":[235,9,144,144,144]},{"Position":370086,"Content":[235,9,144,144,144]},{"Position":370516,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.0.26453","SHA1Before":"c1935ca6347b0c2a7e6108a7f8ee0643d39deb66","SHA1After":"42811188a7e7b346a6a3c1066936b98c747acaf6","Changes":[{"Position":353794,"Content":[235,9,144,144,144]},{"Position":354335,"Content":[235,9,144,144,144]},{"Position":354767,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.0.26389","SHA1Before":"6f8855fb80acfa456f8f69989fe949308fe4d154","SHA1After":"f6b8e05a178b9b10ba17c597fa0a44b7a2a966a8","Changes":[{"Position":356808,"Content":[235,9,144,144,144]},{"Position":357349,"Content":[235,9,144,144,144]},{"Position":357781,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.9.26361","SHA1Before":"022d3433d13d07a354c38816f61cb0b7ac60d3fd","SHA1After":"873a57c1fb51cdd099c8cb7108b5ab5cb4459557","Changes":[{"Position":354270,"Content":[235,9,144,144,144]},{"Position":354811,"Content":[235,9,144,144,144]},{"Position":355243,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.9.26346","SHA1Before":"895eb70f707b8222e6460c91492b1281e525059b","SHA1After":"0bb83990e2b5b5f23b7b43249941ff638201af54","Changes":[{"Position":354270,"Content":[235,9,144,144,144]},{"Position":354811,"Content":[235,9,144,144,144]},{"Position":355243,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.8.26211","SHA1Before":"a950d3cf5e8925f7775624271105ef78d9c5cb57","SHA1After":"dffc1cb87b91e6467e13c935611f2f7fd76b9a8d","Changes":[{"Position":337135,"Content":[235,9,144,144,144]},{"Position":337676,"Content":[235,9,144,144,144]},{"Position":338108,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.7.25980","SHA1Before":"c6632339fbe675312a70ae4620e70699c258cd36","SHA1After":"e9ddc5cc681950796fc8fe4c55f580428c890b51","Changes":[{"Position":327839,"Content":[235,9,144,144,144]},{"Position":328380,"Content":[235,9,144,144,144]},{"Position":328812,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.0.4.23786","SHA1Before":"69a714f4eadb09f1453f6f022d4adbcd801cfab8","SHA1After":"b48e77a924076b3ebdffc4af514c868c551d2bca","Changes":[{"Position":318321,"Content":[235,7,144,144,144]},{"Position":318862,"Content":[235,7,144,144,144]},{"Position":319379,"Content":[235,7,144,144,144]}]}]},"FileCommonModifyInfos":{"IM.dll":[{"Name":"IM.dll","StartVersion":"9.4.7.00000","EndVersion":"","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,63,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回"},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,63,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回"},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,63,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回"}]},{"Name":"IM.dll","StartVersion":"9.1.6.00000","EndVersion":"9.4.7.00000","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回"},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回"},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,84,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回"}]}]}},"TIM":{"Name":"TIM","FileTargetInfos":{"IM.dll":{"Name":"IM.dll","RelativePath":"Bin\\IM.dll","Memo":null}},"FileModifyInfos":{"IM.dll":[{"Name":"IM.dll","Version":"2.3.2.21173","SHA1Before":"ecf3e69f3fb100ffe2fee095ffded591b9781024","SHA1After":"0514d1304e7ac46b4d33386ec3313888f5ae7171","Changes":[{"Position":317322,"Content":[235,9,144,144,144]},{"Position":317863,"Content":[235,9,144,144,144]},{"Position":318295,"Content":[235,8,144,144,144,144]}]}]},"FileCommonModifyInfos":{"IM.dll":[{"Name":"IM.dll","StartVersion":"3.0.0.00000","EndVersion":"","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回"},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回"},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,84,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回"}]}]}},"QQLite":{"Name":"QQLite","FileTargetInfos":{"IM.dll":{"Name":"IM.dll","RelativePath":"Bin\\IM.dll","Memo":null}},"FileModifyInfos":{"IM.dll":[{"Name":"IM.dll","Version":"7.9.14314.0","SHA1Before":"2e97d7671963fa148a1beeda6ce4964314310593","SHA1After":"723c008fb53435ead20fa6f2e951c9a4a8ff46da","Changes":[{"Position":148741,"Content":[235,2,144,144]},{"Position":149689,"Content":[235,2,144,144]}]},{"Name":"IM.dll","Version":"7.9.14308.0","SHA1Before":"b8a7a873178706b97be11c25f13bcf09e9e578a2","SHA1After":"c5bf533c7af6996b42d1fb2a0fb3f26dfd52f8bf","Changes":[{"Position":148741,"Content":[235,2,144,144]},{"Position":149689,"Content":[235,2,144,144]}]}]},"FileCommonModifyInfos":null}},"LatestVersion":"1.3","Notice":"","PatchVersion":20220325} ================================================ FILE: RevokeMsgPatcher.Assistant/Data/1.3/patch.json ================================================ {"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":"7d06e076c525aec6783e919dde4ee11ba9fdb198","SHA1After":"f22ab996a1779c2b41132d42c4fdf98c003284e0","Changes":[{"Position":3397481,"Content":[235]},{"Position":12120775,"Content":[235]}]},{"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":"e772c81c8a1b79cac77b22dbe67b375fa340ba30","SHA1After":"bcbc491910f07cb995ef154a281450f2d052e90b","Changes":[{"Position":2658457,"Content":[235]},{"Position":8280416,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.8.0.88","SHA1Before":"b34c73e38cfec186890b58caac5fc9962377cd9b","SHA1After":"8c108e92de0b6b4d9e61ce38ab8dd339a27e505b","Changes":[{"Position":2655369,"Content":[235]},{"Position":8273280,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.8.0.82","SHA1Before":"c359cc1a391441d261753f2844f9156638df8631","SHA1After":"d1b4dee8f7f91e34d68501987fd0675b33fe85da","Changes":[{"Position":2645961,"Content":[235]},{"Position":8263344,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.2.78","SHA1Before":"26a5c5503f1e176676da5657c12812da8aaa0243","SHA1After":"d338215a815c09755c04949995ec3e4eab8dce60","Changes":[{"Position":2645673,"Content":[235]},{"Position":8262528,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.2.76","SHA1Before":"0003c7b2c0136a0eb2a6cfc2c694cb57b04b5517","SHA1After":"88af6055a0f4d3bdaa6f717ec8b263d4418487b6","Changes":[{"Position":2644905,"Content":[235]},{"Position":8261024,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.88","SHA1Before":"034059bad50dd793140952391bfa7936133e69b4","SHA1After":"dd6d80c30ca9e0ea9f7d2f1add498fc9aa4bc7a0","Changes":[{"Position":2499465,"Content":[235]},{"Position":7952304,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.85","SHA1Before":"de0df4e138b72460450f66c029e33f4510f5e2df","SHA1After":"fbd35720aaff3cdcfd3ff18ea503dc06450e5c99","Changes":[{"Position":2499465,"Content":[235]},{"Position":7952000,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.82","SHA1Before":"20e111a18872bf6c7148a897c11da26c1ec95520","SHA1After":"1e0741d325ca6b1cd2402b829a3d13a2524af617","Changes":[{"Position":2499465,"Content":[235]},{"Position":7951952,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.74","SHA1Before":"b1eaf7edc074a88be5d0f89230436cc2084d24d2","SHA1After":"eb3d74ccd87a09059a005f4972861898fc3de463","Changes":[{"Position":2499465,"Content":[235]},{"Position":7951696,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.65","SHA1Before":"8346b97d264725da924d240c6eb77df3e693385e","SHA1After":"42bab2c9c79ef4f2088c00ea6d817973e14a5e6e","Changes":[{"Position":2495545,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.59","SHA1Before":"df954d403edaca89cd5394927a325a0023e93281","SHA1After":"6aa22460c91bb5c5e2f0ec1af99b8a5f6d4318c0","Changes":[{"Position":2496073,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.43","SHA1Before":"39cd9e09e1a3eac09e6808749bff525c9e3216ce","SHA1After":"7b829f1ff0217e346a80f9510fdd7634ddd49445","Changes":[{"Position":2494169,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.0.70","SHA1Before":"3b0601864aff3c1d792f812ad1ca05f02aa761e3","SHA1After":"1e8734d32b0a8c12758e30f99c77f729991fb071","Changes":[{"Position":2475657,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.0.65","SHA1Before":"063c2e05a0df1bdb8987c2d978d93499bd2052ba","SHA1After":"5ed4c09a4f18643b967f063a824d7e65d0567f8a","Changes":[{"Position":2475449,"Content":[117]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.68","SHA1Before":"2e9417f4276b12fe32ca7b4fee49272a4a2af334","SHA1After":"699602ee3cbb9ae5714f6e6ebc658c875a6c66e6","Changes":[{"Position":2454006,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.65","SHA1Before":"e01f6855a96c12c30808960903ed199a33e4952c","SHA1After":"d9120569cfd0433aebea107d7b90805cbbac7518","Changes":[{"Position":2454265,"Content":[117]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.52","SHA1Before":"88131302f664df6a657c9ca49d152da536fe5729","SHA1After":"8d1454b73831644181e962c1fa0ea4e2da4124a3","Changes":[{"Position":2453049,"Content":[117]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.51","SHA1Before":"d0a5517b1292a751501b00b4b1f0702db2d9fc30","SHA1After":"53e7b1525d49bf2c3250a8131ff0ba2510779b78","Changes":[{"Position":2452614,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.37","SHA1Before":"7e01f8b04a158a4a50bc5a6e67c2fb8b02233170","SHA1After":"a1895004415fe9bcd7e690bd6e482b833b515599","Changes":[{"Position":2452614,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.7.57","SHA1Before":"80a91aaf941bcb1c24a7d672838ac73e9ebb2e40","SHA1After":"a0d3f9a45a835f97aef7fe0872387d8cfb5c25a4","Changes":[{"Position":2433413,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.7.40","SHA1Before":"04bd0cb28df6630b518f42a3f9c2caa4a9359fbc","SHA1After":"13c91cf1d4609959771fd137b9a86a5ca365e1b6","Changes":[{"Position":2432934,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.7.32","SHA1Before":"a02519c1007ee6723947c262c720d63c619f633e","SHA1After":"f3007471ca8734c29783c25f0bb49949a783a44","Changes":[{"Position":2432806,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.6.28","SHA1Before":"0b19cb17a62c3ea0efce0fb675a1d3b17845cba3","SHA1After":"260948656725446b818ea668273ceff02ddfb44d","Changes":[{"Position":2401678,"Content":[116]}]}]},"FileCommonModifyInfos":{"WeChatWin.dll":[{"Name":"WeChatWin.dll","StartVersion":"3.6.5.0","EndVersion":"","ReplacePatterns":[{"Search":[240,0,133,192,116,50,185,63,63,63,17,138],"Replace":[240,0,133,192,235,50,185,63,63,63,17,138],"Category":"防撤回"},{"Search":[131,196,4,128,189,63,252,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,63,252,255,255,0,235,88,139,61],"Category":"多开"}]},{"Name":"WeChatWin.dll","StartVersion":"3.6.0.5","EndVersion":"3.6.5.0","ReplacePatterns":[{"Search":[239,0,133,192,116,50,185,63,63,63,17,138],"Replace":[239,0,133,192,235,50,185,63,63,63,17,138],"Category":"防撤回"},{"Search":[131,196,4,128,189,47,252,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,47,252,255,255,0,235,88,139,61],"Category":"多开"}]},{"Name":"WeChatWin.dll","StartVersion":"3.5.0.28","EndVersion":"3.6.0.0","ReplacePatterns":[{"Search":[237,0,133,192,116,50,185],"Replace":[237,0,51,192,116,50,185],"Category":"防撤回"},{"Search":[131,196,4,128,189,47,252,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,47,252,255,255,0,235,88,139,61],"Category":"多开"}]},{"Name":"WeChatWin.dll","StartVersion":"3.4.0.0","EndVersion":"3.5.0.0","ReplacePatterns":[{"Search":[0,133,192,116,50,185,63,63,63,17,138],"Replace":[0,133,192,235,50,185,63,63,63,17,138],"Category":"防撤回"},{"Search":[232,107,0,0,0,132,192,116,86,86,106,0],"Replace":[232,107,0,0,0,132,192,235,86,86,106,0],"Category":"多开"}]},{"Name":"WeChatWin.dll","StartVersion":"3.3.5.15","EndVersion":"3.4.0.0","ReplacePatterns":[{"Search":[0,133,192,116,50,185,63,63,149,17,138],"Replace":[0,133,192,235,50,185,63,63,149,17,138],"Category":"防撤回"},{"Search":[232,107,0,0,0,132,192,116,86,86,106,0],"Replace":[232,107,0,0,0,132,192,235,86,86,106,0],"Category":"多开"}]},{"Name":"WeChatWin.dll","StartVersion":"3.2.0.00","EndVersion":"3.3.5.00","ReplacePatterns":[{"Search":[0,133,192,116,123,139,200,232],"Replace":[0,133,192,235,123,139,200,232],"Category":"防撤回"},{"Search":[232,107,0,0,0,132,192,116,86,86,106,0],"Replace":[232,107,0,0,0,132,192,235,86,86,106,0],"Category":"多开"}]},{"Name":"WeChatWin.dll","StartVersion":"3.1.0.00","EndVersion":"3.2.0.00","ReplacePatterns":[{"Search":[0,133,192,116,123,139,200,232],"Replace":[0,133,192,235,123,139,200,232],"Category":"防撤回"},{"Search":[255,232,155,239,255,255,132,192,116,8,131],"Replace":[255,144,144,144,144,144,132,192,116,8,131],"Category":"多开"}]},{"Name":"WeChatWin.dll","StartVersion":"2.8.0.88","EndVersion":"3.1.0.00","ReplacePatterns":[{"Search":[0,133,192,116,123,139,200,232],"Replace":[0,133,192,235,123,139,200,232],"Category":"防撤回"},{"Search":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,85,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Replace":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,195,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Category":"多开"}]},{"Name":"WeChatWin.dll","StartVersion":"2.7.0.00","EndVersion":"2.8.0.88","ReplacePatterns":[{"Search":[0,133,192,116,50,185],"Replace":[0,133,192,235,50,185],"Category":"防撤回"},{"Search":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,85,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Replace":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,195,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Category":"多开"}]}]}},"QQ":{"Name":"QQ","FileTargetInfos":{"IM.dll":{"Name":"IM.dll","RelativePath":"Bin\\IM.dll","Memo":null}},"FileModifyInfos":{"IM.dll":[{"Name":"IM.dll","Version":"9.2.3.26592","SHA1Before":"9114e7869572b4b868afcbc8b28eae932559ec60","SHA1After":"42e15175fd53768bb48772dc69fb07a4eac5a623","Changes":[{"Position":371605,"Content":[235,9,144,144,144]},{"Position":372146,"Content":[235,9,144,144,144]},{"Position":372576,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.2.26569","SHA1Before":"434254e76c520789558e075af677821258536311","SHA1After":"237c9e489a97858a175f0f7c72ade4ebcbac7a69","Changes":[{"Position":371146,"Content":[235,9,144,144,144]},{"Position":371687,"Content":[235,9,144,144,144]},{"Position":372117,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.1.26546","SHA1Before":"8d8ea2c2cbf43f5acf8d684b153e90035352d5f5","SHA1After":"7d194dd5be03982b533d7375c93d9a72587fe28d","Changes":[{"Position":369545,"Content":[235,9,144,144,144]},{"Position":370086,"Content":[235,9,144,144,144]},{"Position":370516,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.0.26453","SHA1Before":"c1935ca6347b0c2a7e6108a7f8ee0643d39deb66","SHA1After":"42811188a7e7b346a6a3c1066936b98c747acaf6","Changes":[{"Position":353794,"Content":[235,9,144,144,144]},{"Position":354335,"Content":[235,9,144,144,144]},{"Position":354767,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.0.26389","SHA1Before":"6f8855fb80acfa456f8f69989fe949308fe4d154","SHA1After":"f6b8e05a178b9b10ba17c597fa0a44b7a2a966a8","Changes":[{"Position":356808,"Content":[235,9,144,144,144]},{"Position":357349,"Content":[235,9,144,144,144]},{"Position":357781,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.9.26361","SHA1Before":"022d3433d13d07a354c38816f61cb0b7ac60d3fd","SHA1After":"873a57c1fb51cdd099c8cb7108b5ab5cb4459557","Changes":[{"Position":354270,"Content":[235,9,144,144,144]},{"Position":354811,"Content":[235,9,144,144,144]},{"Position":355243,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.9.26346","SHA1Before":"895eb70f707b8222e6460c91492b1281e525059b","SHA1After":"0bb83990e2b5b5f23b7b43249941ff638201af54","Changes":[{"Position":354270,"Content":[235,9,144,144,144]},{"Position":354811,"Content":[235,9,144,144,144]},{"Position":355243,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.8.26211","SHA1Before":"a950d3cf5e8925f7775624271105ef78d9c5cb57","SHA1After":"dffc1cb87b91e6467e13c935611f2f7fd76b9a8d","Changes":[{"Position":337135,"Content":[235,9,144,144,144]},{"Position":337676,"Content":[235,9,144,144,144]},{"Position":338108,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.7.25980","SHA1Before":"c6632339fbe675312a70ae4620e70699c258cd36","SHA1After":"e9ddc5cc681950796fc8fe4c55f580428c890b51","Changes":[{"Position":327839,"Content":[235,9,144,144,144]},{"Position":328380,"Content":[235,9,144,144,144]},{"Position":328812,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.0.4.23786","SHA1Before":"69a714f4eadb09f1453f6f022d4adbcd801cfab8","SHA1After":"b48e77a924076b3ebdffc4af514c868c551d2bca","Changes":[{"Position":318321,"Content":[235,7,144,144,144]},{"Position":318862,"Content":[235,7,144,144,144]},{"Position":319379,"Content":[235,7,144,144,144]}]}]},"FileCommonModifyInfos":{"IM.dll":[{"Name":"IM.dll","StartVersion":"9.4.7.00000","EndVersion":"","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,63,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回"},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,63,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回"},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,63,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回"}]},{"Name":"IM.dll","StartVersion":"9.1.6.00000","EndVersion":"9.4.7.00000","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回"},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回"},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,84,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回"}]}]}},"TIM":{"Name":"TIM","FileTargetInfos":{"IM.dll":{"Name":"IM.dll","RelativePath":"Bin\\IM.dll","Memo":null}},"FileModifyInfos":{"IM.dll":[{"Name":"IM.dll","Version":"2.3.2.21173","SHA1Before":"ecf3e69f3fb100ffe2fee095ffded591b9781024","SHA1After":"0514d1304e7ac46b4d33386ec3313888f5ae7171","Changes":[{"Position":317322,"Content":[235,9,144,144,144]},{"Position":317863,"Content":[235,9,144,144,144]},{"Position":318295,"Content":[235,8,144,144,144,144]}]}]},"FileCommonModifyInfos":{"IM.dll":[{"Name":"IM.dll","StartVersion":"3.0.0.00000","EndVersion":"","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回"},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回"},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,84,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回"}]}]}},"QQLite":{"Name":"QQLite","FileTargetInfos":{"IM.dll":{"Name":"IM.dll","RelativePath":"Bin\\IM.dll","Memo":null}},"FileModifyInfos":{"IM.dll":[{"Name":"IM.dll","Version":"7.9.14314.0","SHA1Before":"2e97d7671963fa148a1beeda6ce4964314310593","SHA1After":"723c008fb53435ead20fa6f2e951c9a4a8ff46da","Changes":[{"Position":148741,"Content":[235,2,144,144]},{"Position":149689,"Content":[235,2,144,144]}]},{"Name":"IM.dll","Version":"7.9.14308.0","SHA1Before":"b8a7a873178706b97be11c25f13bcf09e9e578a2","SHA1After":"c5bf533c7af6996b42d1fb2a0fb3f26dfd52f8bf","Changes":[{"Position":148741,"Content":[235,2,144,144]},{"Position":149689,"Content":[235,2,144,144]}]}]},"FileCommonModifyInfos":null}},"LatestVersion":"1.5","Notice":"","PatchVersion":20220430} ================================================ FILE: RevokeMsgPatcher.Assistant/Data/1.4/patch.json ================================================ {"Apps":{"Wechat":{"Name":"WeChat","FileTargetInfos":{"WeChatWin.dll":{"Name":"WeChatWin.dll","RelativePath":"WeChatWin.dll","Memo":null,"StartVersion":"1.0.0.0","EndVersion":null},"WeChat.exe":{"Name":"WeChat.exe","RelativePath":"../WeChat.exe","Memo":null,"StartVersion":"3.7.0.0","EndVersion":null}},"FileModifyInfos":{"WeChat.exe":[],"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":"7d06e076c525aec6783e919dde4ee11ba9fdb198","SHA1After":"f22ab996a1779c2b41132d42c4fdf98c003284e0","Changes":[{"Position":3397481,"Content":[235]},{"Position":12120775,"Content":[235]}]},{"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":"e772c81c8a1b79cac77b22dbe67b375fa340ba30","SHA1After":"bcbc491910f07cb995ef154a281450f2d052e90b","Changes":[{"Position":2658457,"Content":[235]},{"Position":8280416,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.8.0.88","SHA1Before":"b34c73e38cfec186890b58caac5fc9962377cd9b","SHA1After":"8c108e92de0b6b4d9e61ce38ab8dd339a27e505b","Changes":[{"Position":2655369,"Content":[235]},{"Position":8273280,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.8.0.82","SHA1Before":"c359cc1a391441d261753f2844f9156638df8631","SHA1After":"d1b4dee8f7f91e34d68501987fd0675b33fe85da","Changes":[{"Position":2645961,"Content":[235]},{"Position":8263344,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.2.78","SHA1Before":"26a5c5503f1e176676da5657c12812da8aaa0243","SHA1After":"d338215a815c09755c04949995ec3e4eab8dce60","Changes":[{"Position":2645673,"Content":[235]},{"Position":8262528,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.2.76","SHA1Before":"0003c7b2c0136a0eb2a6cfc2c694cb57b04b5517","SHA1After":"88af6055a0f4d3bdaa6f717ec8b263d4418487b6","Changes":[{"Position":2644905,"Content":[235]},{"Position":8261024,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.88","SHA1Before":"034059bad50dd793140952391bfa7936133e69b4","SHA1After":"dd6d80c30ca9e0ea9f7d2f1add498fc9aa4bc7a0","Changes":[{"Position":2499465,"Content":[235]},{"Position":7952304,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.85","SHA1Before":"de0df4e138b72460450f66c029e33f4510f5e2df","SHA1After":"fbd35720aaff3cdcfd3ff18ea503dc06450e5c99","Changes":[{"Position":2499465,"Content":[235]},{"Position":7952000,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.82","SHA1Before":"20e111a18872bf6c7148a897c11da26c1ec95520","SHA1After":"1e0741d325ca6b1cd2402b829a3d13a2524af617","Changes":[{"Position":2499465,"Content":[235]},{"Position":7951952,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.74","SHA1Before":"b1eaf7edc074a88be5d0f89230436cc2084d24d2","SHA1After":"eb3d74ccd87a09059a005f4972861898fc3de463","Changes":[{"Position":2499465,"Content":[235]},{"Position":7951696,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.65","SHA1Before":"8346b97d264725da924d240c6eb77df3e693385e","SHA1After":"42bab2c9c79ef4f2088c00ea6d817973e14a5e6e","Changes":[{"Position":2495545,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.59","SHA1Before":"df954d403edaca89cd5394927a325a0023e93281","SHA1After":"6aa22460c91bb5c5e2f0ec1af99b8a5f6d4318c0","Changes":[{"Position":2496073,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.43","SHA1Before":"39cd9e09e1a3eac09e6808749bff525c9e3216ce","SHA1After":"7b829f1ff0217e346a80f9510fdd7634ddd49445","Changes":[{"Position":2494169,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.0.70","SHA1Before":"3b0601864aff3c1d792f812ad1ca05f02aa761e3","SHA1After":"1e8734d32b0a8c12758e30f99c77f729991fb071","Changes":[{"Position":2475657,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.0.65","SHA1Before":"063c2e05a0df1bdb8987c2d978d93499bd2052ba","SHA1After":"5ed4c09a4f18643b967f063a824d7e65d0567f8a","Changes":[{"Position":2475449,"Content":[117]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.68","SHA1Before":"2e9417f4276b12fe32ca7b4fee49272a4a2af334","SHA1After":"699602ee3cbb9ae5714f6e6ebc658c875a6c66e6","Changes":[{"Position":2454006,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.65","SHA1Before":"e01f6855a96c12c30808960903ed199a33e4952c","SHA1After":"d9120569cfd0433aebea107d7b90805cbbac7518","Changes":[{"Position":2454265,"Content":[117]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.52","SHA1Before":"88131302f664df6a657c9ca49d152da536fe5729","SHA1After":"8d1454b73831644181e962c1fa0ea4e2da4124a3","Changes":[{"Position":2453049,"Content":[117]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.51","SHA1Before":"d0a5517b1292a751501b00b4b1f0702db2d9fc30","SHA1After":"53e7b1525d49bf2c3250a8131ff0ba2510779b78","Changes":[{"Position":2452614,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.37","SHA1Before":"7e01f8b04a158a4a50bc5a6e67c2fb8b02233170","SHA1After":"a1895004415fe9bcd7e690bd6e482b833b515599","Changes":[{"Position":2452614,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.7.57","SHA1Before":"80a91aaf941bcb1c24a7d672838ac73e9ebb2e40","SHA1After":"a0d3f9a45a835f97aef7fe0872387d8cfb5c25a4","Changes":[{"Position":2433413,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.7.40","SHA1Before":"04bd0cb28df6630b518f42a3f9c2caa4a9359fbc","SHA1After":"13c91cf1d4609959771fd137b9a86a5ca365e1b6","Changes":[{"Position":2432934,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.7.32","SHA1Before":"a02519c1007ee6723947c262c720d63c619f633e","SHA1After":"f3007471ca8734c29783c25f0bb49949a783a44","Changes":[{"Position":2432806,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.6.28","SHA1Before":"0b19cb17a62c3ea0efce0fb675a1d3b17845cba3","SHA1After":"260948656725446b818ea668273ceff02ddfb44d","Changes":[{"Position":2401678,"Content":[116]}]}]},"FileCommonModifyInfos":{"WeChat.exe":[{"Name":"WeChatWin.dll","StartVersion":"3.7.0.8","EndVersion":"","ReplacePatterns":[{"Search":[131,196,8,132,192,117,63,104],"Replace":[131,196,8,132,192,235,63,104],"Category":"去除校验"}]},{"Name":"WeChatWin.dll","StartVersion":"3.7.0.0","EndVersion":"3.7.0.8","ReplacePatterns":[{"Search":[133,192,117,89],"Replace":[133,192,235,89],"Category":"去除校验"}]}],"WeChatWin.dll":[{"Name":"WeChatWin.dll","StartVersion":"3.7.0.0","EndVersion":"","ReplacePatterns":[{"Search":[0,133,192,116,50,185,63,63,63,63,138],"Replace":[0,133,192,235,50,185,63,63,63,63,138],"Category":"防撤回"},{"Search":[131,196,4,128,189,63,252,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,63,252,255,255,0,235,88,139,61],"Category":"多开"}]},{"Name":"WeChatWin.dll","StartVersion":"3.6.5.0","EndVersion":"3.7.0.0","ReplacePatterns":[{"Search":[0,133,192,116,50,185,63,63,63,17,138],"Replace":[0,133,192,235,50,185,63,63,63,17,138],"Category":"防撤回"},{"Search":[131,196,4,128,189,63,252,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,63,252,255,255,0,235,88,139,61],"Category":"多开"}]},{"Name":"WeChatWin.dll","StartVersion":"3.6.0.5","EndVersion":"3.6.5.0","ReplacePatterns":[{"Search":[239,0,133,192,116,50,185,63,63,63,17,138],"Replace":[239,0,133,192,235,50,185,63,63,63,17,138],"Category":"防撤回"},{"Search":[131,196,4,128,189,47,252,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,47,252,255,255,0,235,88,139,61],"Category":"多开"}]},{"Name":"WeChatWin.dll","StartVersion":"3.5.0.28","EndVersion":"3.6.0.0","ReplacePatterns":[{"Search":[237,0,133,192,116,50,185],"Replace":[237,0,51,192,116,50,185],"Category":"防撤回"},{"Search":[131,196,4,128,189,47,252,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,47,252,255,255,0,235,88,139,61],"Category":"多开"}]},{"Name":"WeChatWin.dll","StartVersion":"3.4.0.0","EndVersion":"3.5.0.0","ReplacePatterns":[{"Search":[0,133,192,116,50,185,63,63,63,17,138],"Replace":[0,133,192,235,50,185,63,63,63,17,138],"Category":"防撤回"},{"Search":[232,107,0,0,0,132,192,116,86,86,106,0],"Replace":[232,107,0,0,0,132,192,235,86,86,106,0],"Category":"多开"}]},{"Name":"WeChatWin.dll","StartVersion":"3.3.5.15","EndVersion":"3.4.0.0","ReplacePatterns":[{"Search":[0,133,192,116,50,185,63,63,149,17,138],"Replace":[0,133,192,235,50,185,63,63,149,17,138],"Category":"防撤回"},{"Search":[232,107,0,0,0,132,192,116,86,86,106,0],"Replace":[232,107,0,0,0,132,192,235,86,86,106,0],"Category":"多开"}]},{"Name":"WeChatWin.dll","StartVersion":"3.2.0.00","EndVersion":"3.3.5.00","ReplacePatterns":[{"Search":[0,133,192,116,123,139,200,232],"Replace":[0,133,192,235,123,139,200,232],"Category":"防撤回"},{"Search":[232,107,0,0,0,132,192,116,86,86,106,0],"Replace":[232,107,0,0,0,132,192,235,86,86,106,0],"Category":"多开"}]},{"Name":"WeChatWin.dll","StartVersion":"3.1.0.00","EndVersion":"3.2.0.00","ReplacePatterns":[{"Search":[0,133,192,116,123,139,200,232],"Replace":[0,133,192,235,123,139,200,232],"Category":"防撤回"},{"Search":[255,232,155,239,255,255,132,192,116,8,131],"Replace":[255,144,144,144,144,144,132,192,116,8,131],"Category":"多开"}]},{"Name":"WeChatWin.dll","StartVersion":"2.8.0.88","EndVersion":"3.1.0.00","ReplacePatterns":[{"Search":[0,133,192,116,123,139,200,232],"Replace":[0,133,192,235,123,139,200,232],"Category":"防撤回"},{"Search":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,85,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Replace":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,195,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Category":"多开"}]},{"Name":"WeChatWin.dll","StartVersion":"2.7.0.00","EndVersion":"2.8.0.88","ReplacePatterns":[{"Search":[0,133,192,116,50,185],"Replace":[0,133,192,235,50,185],"Category":"防撤回"},{"Search":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,85,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Replace":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,195,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Category":"多开"}]}]}},"QQ":{"Name":"QQ","FileTargetInfos":{"IM.dll":{"Name":"IM.dll","RelativePath":"Bin\\IM.dll","Memo":null,"StartVersion":null,"EndVersion":null}},"FileModifyInfos":{"IM.dll":[{"Name":"IM.dll","Version":"9.2.3.26592","SHA1Before":"9114e7869572b4b868afcbc8b28eae932559ec60","SHA1After":"42e15175fd53768bb48772dc69fb07a4eac5a623","Changes":[{"Position":371605,"Content":[235,9,144,144,144]},{"Position":372146,"Content":[235,9,144,144,144]},{"Position":372576,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.2.26569","SHA1Before":"434254e76c520789558e075af677821258536311","SHA1After":"237c9e489a97858a175f0f7c72ade4ebcbac7a69","Changes":[{"Position":371146,"Content":[235,9,144,144,144]},{"Position":371687,"Content":[235,9,144,144,144]},{"Position":372117,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.1.26546","SHA1Before":"8d8ea2c2cbf43f5acf8d684b153e90035352d5f5","SHA1After":"7d194dd5be03982b533d7375c93d9a72587fe28d","Changes":[{"Position":369545,"Content":[235,9,144,144,144]},{"Position":370086,"Content":[235,9,144,144,144]},{"Position":370516,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.0.26453","SHA1Before":"c1935ca6347b0c2a7e6108a7f8ee0643d39deb66","SHA1After":"42811188a7e7b346a6a3c1066936b98c747acaf6","Changes":[{"Position":353794,"Content":[235,9,144,144,144]},{"Position":354335,"Content":[235,9,144,144,144]},{"Position":354767,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.0.26389","SHA1Before":"6f8855fb80acfa456f8f69989fe949308fe4d154","SHA1After":"f6b8e05a178b9b10ba17c597fa0a44b7a2a966a8","Changes":[{"Position":356808,"Content":[235,9,144,144,144]},{"Position":357349,"Content":[235,9,144,144,144]},{"Position":357781,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.9.26361","SHA1Before":"022d3433d13d07a354c38816f61cb0b7ac60d3fd","SHA1After":"873a57c1fb51cdd099c8cb7108b5ab5cb4459557","Changes":[{"Position":354270,"Content":[235,9,144,144,144]},{"Position":354811,"Content":[235,9,144,144,144]},{"Position":355243,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.9.26346","SHA1Before":"895eb70f707b8222e6460c91492b1281e525059b","SHA1After":"0bb83990e2b5b5f23b7b43249941ff638201af54","Changes":[{"Position":354270,"Content":[235,9,144,144,144]},{"Position":354811,"Content":[235,9,144,144,144]},{"Position":355243,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.8.26211","SHA1Before":"a950d3cf5e8925f7775624271105ef78d9c5cb57","SHA1After":"dffc1cb87b91e6467e13c935611f2f7fd76b9a8d","Changes":[{"Position":337135,"Content":[235,9,144,144,144]},{"Position":337676,"Content":[235,9,144,144,144]},{"Position":338108,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.7.25980","SHA1Before":"c6632339fbe675312a70ae4620e70699c258cd36","SHA1After":"e9ddc5cc681950796fc8fe4c55f580428c890b51","Changes":[{"Position":327839,"Content":[235,9,144,144,144]},{"Position":328380,"Content":[235,9,144,144,144]},{"Position":328812,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.0.4.23786","SHA1Before":"69a714f4eadb09f1453f6f022d4adbcd801cfab8","SHA1After":"b48e77a924076b3ebdffc4af514c868c551d2bca","Changes":[{"Position":318321,"Content":[235,7,144,144,144]},{"Position":318862,"Content":[235,7,144,144,144]},{"Position":319379,"Content":[235,7,144,144,144]}]}]},"FileCommonModifyInfos":{"IM.dll":[{"Name":"IM.dll","StartVersion":"9.4.7.00000","EndVersion":"","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,63,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回"},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,63,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回"},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,63,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回"}]},{"Name":"IM.dll","StartVersion":"9.1.6.00000","EndVersion":"9.4.7.00000","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回"},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回"},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,84,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回"}]}]}},"TIM":{"Name":"TIM","FileTargetInfos":{"IM.dll":{"Name":"IM.dll","RelativePath":"Bin\\IM.dll","Memo":null,"StartVersion":null,"EndVersion":null}},"FileModifyInfos":{"IM.dll":[{"Name":"IM.dll","Version":"2.3.2.21173","SHA1Before":"ecf3e69f3fb100ffe2fee095ffded591b9781024","SHA1After":"0514d1304e7ac46b4d33386ec3313888f5ae7171","Changes":[{"Position":317322,"Content":[235,9,144,144,144]},{"Position":317863,"Content":[235,9,144,144,144]},{"Position":318295,"Content":[235,8,144,144,144,144]}]}]},"FileCommonModifyInfos":{"IM.dll":[{"Name":"IM.dll","StartVersion":"3.0.0.00000","EndVersion":"","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回"},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回"},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,84,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回"}]}]}},"QQLite":{"Name":"QQLite","FileTargetInfos":{"IM.dll":{"Name":"IM.dll","RelativePath":"Bin\\IM.dll","Memo":null,"StartVersion":null,"EndVersion":null}},"FileModifyInfos":{"IM.dll":[{"Name":"IM.dll","Version":"7.9.14314.0","SHA1Before":"2e97d7671963fa148a1beeda6ce4964314310593","SHA1After":"723c008fb53435ead20fa6f2e951c9a4a8ff46da","Changes":[{"Position":148741,"Content":[235,2,144,144]},{"Position":149689,"Content":[235,2,144,144]}]},{"Name":"IM.dll","Version":"7.9.14308.0","SHA1Before":"b8a7a873178706b97be11c25f13bcf09e9e578a2","SHA1After":"c5bf533c7af6996b42d1fb2a0fb3f26dfd52f8bf","Changes":[{"Position":148741,"Content":[235,2,144,144]},{"Position":149689,"Content":[235,2,144,144]}]}]},"FileCommonModifyInfos":null}},"LatestVersion":"1.5","Notice":"","PatchVersion":20220520} ================================================ FILE: RevokeMsgPatcher.Assistant/Data/1.5/patch.json ================================================ {"Apps":{"Wechat":{"Name":"WeChat","FileTargetInfos":{"WeChatWin.dll":{"Name":"WeChatWin.dll","RelativePath":"WeChatWin.dll","Memo":null,"StartVersion":"1.0.0.0","EndVersion":null},"WeChat.exe":{"Name":"WeChat.exe","RelativePath":"../WeChat.exe","Memo":null,"StartVersion":"3.7.0.0","EndVersion":"3.7.0.26"}},"FileModifyInfos":{"WeChat.exe":[],"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":"7d06e076c525aec6783e919dde4ee11ba9fdb198","SHA1After":"f22ab996a1779c2b41132d42c4fdf98c003284e0","Changes":[{"Position":3397481,"Content":[235]},{"Position":12120775,"Content":[235]}]},{"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":"e772c81c8a1b79cac77b22dbe67b375fa340ba30","SHA1After":"bcbc491910f07cb995ef154a281450f2d052e90b","Changes":[{"Position":2658457,"Content":[235]},{"Position":8280416,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.8.0.88","SHA1Before":"b34c73e38cfec186890b58caac5fc9962377cd9b","SHA1After":"8c108e92de0b6b4d9e61ce38ab8dd339a27e505b","Changes":[{"Position":2655369,"Content":[235]},{"Position":8273280,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.8.0.82","SHA1Before":"c359cc1a391441d261753f2844f9156638df8631","SHA1After":"d1b4dee8f7f91e34d68501987fd0675b33fe85da","Changes":[{"Position":2645961,"Content":[235]},{"Position":8263344,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.2.78","SHA1Before":"26a5c5503f1e176676da5657c12812da8aaa0243","SHA1After":"d338215a815c09755c04949995ec3e4eab8dce60","Changes":[{"Position":2645673,"Content":[235]},{"Position":8262528,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.2.76","SHA1Before":"0003c7b2c0136a0eb2a6cfc2c694cb57b04b5517","SHA1After":"88af6055a0f4d3bdaa6f717ec8b263d4418487b6","Changes":[{"Position":2644905,"Content":[235]},{"Position":8261024,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.88","SHA1Before":"034059bad50dd793140952391bfa7936133e69b4","SHA1After":"dd6d80c30ca9e0ea9f7d2f1add498fc9aa4bc7a0","Changes":[{"Position":2499465,"Content":[235]},{"Position":7952304,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.85","SHA1Before":"de0df4e138b72460450f66c029e33f4510f5e2df","SHA1After":"fbd35720aaff3cdcfd3ff18ea503dc06450e5c99","Changes":[{"Position":2499465,"Content":[235]},{"Position":7952000,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.82","SHA1Before":"20e111a18872bf6c7148a897c11da26c1ec95520","SHA1After":"1e0741d325ca6b1cd2402b829a3d13a2524af617","Changes":[{"Position":2499465,"Content":[235]},{"Position":7951952,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.74","SHA1Before":"b1eaf7edc074a88be5d0f89230436cc2084d24d2","SHA1After":"eb3d74ccd87a09059a005f4972861898fc3de463","Changes":[{"Position":2499465,"Content":[235]},{"Position":7951696,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.65","SHA1Before":"8346b97d264725da924d240c6eb77df3e693385e","SHA1After":"42bab2c9c79ef4f2088c00ea6d817973e14a5e6e","Changes":[{"Position":2495545,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.59","SHA1Before":"df954d403edaca89cd5394927a325a0023e93281","SHA1After":"6aa22460c91bb5c5e2f0ec1af99b8a5f6d4318c0","Changes":[{"Position":2496073,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.43","SHA1Before":"39cd9e09e1a3eac09e6808749bff525c9e3216ce","SHA1After":"7b829f1ff0217e346a80f9510fdd7634ddd49445","Changes":[{"Position":2494169,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.0.70","SHA1Before":"3b0601864aff3c1d792f812ad1ca05f02aa761e3","SHA1After":"1e8734d32b0a8c12758e30f99c77f729991fb071","Changes":[{"Position":2475657,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.0.65","SHA1Before":"063c2e05a0df1bdb8987c2d978d93499bd2052ba","SHA1After":"5ed4c09a4f18643b967f063a824d7e65d0567f8a","Changes":[{"Position":2475449,"Content":[117]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.68","SHA1Before":"2e9417f4276b12fe32ca7b4fee49272a4a2af334","SHA1After":"699602ee3cbb9ae5714f6e6ebc658c875a6c66e6","Changes":[{"Position":2454006,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.65","SHA1Before":"e01f6855a96c12c30808960903ed199a33e4952c","SHA1After":"d9120569cfd0433aebea107d7b90805cbbac7518","Changes":[{"Position":2454265,"Content":[117]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.52","SHA1Before":"88131302f664df6a657c9ca49d152da536fe5729","SHA1After":"8d1454b73831644181e962c1fa0ea4e2da4124a3","Changes":[{"Position":2453049,"Content":[117]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.51","SHA1Before":"d0a5517b1292a751501b00b4b1f0702db2d9fc30","SHA1After":"53e7b1525d49bf2c3250a8131ff0ba2510779b78","Changes":[{"Position":2452614,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.37","SHA1Before":"7e01f8b04a158a4a50bc5a6e67c2fb8b02233170","SHA1After":"a1895004415fe9bcd7e690bd6e482b833b515599","Changes":[{"Position":2452614,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.7.57","SHA1Before":"80a91aaf941bcb1c24a7d672838ac73e9ebb2e40","SHA1After":"a0d3f9a45a835f97aef7fe0872387d8cfb5c25a4","Changes":[{"Position":2433413,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.7.40","SHA1Before":"04bd0cb28df6630b518f42a3f9c2caa4a9359fbc","SHA1After":"13c91cf1d4609959771fd137b9a86a5ca365e1b6","Changes":[{"Position":2432934,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.7.32","SHA1Before":"a02519c1007ee6723947c262c720d63c619f633e","SHA1After":"f3007471ca8734c29783c25f0bb49949a783a44","Changes":[{"Position":2432806,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.6.28","SHA1Before":"0b19cb17a62c3ea0efce0fb675a1d3b17845cba3","SHA1After":"260948656725446b818ea668273ceff02ddfb44d","Changes":[{"Position":2401678,"Content":[116]}]}]},"FileCommonModifyInfos":{"WeChat.exe":[{"Name":"WeChatWin.dll","StartVersion":"3.7.0.8","EndVersion":"3.7.0.26","ReplacePatterns":[{"Search":[131,196,8,132,192,117,63,104],"Replace":[131,196,8,132,192,235,63,104],"Category":"去除校验"}]},{"Name":"WeChatWin.dll","StartVersion":"3.7.0.0","EndVersion":"3.7.0.8","ReplacePatterns":[{"Search":[133,192,117,89],"Replace":[133,192,235,89],"Category":"去除校验"}]}],"WeChatWin.dll":[{"Name":"WeChatWin.dll","StartVersion":"3.7.0.0","EndVersion":"","ReplacePatterns":[{"Search":[128,125,242,0,106,1,116],"Replace":[128,125,242,0,106,1,235],"Category":"防撤回"},{"Search":[131,196,4,128,189,63,252,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,63,252,255,255,0,235,88,139,61],"Category":"多开"}]},{"Name":"WeChatWin.dll","StartVersion":"3.6.5.0","EndVersion":"3.7.0.0","ReplacePatterns":[{"Search":[0,133,192,116,50,185,63,63,63,17,138],"Replace":[0,133,192,235,50,185,63,63,63,17,138],"Category":"防撤回"},{"Search":[131,196,4,128,189,63,252,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,63,252,255,255,0,235,88,139,61],"Category":"多开"}]},{"Name":"WeChatWin.dll","StartVersion":"3.6.0.5","EndVersion":"3.6.5.0","ReplacePatterns":[{"Search":[239,0,133,192,116,50,185,63,63,63,17,138],"Replace":[239,0,133,192,235,50,185,63,63,63,17,138],"Category":"防撤回"},{"Search":[131,196,4,128,189,47,252,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,47,252,255,255,0,235,88,139,61],"Category":"多开"}]},{"Name":"WeChatWin.dll","StartVersion":"3.5.0.28","EndVersion":"3.6.0.0","ReplacePatterns":[{"Search":[237,0,133,192,116,50,185],"Replace":[237,0,51,192,116,50,185],"Category":"防撤回"},{"Search":[131,196,4,128,189,47,252,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,47,252,255,255,0,235,88,139,61],"Category":"多开"}]},{"Name":"WeChatWin.dll","StartVersion":"3.4.0.0","EndVersion":"3.5.0.0","ReplacePatterns":[{"Search":[0,133,192,116,50,185,63,63,63,17,138],"Replace":[0,133,192,235,50,185,63,63,63,17,138],"Category":"防撤回"},{"Search":[232,107,0,0,0,132,192,116,86,86,106,0],"Replace":[232,107,0,0,0,132,192,235,86,86,106,0],"Category":"多开"}]},{"Name":"WeChatWin.dll","StartVersion":"3.3.5.15","EndVersion":"3.4.0.0","ReplacePatterns":[{"Search":[0,133,192,116,50,185,63,63,149,17,138],"Replace":[0,133,192,235,50,185,63,63,149,17,138],"Category":"防撤回"},{"Search":[232,107,0,0,0,132,192,116,86,86,106,0],"Replace":[232,107,0,0,0,132,192,235,86,86,106,0],"Category":"多开"}]},{"Name":"WeChatWin.dll","StartVersion":"3.2.0.00","EndVersion":"3.3.5.00","ReplacePatterns":[{"Search":[0,133,192,116,123,139,200,232],"Replace":[0,133,192,235,123,139,200,232],"Category":"防撤回"},{"Search":[232,107,0,0,0,132,192,116,86,86,106,0],"Replace":[232,107,0,0,0,132,192,235,86,86,106,0],"Category":"多开"}]},{"Name":"WeChatWin.dll","StartVersion":"3.1.0.00","EndVersion":"3.2.0.00","ReplacePatterns":[{"Search":[0,133,192,116,123,139,200,232],"Replace":[0,133,192,235,123,139,200,232],"Category":"防撤回"},{"Search":[255,232,155,239,255,255,132,192,116,8,131],"Replace":[255,144,144,144,144,144,132,192,116,8,131],"Category":"多开"}]},{"Name":"WeChatWin.dll","StartVersion":"2.8.0.88","EndVersion":"3.1.0.00","ReplacePatterns":[{"Search":[0,133,192,116,123,139,200,232],"Replace":[0,133,192,235,123,139,200,232],"Category":"防撤回"},{"Search":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,85,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Replace":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,195,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Category":"多开"}]},{"Name":"WeChatWin.dll","StartVersion":"2.7.0.00","EndVersion":"2.8.0.88","ReplacePatterns":[{"Search":[0,133,192,116,50,185],"Replace":[0,133,192,235,50,185],"Category":"防撤回"},{"Search":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,85,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Replace":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,195,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Category":"多开"}]}]}},"QQ":{"Name":"QQ","FileTargetInfos":{"IM.dll":{"Name":"IM.dll","RelativePath":"Bin\\IM.dll","Memo":null,"StartVersion":null,"EndVersion":null}},"FileModifyInfos":{"IM.dll":[{"Name":"IM.dll","Version":"9.2.3.26592","SHA1Before":"9114e7869572b4b868afcbc8b28eae932559ec60","SHA1After":"42e15175fd53768bb48772dc69fb07a4eac5a623","Changes":[{"Position":371605,"Content":[235,9,144,144,144]},{"Position":372146,"Content":[235,9,144,144,144]},{"Position":372576,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.2.26569","SHA1Before":"434254e76c520789558e075af677821258536311","SHA1After":"237c9e489a97858a175f0f7c72ade4ebcbac7a69","Changes":[{"Position":371146,"Content":[235,9,144,144,144]},{"Position":371687,"Content":[235,9,144,144,144]},{"Position":372117,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.1.26546","SHA1Before":"8d8ea2c2cbf43f5acf8d684b153e90035352d5f5","SHA1After":"7d194dd5be03982b533d7375c93d9a72587fe28d","Changes":[{"Position":369545,"Content":[235,9,144,144,144]},{"Position":370086,"Content":[235,9,144,144,144]},{"Position":370516,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.0.26453","SHA1Before":"c1935ca6347b0c2a7e6108a7f8ee0643d39deb66","SHA1After":"42811188a7e7b346a6a3c1066936b98c747acaf6","Changes":[{"Position":353794,"Content":[235,9,144,144,144]},{"Position":354335,"Content":[235,9,144,144,144]},{"Position":354767,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.0.26389","SHA1Before":"6f8855fb80acfa456f8f69989fe949308fe4d154","SHA1After":"f6b8e05a178b9b10ba17c597fa0a44b7a2a966a8","Changes":[{"Position":356808,"Content":[235,9,144,144,144]},{"Position":357349,"Content":[235,9,144,144,144]},{"Position":357781,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.9.26361","SHA1Before":"022d3433d13d07a354c38816f61cb0b7ac60d3fd","SHA1After":"873a57c1fb51cdd099c8cb7108b5ab5cb4459557","Changes":[{"Position":354270,"Content":[235,9,144,144,144]},{"Position":354811,"Content":[235,9,144,144,144]},{"Position":355243,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.9.26346","SHA1Before":"895eb70f707b8222e6460c91492b1281e525059b","SHA1After":"0bb83990e2b5b5f23b7b43249941ff638201af54","Changes":[{"Position":354270,"Content":[235,9,144,144,144]},{"Position":354811,"Content":[235,9,144,144,144]},{"Position":355243,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.8.26211","SHA1Before":"a950d3cf5e8925f7775624271105ef78d9c5cb57","SHA1After":"dffc1cb87b91e6467e13c935611f2f7fd76b9a8d","Changes":[{"Position":337135,"Content":[235,9,144,144,144]},{"Position":337676,"Content":[235,9,144,144,144]},{"Position":338108,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.7.25980","SHA1Before":"c6632339fbe675312a70ae4620e70699c258cd36","SHA1After":"e9ddc5cc681950796fc8fe4c55f580428c890b51","Changes":[{"Position":327839,"Content":[235,9,144,144,144]},{"Position":328380,"Content":[235,9,144,144,144]},{"Position":328812,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.0.4.23786","SHA1Before":"69a714f4eadb09f1453f6f022d4adbcd801cfab8","SHA1After":"b48e77a924076b3ebdffc4af514c868c551d2bca","Changes":[{"Position":318321,"Content":[235,7,144,144,144]},{"Position":318862,"Content":[235,7,144,144,144]},{"Position":319379,"Content":[235,7,144,144,144]}]}]},"FileCommonModifyInfos":{"IM.dll":[{"Name":"IM.dll","StartVersion":"9.4.7.00000","EndVersion":"","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,63,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回"},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,63,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回"},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,63,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回"}]},{"Name":"IM.dll","StartVersion":"9.1.6.00000","EndVersion":"9.4.7.00000","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回"},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回"},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,84,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回"}]}]}},"TIM":{"Name":"TIM","FileTargetInfos":{"IM.dll":{"Name":"IM.dll","RelativePath":"Bin\\IM.dll","Memo":null,"StartVersion":null,"EndVersion":null}},"FileModifyInfos":{"IM.dll":[{"Name":"IM.dll","Version":"2.3.2.21173","SHA1Before":"ecf3e69f3fb100ffe2fee095ffded591b9781024","SHA1After":"0514d1304e7ac46b4d33386ec3313888f5ae7171","Changes":[{"Position":317322,"Content":[235,9,144,144,144]},{"Position":317863,"Content":[235,9,144,144,144]},{"Position":318295,"Content":[235,8,144,144,144,144]}]}]},"FileCommonModifyInfos":{"IM.dll":[{"Name":"IM.dll","StartVersion":"3.0.0.00000","EndVersion":"","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回"},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回"},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,84,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回"}]}]}},"QQLite":{"Name":"QQLite","FileTargetInfos":{"IM.dll":{"Name":"IM.dll","RelativePath":"Bin\\IM.dll","Memo":null,"StartVersion":null,"EndVersion":null}},"FileModifyInfos":{"IM.dll":[{"Name":"IM.dll","Version":"7.9.14314.0","SHA1Before":"2e97d7671963fa148a1beeda6ce4964314310593","SHA1After":"723c008fb53435ead20fa6f2e951c9a4a8ff46da","Changes":[{"Position":148741,"Content":[235,2,144,144]},{"Position":149689,"Content":[235,2,144,144]}]},{"Name":"IM.dll","Version":"7.9.14308.0","SHA1Before":"b8a7a873178706b97be11c25f13bcf09e9e578a2","SHA1After":"c5bf533c7af6996b42d1fb2a0fb3f26dfd52f8bf","Changes":[{"Position":148741,"Content":[235,2,144,144]},{"Position":149689,"Content":[235,2,144,144]}]}]},"FileCommonModifyInfos":null}},"LatestVersion":"1.6","Notice":"","PatchVersion":20220716} ================================================ FILE: RevokeMsgPatcher.Assistant/Data/1.6/patch.json ================================================ {"Apps":{"Wechat":{"Name":"WeChat","FileTargetInfos":{"WeChatWin.dll":{"Name":"WeChatWin.dll","RelativePath":"WeChatWin.dll","Memo":null,"StartVersion":"1.0.0.0","EndVersion":null},"WeChat.exe":{"Name":"WeChat.exe","RelativePath":"../WeChat.exe","Memo":null,"StartVersion":"3.7.0.0","EndVersion":"3.7.0.26"}},"FileModifyInfos":{"WeChat.exe":[],"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":"7d06e076c525aec6783e919dde4ee11ba9fdb198","SHA1After":"f22ab996a1779c2b41132d42c4fdf98c003284e0","Changes":[{"Position":3397481,"Content":[235]},{"Position":12120775,"Content":[235]}]},{"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":"e772c81c8a1b79cac77b22dbe67b375fa340ba30","SHA1After":"bcbc491910f07cb995ef154a281450f2d052e90b","Changes":[{"Position":2658457,"Content":[235]},{"Position":8280416,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.8.0.88","SHA1Before":"b34c73e38cfec186890b58caac5fc9962377cd9b","SHA1After":"8c108e92de0b6b4d9e61ce38ab8dd339a27e505b","Changes":[{"Position":2655369,"Content":[235]},{"Position":8273280,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.8.0.82","SHA1Before":"c359cc1a391441d261753f2844f9156638df8631","SHA1After":"d1b4dee8f7f91e34d68501987fd0675b33fe85da","Changes":[{"Position":2645961,"Content":[235]},{"Position":8263344,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.2.78","SHA1Before":"26a5c5503f1e176676da5657c12812da8aaa0243","SHA1After":"d338215a815c09755c04949995ec3e4eab8dce60","Changes":[{"Position":2645673,"Content":[235]},{"Position":8262528,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.2.76","SHA1Before":"0003c7b2c0136a0eb2a6cfc2c694cb57b04b5517","SHA1After":"88af6055a0f4d3bdaa6f717ec8b263d4418487b6","Changes":[{"Position":2644905,"Content":[235]},{"Position":8261024,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.88","SHA1Before":"034059bad50dd793140952391bfa7936133e69b4","SHA1After":"dd6d80c30ca9e0ea9f7d2f1add498fc9aa4bc7a0","Changes":[{"Position":2499465,"Content":[235]},{"Position":7952304,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.85","SHA1Before":"de0df4e138b72460450f66c029e33f4510f5e2df","SHA1After":"fbd35720aaff3cdcfd3ff18ea503dc06450e5c99","Changes":[{"Position":2499465,"Content":[235]},{"Position":7952000,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.82","SHA1Before":"20e111a18872bf6c7148a897c11da26c1ec95520","SHA1After":"1e0741d325ca6b1cd2402b829a3d13a2524af617","Changes":[{"Position":2499465,"Content":[235]},{"Position":7951952,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.74","SHA1Before":"b1eaf7edc074a88be5d0f89230436cc2084d24d2","SHA1After":"eb3d74ccd87a09059a005f4972861898fc3de463","Changes":[{"Position":2499465,"Content":[235]},{"Position":7951696,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.65","SHA1Before":"8346b97d264725da924d240c6eb77df3e693385e","SHA1After":"42bab2c9c79ef4f2088c00ea6d817973e14a5e6e","Changes":[{"Position":2495545,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.59","SHA1Before":"df954d403edaca89cd5394927a325a0023e93281","SHA1After":"6aa22460c91bb5c5e2f0ec1af99b8a5f6d4318c0","Changes":[{"Position":2496073,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.43","SHA1Before":"39cd9e09e1a3eac09e6808749bff525c9e3216ce","SHA1After":"7b829f1ff0217e346a80f9510fdd7634ddd49445","Changes":[{"Position":2494169,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.0.70","SHA1Before":"3b0601864aff3c1d792f812ad1ca05f02aa761e3","SHA1After":"1e8734d32b0a8c12758e30f99c77f729991fb071","Changes":[{"Position":2475657,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.0.65","SHA1Before":"063c2e05a0df1bdb8987c2d978d93499bd2052ba","SHA1After":"5ed4c09a4f18643b967f063a824d7e65d0567f8a","Changes":[{"Position":2475449,"Content":[117]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.68","SHA1Before":"2e9417f4276b12fe32ca7b4fee49272a4a2af334","SHA1After":"699602ee3cbb9ae5714f6e6ebc658c875a6c66e6","Changes":[{"Position":2454006,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.65","SHA1Before":"e01f6855a96c12c30808960903ed199a33e4952c","SHA1After":"d9120569cfd0433aebea107d7b90805cbbac7518","Changes":[{"Position":2454265,"Content":[117]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.52","SHA1Before":"88131302f664df6a657c9ca49d152da536fe5729","SHA1After":"8d1454b73831644181e962c1fa0ea4e2da4124a3","Changes":[{"Position":2453049,"Content":[117]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.51","SHA1Before":"d0a5517b1292a751501b00b4b1f0702db2d9fc30","SHA1After":"53e7b1525d49bf2c3250a8131ff0ba2510779b78","Changes":[{"Position":2452614,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.37","SHA1Before":"7e01f8b04a158a4a50bc5a6e67c2fb8b02233170","SHA1After":"a1895004415fe9bcd7e690bd6e482b833b515599","Changes":[{"Position":2452614,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.7.57","SHA1Before":"80a91aaf941bcb1c24a7d672838ac73e9ebb2e40","SHA1After":"a0d3f9a45a835f97aef7fe0872387d8cfb5c25a4","Changes":[{"Position":2433413,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.7.40","SHA1Before":"04bd0cb28df6630b518f42a3f9c2caa4a9359fbc","SHA1After":"13c91cf1d4609959771fd137b9a86a5ca365e1b6","Changes":[{"Position":2432934,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.7.32","SHA1Before":"a02519c1007ee6723947c262c720d63c619f633e","SHA1After":"f3007471ca8734c29783c25f0bb49949a783a44","Changes":[{"Position":2432806,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.6.28","SHA1Before":"0b19cb17a62c3ea0efce0fb675a1d3b17845cba3","SHA1After":"260948656725446b818ea668273ceff02ddfb44d","Changes":[{"Position":2401678,"Content":[116]}]}]},"FileCommonModifyInfos":{"WeChat.exe":[{"Name":"WeChatWin.dll","StartVersion":"3.7.0.8","EndVersion":"3.7.0.26","ReplacePatterns":[{"Search":[131,196,8,132,192,117,63,104],"Replace":[131,196,8,132,192,235,63,104],"Category":"去除校验","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.7.0.0","EndVersion":"3.7.0.8","ReplacePatterns":[{"Search":[133,192,117,89],"Replace":[133,192,235,89],"Category":"去除校验","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]}],"WeChatWin.dll":[{"Name":"WeChatWin.dll","StartVersion":"3.9.6.0","EndVersion":"","ReplacePatterns":[{"Search":[15,31,68,0,0,73,139,80,8,72,133,210,116,63,72,199,193],"Replace":[15,31,68,0,0,73,139,80,8,72,133,210,117,63,72,199,193],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[1,61,183,0,0,0,15,133,63,63,63,63,72,139,207],"Replace":[1,61,183,0,0,0,144,233,63,63,63,63,72,139,207],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.9.5.0","EndVersion":"3.9.6.0","ReplacePatterns":[{"Search":[15,31,68,0,0,73,139,80,8,72,133,210,116,63,72,199,193],"Replace":[15,31,68,0,0,73,139,80,8,72,133,210,117,63,72,199,193],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[24,1,61,183,0,0,0,15,133,63,63,63,63,72,139,207],"Replace":[24,1,61,183,0,0,0,144,233,63,63,63,63,72,139,207],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.9.2.0","EndVersion":"3.9.5.0","ReplacePatterns":[{"Search":[131,196,16,132,192,116,10,190,2,0,0,0,233],"Replace":[131,196,16,132,192,144,144,190,2,0,0,0,233],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,132,219,15,132,63,63,63,63,139,61],"Replace":[131,196,4,132,219,144,233,63,63,63,63,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.9.0.0","EndVersion":"3.9.2.0","ReplacePatterns":[{"Search":[133,192,116,50,185,63,63,63,63,138],"Replace":[133,192,235,50,185,63,63,63,63,138],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[195,51,192,163,63,63,63,63,195,204,204,204,204,204,204,204,204,204,204,204,204,85,139,236],"Replace":[195,51,192,163,63,63,63,63,195,204,204,204,204,204,204,204,204,204,204,204,204,195,139,236],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.8.1.0","EndVersion":"3.9.0.0","ReplacePatterns":[{"Search":[133,192,116,50,185,63,63,63,63,138],"Replace":[133,192,235,50,185,63,63,63,63,138],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,132,219,15,132,38,1,0,0,139,61],"Replace":[131,196,4,132,219,144,233,38,1,0,0,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.8.0.0","EndVersion":"3.8.1.0","ReplacePatterns":[{"Search":[133,192,116,50,185,63,63,63,63,138],"Replace":[133,192,235,50,185,63,63,63,63,138],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,128,189,223,251,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,223,251,255,255,0,235,88,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.7.6.0","EndVersion":"3.8.0.0","ReplacePatterns":[{"Search":[133,192,116,50,185,63,63,63,63,138],"Replace":[133,192,235,50,185,63,63,63,63,138],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,128,189,255,251,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,255,251,255,255,0,235,88,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.7.0.0","EndVersion":"3.7.6.0","ReplacePatterns":[{"Search":[0,133,192,116,50,185,63,63,63,63,138],"Replace":[0,133,192,235,50,185,63,63,63,63,138],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[128,125,242,0,106,1,116],"Replace":[128,125,242,0,106,1,235],"Category":"防撤回带提示(新)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,128,189,63,252,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,63,252,255,255,0,235,88,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.6.5.0","EndVersion":"3.7.0.0","ReplacePatterns":[{"Search":[0,133,192,116,50,185,63,63,63,17,138],"Replace":[0,133,192,235,50,185,63,63,63,17,138],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,128,189,63,252,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,63,252,255,255,0,235,88,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.6.0.5","EndVersion":"3.6.5.0","ReplacePatterns":[{"Search":[239,0,133,192,116,50,185,63,63,63,17,138],"Replace":[239,0,133,192,235,50,185,63,63,63,17,138],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,128,189,47,252,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,47,252,255,255,0,235,88,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.5.0.28","EndVersion":"3.6.0.0","ReplacePatterns":[{"Search":[237,0,133,192,116,50,185],"Replace":[237,0,51,192,116,50,185],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,128,189,47,252,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,47,252,255,255,0,235,88,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.4.0.0","EndVersion":"3.5.0.0","ReplacePatterns":[{"Search":[0,133,192,116,50,185,63,63,63,17,138],"Replace":[0,133,192,235,50,185,63,63,63,17,138],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[232,107,0,0,0,132,192,116,86,86,106,0],"Replace":[232,107,0,0,0,132,192,235,86,86,106,0],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.3.5.15","EndVersion":"3.4.0.0","ReplacePatterns":[{"Search":[0,133,192,116,50,185,63,63,149,17,138],"Replace":[0,133,192,235,50,185,63,63,149,17,138],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[232,107,0,0,0,132,192,116,86,86,106,0],"Replace":[232,107,0,0,0,132,192,235,86,86,106,0],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.2.0.00","EndVersion":"3.3.5.00","ReplacePatterns":[{"Search":[0,133,192,116,123,139,200,232],"Replace":[0,133,192,235,123,139,200,232],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[232,107,0,0,0,132,192,116,86,86,106,0],"Replace":[232,107,0,0,0,132,192,235,86,86,106,0],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.1.0.00","EndVersion":"3.2.0.00","ReplacePatterns":[{"Search":[0,133,192,116,123,139,200,232],"Replace":[0,133,192,235,123,139,200,232],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[255,232,155,239,255,255,132,192,116,8,131],"Replace":[255,144,144,144,144,144,132,192,116,8,131],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"2.8.0.88","EndVersion":"3.1.0.00","ReplacePatterns":[{"Search":[0,133,192,116,123,139,200,232],"Replace":[0,133,192,235,123,139,200,232],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,85,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Replace":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,195,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"2.7.0.00","EndVersion":"2.8.0.88","ReplacePatterns":[{"Search":[0,133,192,116,50,185],"Replace":[0,133,192,235,50,185],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,85,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Replace":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,195,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]}]}},"QQ":{"Name":"QQ","FileTargetInfos":{"IM.dll":{"Name":"IM.dll","RelativePath":"Bin\\IM.dll","Memo":null,"StartVersion":null,"EndVersion":null}},"FileModifyInfos":{"IM.dll":[{"Name":"IM.dll","Version":"9.2.3.26592","SHA1Before":"9114e7869572b4b868afcbc8b28eae932559ec60","SHA1After":"42e15175fd53768bb48772dc69fb07a4eac5a623","Changes":[{"Position":371605,"Content":[235,9,144,144,144]},{"Position":372146,"Content":[235,9,144,144,144]},{"Position":372576,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.2.26569","SHA1Before":"434254e76c520789558e075af677821258536311","SHA1After":"237c9e489a97858a175f0f7c72ade4ebcbac7a69","Changes":[{"Position":371146,"Content":[235,9,144,144,144]},{"Position":371687,"Content":[235,9,144,144,144]},{"Position":372117,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.1.26546","SHA1Before":"8d8ea2c2cbf43f5acf8d684b153e90035352d5f5","SHA1After":"7d194dd5be03982b533d7375c93d9a72587fe28d","Changes":[{"Position":369545,"Content":[235,9,144,144,144]},{"Position":370086,"Content":[235,9,144,144,144]},{"Position":370516,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.0.26453","SHA1Before":"c1935ca6347b0c2a7e6108a7f8ee0643d39deb66","SHA1After":"42811188a7e7b346a6a3c1066936b98c747acaf6","Changes":[{"Position":353794,"Content":[235,9,144,144,144]},{"Position":354335,"Content":[235,9,144,144,144]},{"Position":354767,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.0.26389","SHA1Before":"6f8855fb80acfa456f8f69989fe949308fe4d154","SHA1After":"f6b8e05a178b9b10ba17c597fa0a44b7a2a966a8","Changes":[{"Position":356808,"Content":[235,9,144,144,144]},{"Position":357349,"Content":[235,9,144,144,144]},{"Position":357781,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.9.26361","SHA1Before":"022d3433d13d07a354c38816f61cb0b7ac60d3fd","SHA1After":"873a57c1fb51cdd099c8cb7108b5ab5cb4459557","Changes":[{"Position":354270,"Content":[235,9,144,144,144]},{"Position":354811,"Content":[235,9,144,144,144]},{"Position":355243,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.9.26346","SHA1Before":"895eb70f707b8222e6460c91492b1281e525059b","SHA1After":"0bb83990e2b5b5f23b7b43249941ff638201af54","Changes":[{"Position":354270,"Content":[235,9,144,144,144]},{"Position":354811,"Content":[235,9,144,144,144]},{"Position":355243,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.8.26211","SHA1Before":"a950d3cf5e8925f7775624271105ef78d9c5cb57","SHA1After":"dffc1cb87b91e6467e13c935611f2f7fd76b9a8d","Changes":[{"Position":337135,"Content":[235,9,144,144,144]},{"Position":337676,"Content":[235,9,144,144,144]},{"Position":338108,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.7.25980","SHA1Before":"c6632339fbe675312a70ae4620e70699c258cd36","SHA1After":"e9ddc5cc681950796fc8fe4c55f580428c890b51","Changes":[{"Position":327839,"Content":[235,9,144,144,144]},{"Position":328380,"Content":[235,9,144,144,144]},{"Position":328812,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.0.4.23786","SHA1Before":"69a714f4eadb09f1453f6f022d4adbcd801cfab8","SHA1After":"b48e77a924076b3ebdffc4af514c868c551d2bca","Changes":[{"Position":318321,"Content":[235,7,144,144,144]},{"Position":318862,"Content":[235,7,144,144,144]},{"Position":319379,"Content":[235,7,144,144,144]}]}]},"FileCommonModifyInfos":{"IM.dll":[{"Name":"IM.dll","StartVersion":"9.4.7.00000","EndVersion":"","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,63,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,63,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,63,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"IM.dll","StartVersion":"9.1.6.00000","EndVersion":"9.4.7.00000","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,84,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]}]}},"TIM":{"Name":"TIM","FileTargetInfos":{"IM.dll":{"Name":"IM.dll","RelativePath":"Bin\\IM.dll","Memo":null,"StartVersion":null,"EndVersion":null}},"FileModifyInfos":{"IM.dll":[{"Name":"IM.dll","Version":"2.3.2.21173","SHA1Before":"ecf3e69f3fb100ffe2fee095ffded591b9781024","SHA1After":"0514d1304e7ac46b4d33386ec3313888f5ae7171","Changes":[{"Position":317322,"Content":[235,9,144,144,144]},{"Position":317863,"Content":[235,9,144,144,144]},{"Position":318295,"Content":[235,8,144,144,144,144]}]}]},"FileCommonModifyInfos":{"IM.dll":[{"Name":"IM.dll","StartVersion":"3.4.0.00000","EndVersion":"","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,63,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,63,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,63,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"IM.dll","StartVersion":"3.0.0.00000","EndVersion":"3.4.0.00000","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,84,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]}]}},"QQLite":{"Name":"QQLite","FileTargetInfos":{"IM.dll":{"Name":"IM.dll","RelativePath":"Bin\\IM.dll","Memo":null,"StartVersion":null,"EndVersion":null}},"FileModifyInfos":{"IM.dll":[{"Name":"IM.dll","Version":"7.9.14314.0","SHA1Before":"2e97d7671963fa148a1beeda6ce4964314310593","SHA1After":"723c008fb53435ead20fa6f2e951c9a4a8ff46da","Changes":[{"Position":148741,"Content":[235,2,144,144]},{"Position":149689,"Content":[235,2,144,144]}]},{"Name":"IM.dll","Version":"7.9.14308.0","SHA1Before":"b8a7a873178706b97be11c25f13bcf09e9e578a2","SHA1After":"c5bf533c7af6996b42d1fb2a0fb3f26dfd52f8bf","Changes":[{"Position":148741,"Content":[235,2,144,144]},{"Position":149689,"Content":[235,2,144,144]}]}]},"FileCommonModifyInfos":null}},"LatestVersion":"1.7","Notice":"","NoticeUrl":"","PatchVersion":20230711} ================================================ FILE: RevokeMsgPatcher.Assistant/Data/1.7/patch.json ================================================ {"Apps":{"Wechat":{"Name":"WeChat","FileTargetInfos":{"WeChatWin.dll":{"Name":"WeChatWin.dll","RelativePath":"WeChatWin.dll","Memo":null,"StartVersion":"1.0.0.0","EndVersion":null},"WeChat.exe":{"Name":"WeChat.exe","RelativePath":"../WeChat.exe","Memo":null,"StartVersion":"3.7.0.0","EndVersion":"3.7.0.26"}},"FileModifyInfos":{"WeChat.exe":[],"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":"7d06e076c525aec6783e919dde4ee11ba9fdb198","SHA1After":"f22ab996a1779c2b41132d42c4fdf98c003284e0","Changes":[{"Position":3397481,"Content":[235]},{"Position":12120775,"Content":[235]}]},{"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":"e772c81c8a1b79cac77b22dbe67b375fa340ba30","SHA1After":"bcbc491910f07cb995ef154a281450f2d052e90b","Changes":[{"Position":2658457,"Content":[235]},{"Position":8280416,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.8.0.88","SHA1Before":"b34c73e38cfec186890b58caac5fc9962377cd9b","SHA1After":"8c108e92de0b6b4d9e61ce38ab8dd339a27e505b","Changes":[{"Position":2655369,"Content":[235]},{"Position":8273280,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.8.0.82","SHA1Before":"c359cc1a391441d261753f2844f9156638df8631","SHA1After":"d1b4dee8f7f91e34d68501987fd0675b33fe85da","Changes":[{"Position":2645961,"Content":[235]},{"Position":8263344,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.2.78","SHA1Before":"26a5c5503f1e176676da5657c12812da8aaa0243","SHA1After":"d338215a815c09755c04949995ec3e4eab8dce60","Changes":[{"Position":2645673,"Content":[235]},{"Position":8262528,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.2.76","SHA1Before":"0003c7b2c0136a0eb2a6cfc2c694cb57b04b5517","SHA1After":"88af6055a0f4d3bdaa6f717ec8b263d4418487b6","Changes":[{"Position":2644905,"Content":[235]},{"Position":8261024,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.88","SHA1Before":"034059bad50dd793140952391bfa7936133e69b4","SHA1After":"dd6d80c30ca9e0ea9f7d2f1add498fc9aa4bc7a0","Changes":[{"Position":2499465,"Content":[235]},{"Position":7952304,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.85","SHA1Before":"de0df4e138b72460450f66c029e33f4510f5e2df","SHA1After":"fbd35720aaff3cdcfd3ff18ea503dc06450e5c99","Changes":[{"Position":2499465,"Content":[235]},{"Position":7952000,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.82","SHA1Before":"20e111a18872bf6c7148a897c11da26c1ec95520","SHA1After":"1e0741d325ca6b1cd2402b829a3d13a2524af617","Changes":[{"Position":2499465,"Content":[235]},{"Position":7951952,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.74","SHA1Before":"b1eaf7edc074a88be5d0f89230436cc2084d24d2","SHA1After":"eb3d74ccd87a09059a005f4972861898fc3de463","Changes":[{"Position":2499465,"Content":[235]},{"Position":7951696,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.65","SHA1Before":"8346b97d264725da924d240c6eb77df3e693385e","SHA1After":"42bab2c9c79ef4f2088c00ea6d817973e14a5e6e","Changes":[{"Position":2495545,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.59","SHA1Before":"df954d403edaca89cd5394927a325a0023e93281","SHA1After":"6aa22460c91bb5c5e2f0ec1af99b8a5f6d4318c0","Changes":[{"Position":2496073,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.43","SHA1Before":"39cd9e09e1a3eac09e6808749bff525c9e3216ce","SHA1After":"7b829f1ff0217e346a80f9510fdd7634ddd49445","Changes":[{"Position":2494169,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.0.70","SHA1Before":"3b0601864aff3c1d792f812ad1ca05f02aa761e3","SHA1After":"1e8734d32b0a8c12758e30f99c77f729991fb071","Changes":[{"Position":2475657,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.0.65","SHA1Before":"063c2e05a0df1bdb8987c2d978d93499bd2052ba","SHA1After":"5ed4c09a4f18643b967f063a824d7e65d0567f8a","Changes":[{"Position":2475449,"Content":[117]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.68","SHA1Before":"2e9417f4276b12fe32ca7b4fee49272a4a2af334","SHA1After":"699602ee3cbb9ae5714f6e6ebc658c875a6c66e6","Changes":[{"Position":2454006,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.65","SHA1Before":"e01f6855a96c12c30808960903ed199a33e4952c","SHA1After":"d9120569cfd0433aebea107d7b90805cbbac7518","Changes":[{"Position":2454265,"Content":[117]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.52","SHA1Before":"88131302f664df6a657c9ca49d152da536fe5729","SHA1After":"8d1454b73831644181e962c1fa0ea4e2da4124a3","Changes":[{"Position":2453049,"Content":[117]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.51","SHA1Before":"d0a5517b1292a751501b00b4b1f0702db2d9fc30","SHA1After":"53e7b1525d49bf2c3250a8131ff0ba2510779b78","Changes":[{"Position":2452614,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.37","SHA1Before":"7e01f8b04a158a4a50bc5a6e67c2fb8b02233170","SHA1After":"a1895004415fe9bcd7e690bd6e482b833b515599","Changes":[{"Position":2452614,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.7.57","SHA1Before":"80a91aaf941bcb1c24a7d672838ac73e9ebb2e40","SHA1After":"a0d3f9a45a835f97aef7fe0872387d8cfb5c25a4","Changes":[{"Position":2433413,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.7.40","SHA1Before":"04bd0cb28df6630b518f42a3f9c2caa4a9359fbc","SHA1After":"13c91cf1d4609959771fd137b9a86a5ca365e1b6","Changes":[{"Position":2432934,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.7.32","SHA1Before":"a02519c1007ee6723947c262c720d63c619f633e","SHA1After":"f3007471ca8734c29783c25f0bb49949a783a44","Changes":[{"Position":2432806,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.6.28","SHA1Before":"0b19cb17a62c3ea0efce0fb675a1d3b17845cba3","SHA1After":"260948656725446b818ea668273ceff02ddfb44d","Changes":[{"Position":2401678,"Content":[116]}]}]},"FileCommonModifyInfos":{"WeChat.exe":[{"Name":"WeChatWin.dll","StartVersion":"3.7.0.8","EndVersion":"3.7.0.26","ReplacePatterns":[{"Search":[131,196,8,132,192,117,63,104],"Replace":[131,196,8,132,192,235,63,104],"Category":"去除校验","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.7.0.0","EndVersion":"3.7.0.8","ReplacePatterns":[{"Search":[133,192,117,89],"Replace":[133,192,235,89],"Category":"去除校验","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]}],"WeChatWin.dll":[{"Name":"WeChatWin.dll","StartVersion":"3.9.11.0","EndVersion":"","ReplacePatterns":[{"Search":[15,31,68,0,0,73,139,80,8,72,133,210,116,63,72,199,193],"Replace":[15,31,68,0,0,73,139,80,8,72,133,210,117,63,72,199,193],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[77,133,192,15,132,63,63,63,63,235,191,65,139],"Replace":[77,133,192,15,132,63,63,63,63,144,144,65,139],"Category":"防撤回带提示(新)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[69,50,246,76,141,37,63,63,63,63,72,133,192,15,132],"Replace":[69,50,246,76,141,37,63,63,63,63,72,133,192,144,233],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.9.9.0","EndVersion":"3.9.11.0","ReplacePatterns":[{"Search":[15,31,68,0,0,73,139,80,8,72,133,210,116,63,72,199,193],"Replace":[15,31,68,0,0,73,139,80,8,72,133,210,117,63,72,199,193],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[77,133,192,15,132,63,63,63,63,235,191,65,139],"Replace":[77,133,192,15,132,63,63,63,63,144,144,65,139],"Category":"防撤回带提示(新)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[1,61,183,0,0,0,15,133,63,63,63,63,72,139,207],"Replace":[1,61,183,0,0,0,144,233,63,63,63,63,72,139,207],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.9.6.0","EndVersion":"3.9.9.0","ReplacePatterns":[{"Search":[15,31,68,0,0,73,139,80,8,72,133,210,116,63,72,199,193],"Replace":[15,31,68,0,0,73,139,80,8,72,133,210,117,63,72,199,193],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[1,61,183,0,0,0,15,133,63,63,63,63,72,139,207],"Replace":[1,61,183,0,0,0,144,233,63,63,63,63,72,139,207],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.9.5.0","EndVersion":"3.9.6.0","ReplacePatterns":[{"Search":[15,31,68,0,0,73,139,80,8,72,133,210,116,63,72,199,193],"Replace":[15,31,68,0,0,73,139,80,8,72,133,210,117,63,72,199,193],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[24,1,61,183,0,0,0,15,133,63,63,63,63,72,139,207],"Replace":[24,1,61,183,0,0,0,144,233,63,63,63,63,72,139,207],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.9.2.0","EndVersion":"3.9.5.0","ReplacePatterns":[{"Search":[131,196,16,132,192,116,10,190,2,0,0,0,233],"Replace":[131,196,16,132,192,144,144,190,2,0,0,0,233],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,132,219,15,132,63,63,63,63,139,61],"Replace":[131,196,4,132,219,144,233,63,63,63,63,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.9.0.0","EndVersion":"3.9.2.0","ReplacePatterns":[{"Search":[133,192,116,50,185,63,63,63,63,138],"Replace":[133,192,235,50,185,63,63,63,63,138],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[195,51,192,163,63,63,63,63,195,204,204,204,204,204,204,204,204,204,204,204,204,85,139,236],"Replace":[195,51,192,163,63,63,63,63,195,204,204,204,204,204,204,204,204,204,204,204,204,195,139,236],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.8.1.0","EndVersion":"3.9.0.0","ReplacePatterns":[{"Search":[133,192,116,50,185,63,63,63,63,138],"Replace":[133,192,235,50,185,63,63,63,63,138],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,132,219,15,132,38,1,0,0,139,61],"Replace":[131,196,4,132,219,144,233,38,1,0,0,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.8.0.0","EndVersion":"3.8.1.0","ReplacePatterns":[{"Search":[133,192,116,50,185,63,63,63,63,138],"Replace":[133,192,235,50,185,63,63,63,63,138],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,128,189,223,251,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,223,251,255,255,0,235,88,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.7.6.0","EndVersion":"3.8.0.0","ReplacePatterns":[{"Search":[133,192,116,50,185,63,63,63,63,138],"Replace":[133,192,235,50,185,63,63,63,63,138],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,128,189,255,251,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,255,251,255,255,0,235,88,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.7.0.0","EndVersion":"3.7.6.0","ReplacePatterns":[{"Search":[0,133,192,116,50,185,63,63,63,63,138],"Replace":[0,133,192,235,50,185,63,63,63,63,138],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[128,125,242,0,106,1,116],"Replace":[128,125,242,0,106,1,235],"Category":"防撤回带提示(新)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,128,189,63,252,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,63,252,255,255,0,235,88,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.6.5.0","EndVersion":"3.7.0.0","ReplacePatterns":[{"Search":[0,133,192,116,50,185,63,63,63,17,138],"Replace":[0,133,192,235,50,185,63,63,63,17,138],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,128,189,63,252,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,63,252,255,255,0,235,88,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.6.0.5","EndVersion":"3.6.5.0","ReplacePatterns":[{"Search":[239,0,133,192,116,50,185,63,63,63,17,138],"Replace":[239,0,133,192,235,50,185,63,63,63,17,138],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,128,189,47,252,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,47,252,255,255,0,235,88,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.5.0.28","EndVersion":"3.6.0.0","ReplacePatterns":[{"Search":[237,0,133,192,116,50,185],"Replace":[237,0,51,192,116,50,185],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,128,189,47,252,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,47,252,255,255,0,235,88,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.4.0.0","EndVersion":"3.5.0.0","ReplacePatterns":[{"Search":[0,133,192,116,50,185,63,63,63,17,138],"Replace":[0,133,192,235,50,185,63,63,63,17,138],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[232,107,0,0,0,132,192,116,86,86,106,0],"Replace":[232,107,0,0,0,132,192,235,86,86,106,0],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.3.5.15","EndVersion":"3.4.0.0","ReplacePatterns":[{"Search":[0,133,192,116,50,185,63,63,149,17,138],"Replace":[0,133,192,235,50,185,63,63,149,17,138],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[232,107,0,0,0,132,192,116,86,86,106,0],"Replace":[232,107,0,0,0,132,192,235,86,86,106,0],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.2.0.00","EndVersion":"3.3.5.00","ReplacePatterns":[{"Search":[0,133,192,116,123,139,200,232],"Replace":[0,133,192,235,123,139,200,232],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[232,107,0,0,0,132,192,116,86,86,106,0],"Replace":[232,107,0,0,0,132,192,235,86,86,106,0],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.1.0.00","EndVersion":"3.2.0.00","ReplacePatterns":[{"Search":[0,133,192,116,123,139,200,232],"Replace":[0,133,192,235,123,139,200,232],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[255,232,155,239,255,255,132,192,116,8,131],"Replace":[255,144,144,144,144,144,132,192,116,8,131],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"2.8.0.88","EndVersion":"3.1.0.00","ReplacePatterns":[{"Search":[0,133,192,116,123,139,200,232],"Replace":[0,133,192,235,123,139,200,232],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,85,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Replace":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,195,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"2.7.0.00","EndVersion":"2.8.0.88","ReplacePatterns":[{"Search":[0,133,192,116,50,185],"Replace":[0,133,192,235,50,185],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,85,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Replace":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,195,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]}]}},"QQ":{"Name":"QQ","FileTargetInfos":{"IM.dll":{"Name":"IM.dll","RelativePath":"Bin\\IM.dll","Memo":null,"StartVersion":null,"EndVersion":null}},"FileModifyInfos":{"IM.dll":[{"Name":"IM.dll","Version":"9.2.3.26592","SHA1Before":"9114e7869572b4b868afcbc8b28eae932559ec60","SHA1After":"42e15175fd53768bb48772dc69fb07a4eac5a623","Changes":[{"Position":371605,"Content":[235,9,144,144,144]},{"Position":372146,"Content":[235,9,144,144,144]},{"Position":372576,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.2.26569","SHA1Before":"434254e76c520789558e075af677821258536311","SHA1After":"237c9e489a97858a175f0f7c72ade4ebcbac7a69","Changes":[{"Position":371146,"Content":[235,9,144,144,144]},{"Position":371687,"Content":[235,9,144,144,144]},{"Position":372117,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.1.26546","SHA1Before":"8d8ea2c2cbf43f5acf8d684b153e90035352d5f5","SHA1After":"7d194dd5be03982b533d7375c93d9a72587fe28d","Changes":[{"Position":369545,"Content":[235,9,144,144,144]},{"Position":370086,"Content":[235,9,144,144,144]},{"Position":370516,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.0.26453","SHA1Before":"c1935ca6347b0c2a7e6108a7f8ee0643d39deb66","SHA1After":"42811188a7e7b346a6a3c1066936b98c747acaf6","Changes":[{"Position":353794,"Content":[235,9,144,144,144]},{"Position":354335,"Content":[235,9,144,144,144]},{"Position":354767,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.0.26389","SHA1Before":"6f8855fb80acfa456f8f69989fe949308fe4d154","SHA1After":"f6b8e05a178b9b10ba17c597fa0a44b7a2a966a8","Changes":[{"Position":356808,"Content":[235,9,144,144,144]},{"Position":357349,"Content":[235,9,144,144,144]},{"Position":357781,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.9.26361","SHA1Before":"022d3433d13d07a354c38816f61cb0b7ac60d3fd","SHA1After":"873a57c1fb51cdd099c8cb7108b5ab5cb4459557","Changes":[{"Position":354270,"Content":[235,9,144,144,144]},{"Position":354811,"Content":[235,9,144,144,144]},{"Position":355243,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.9.26346","SHA1Before":"895eb70f707b8222e6460c91492b1281e525059b","SHA1After":"0bb83990e2b5b5f23b7b43249941ff638201af54","Changes":[{"Position":354270,"Content":[235,9,144,144,144]},{"Position":354811,"Content":[235,9,144,144,144]},{"Position":355243,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.8.26211","SHA1Before":"a950d3cf5e8925f7775624271105ef78d9c5cb57","SHA1After":"dffc1cb87b91e6467e13c935611f2f7fd76b9a8d","Changes":[{"Position":337135,"Content":[235,9,144,144,144]},{"Position":337676,"Content":[235,9,144,144,144]},{"Position":338108,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.7.25980","SHA1Before":"c6632339fbe675312a70ae4620e70699c258cd36","SHA1After":"e9ddc5cc681950796fc8fe4c55f580428c890b51","Changes":[{"Position":327839,"Content":[235,9,144,144,144]},{"Position":328380,"Content":[235,9,144,144,144]},{"Position":328812,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.0.4.23786","SHA1Before":"69a714f4eadb09f1453f6f022d4adbcd801cfab8","SHA1After":"b48e77a924076b3ebdffc4af514c868c551d2bca","Changes":[{"Position":318321,"Content":[235,7,144,144,144]},{"Position":318862,"Content":[235,7,144,144,144]},{"Position":319379,"Content":[235,7,144,144,144]}]}]},"FileCommonModifyInfos":{"IM.dll":[{"Name":"IM.dll","StartVersion":"9.4.7.00000","EndVersion":"","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,63,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,63,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,63,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"IM.dll","StartVersion":"9.1.6.00000","EndVersion":"9.4.7.00000","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,84,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]}]}},"TIM":{"Name":"TIM","FileTargetInfos":{"IM.dll":{"Name":"IM.dll","RelativePath":"Bin\\IM.dll","Memo":null,"StartVersion":null,"EndVersion":null}},"FileModifyInfos":{"IM.dll":[{"Name":"IM.dll","Version":"2.3.2.21173","SHA1Before":"ecf3e69f3fb100ffe2fee095ffded591b9781024","SHA1After":"0514d1304e7ac46b4d33386ec3313888f5ae7171","Changes":[{"Position":317322,"Content":[235,9,144,144,144]},{"Position":317863,"Content":[235,9,144,144,144]},{"Position":318295,"Content":[235,8,144,144,144,144]}]}]},"FileCommonModifyInfos":{"IM.dll":[{"Name":"IM.dll","StartVersion":"3.4.0.00000","EndVersion":"","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,63,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,63,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,63,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"IM.dll","StartVersion":"3.0.0.00000","EndVersion":"3.4.0.00000","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,84,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]}]}},"QQLite":{"Name":"QQLite","FileTargetInfos":{"IM.dll":{"Name":"IM.dll","RelativePath":"Bin\\IM.dll","Memo":null,"StartVersion":null,"EndVersion":null}},"FileModifyInfos":{"IM.dll":[{"Name":"IM.dll","Version":"7.9.14314.0","SHA1Before":"2e97d7671963fa148a1beeda6ce4964314310593","SHA1After":"723c008fb53435ead20fa6f2e951c9a4a8ff46da","Changes":[{"Position":148741,"Content":[235,2,144,144]},{"Position":149689,"Content":[235,2,144,144]}]},{"Name":"IM.dll","Version":"7.9.14308.0","SHA1Before":"b8a7a873178706b97be11c25f13bcf09e9e578a2","SHA1After":"c5bf533c7af6996b42d1fb2a0fb3f26dfd52f8bf","Changes":[{"Position":148741,"Content":[235,2,144,144]},{"Position":149689,"Content":[235,2,144,144]}]}]},"FileCommonModifyInfos":null}},"LatestVersion":"1.9","Notice":"","NoticeUrl":"","PatchVersion":20240927} ================================================ FILE: RevokeMsgPatcher.Assistant/Data/1.8/patch.json ================================================ {"Apps":{"Wechat":{"Name":"WeChat","FileTargetInfos":{"WeChatWin.dll":{"Name":"WeChatWin.dll","RelativePath":"WeChatWin.dll","Memo":null,"StartVersion":"1.0.0.0","EndVersion":null},"WeChat.exe":{"Name":"WeChat.exe","RelativePath":"../WeChat.exe","Memo":null,"StartVersion":"3.7.0.0","EndVersion":"3.7.0.26"}},"FileModifyInfos":{"WeChat.exe":[],"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":"7d06e076c525aec6783e919dde4ee11ba9fdb198","SHA1After":"f22ab996a1779c2b41132d42c4fdf98c003284e0","Changes":[{"Position":3397481,"Content":[235]},{"Position":12120775,"Content":[235]}]},{"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":"e772c81c8a1b79cac77b22dbe67b375fa340ba30","SHA1After":"bcbc491910f07cb995ef154a281450f2d052e90b","Changes":[{"Position":2658457,"Content":[235]},{"Position":8280416,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.8.0.88","SHA1Before":"b34c73e38cfec186890b58caac5fc9962377cd9b","SHA1After":"8c108e92de0b6b4d9e61ce38ab8dd339a27e505b","Changes":[{"Position":2655369,"Content":[235]},{"Position":8273280,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.8.0.82","SHA1Before":"c359cc1a391441d261753f2844f9156638df8631","SHA1After":"d1b4dee8f7f91e34d68501987fd0675b33fe85da","Changes":[{"Position":2645961,"Content":[235]},{"Position":8263344,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.2.78","SHA1Before":"26a5c5503f1e176676da5657c12812da8aaa0243","SHA1After":"d338215a815c09755c04949995ec3e4eab8dce60","Changes":[{"Position":2645673,"Content":[235]},{"Position":8262528,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.2.76","SHA1Before":"0003c7b2c0136a0eb2a6cfc2c694cb57b04b5517","SHA1After":"88af6055a0f4d3bdaa6f717ec8b263d4418487b6","Changes":[{"Position":2644905,"Content":[235]},{"Position":8261024,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.88","SHA1Before":"034059bad50dd793140952391bfa7936133e69b4","SHA1After":"dd6d80c30ca9e0ea9f7d2f1add498fc9aa4bc7a0","Changes":[{"Position":2499465,"Content":[235]},{"Position":7952304,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.85","SHA1Before":"de0df4e138b72460450f66c029e33f4510f5e2df","SHA1After":"fbd35720aaff3cdcfd3ff18ea503dc06450e5c99","Changes":[{"Position":2499465,"Content":[235]},{"Position":7952000,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.82","SHA1Before":"20e111a18872bf6c7148a897c11da26c1ec95520","SHA1After":"1e0741d325ca6b1cd2402b829a3d13a2524af617","Changes":[{"Position":2499465,"Content":[235]},{"Position":7951952,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.74","SHA1Before":"b1eaf7edc074a88be5d0f89230436cc2084d24d2","SHA1After":"eb3d74ccd87a09059a005f4972861898fc3de463","Changes":[{"Position":2499465,"Content":[235]},{"Position":7951696,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.65","SHA1Before":"8346b97d264725da924d240c6eb77df3e693385e","SHA1After":"42bab2c9c79ef4f2088c00ea6d817973e14a5e6e","Changes":[{"Position":2495545,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.59","SHA1Before":"df954d403edaca89cd5394927a325a0023e93281","SHA1After":"6aa22460c91bb5c5e2f0ec1af99b8a5f6d4318c0","Changes":[{"Position":2496073,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.43","SHA1Before":"39cd9e09e1a3eac09e6808749bff525c9e3216ce","SHA1After":"7b829f1ff0217e346a80f9510fdd7634ddd49445","Changes":[{"Position":2494169,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.0.70","SHA1Before":"3b0601864aff3c1d792f812ad1ca05f02aa761e3","SHA1After":"1e8734d32b0a8c12758e30f99c77f729991fb071","Changes":[{"Position":2475657,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.0.65","SHA1Before":"063c2e05a0df1bdb8987c2d978d93499bd2052ba","SHA1After":"5ed4c09a4f18643b967f063a824d7e65d0567f8a","Changes":[{"Position":2475449,"Content":[117]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.68","SHA1Before":"2e9417f4276b12fe32ca7b4fee49272a4a2af334","SHA1After":"699602ee3cbb9ae5714f6e6ebc658c875a6c66e6","Changes":[{"Position":2454006,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.65","SHA1Before":"e01f6855a96c12c30808960903ed199a33e4952c","SHA1After":"d9120569cfd0433aebea107d7b90805cbbac7518","Changes":[{"Position":2454265,"Content":[117]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.52","SHA1Before":"88131302f664df6a657c9ca49d152da536fe5729","SHA1After":"8d1454b73831644181e962c1fa0ea4e2da4124a3","Changes":[{"Position":2453049,"Content":[117]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.51","SHA1Before":"d0a5517b1292a751501b00b4b1f0702db2d9fc30","SHA1After":"53e7b1525d49bf2c3250a8131ff0ba2510779b78","Changes":[{"Position":2452614,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.37","SHA1Before":"7e01f8b04a158a4a50bc5a6e67c2fb8b02233170","SHA1After":"a1895004415fe9bcd7e690bd6e482b833b515599","Changes":[{"Position":2452614,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.7.57","SHA1Before":"80a91aaf941bcb1c24a7d672838ac73e9ebb2e40","SHA1After":"a0d3f9a45a835f97aef7fe0872387d8cfb5c25a4","Changes":[{"Position":2433413,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.7.40","SHA1Before":"04bd0cb28df6630b518f42a3f9c2caa4a9359fbc","SHA1After":"13c91cf1d4609959771fd137b9a86a5ca365e1b6","Changes":[{"Position":2432934,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.7.32","SHA1Before":"a02519c1007ee6723947c262c720d63c619f633e","SHA1After":"f3007471ca8734c29783c25f0bb49949a783a44","Changes":[{"Position":2432806,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.6.28","SHA1Before":"0b19cb17a62c3ea0efce0fb675a1d3b17845cba3","SHA1After":"260948656725446b818ea668273ceff02ddfb44d","Changes":[{"Position":2401678,"Content":[116]}]}]},"FileCommonModifyInfos":{"WeChat.exe":[{"Name":"WeChatWin.dll","StartVersion":"3.7.0.8","EndVersion":"3.7.0.26","ReplacePatterns":[{"Search":[131,196,8,132,192,117,63,104],"Replace":[131,196,8,132,192,235,63,104],"Category":"去除校验","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.7.0.0","EndVersion":"3.7.0.8","ReplacePatterns":[{"Search":[133,192,117,89],"Replace":[133,192,235,89],"Category":"去除校验","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]}],"WeChatWin.dll":[{"Name":"WeChatWin.dll","StartVersion":"3.9.11.0","EndVersion":"","ReplacePatterns":[{"Search":[15,31,68,0,0,73,139,80,8,72,133,210,116,63,72,199,193],"Replace":[15,31,68,0,0,73,139,80,8,72,133,210,117,63,72,199,193],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[77,133,192,15,132,63,63,63,63,235,191,65,139],"Replace":[77,133,192,15,132,63,63,63,63,144,144,65,139],"Category":"防撤回带提示(新)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[69,50,246,76,141,37,63,63,63,63,72,133,192,15,132],"Replace":[69,50,246,76,141,37,63,63,63,63,72,133,192,144,233],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.9.9.0","EndVersion":"3.9.11.0","ReplacePatterns":[{"Search":[15,31,68,0,0,73,139,80,8,72,133,210,116,63,72,199,193],"Replace":[15,31,68,0,0,73,139,80,8,72,133,210,117,63,72,199,193],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[77,133,192,15,132,63,63,63,63,235,191,65,139],"Replace":[77,133,192,15,132,63,63,63,63,144,144,65,139],"Category":"防撤回带提示(新)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[1,61,183,0,0,0,15,133,63,63,63,63,72,139,207],"Replace":[1,61,183,0,0,0,144,233,63,63,63,63,72,139,207],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.9.6.0","EndVersion":"3.9.9.0","ReplacePatterns":[{"Search":[15,31,68,0,0,73,139,80,8,72,133,210,116,63,72,199,193],"Replace":[15,31,68,0,0,73,139,80,8,72,133,210,117,63,72,199,193],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[1,61,183,0,0,0,15,133,63,63,63,63,72,139,207],"Replace":[1,61,183,0,0,0,144,233,63,63,63,63,72,139,207],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.9.5.0","EndVersion":"3.9.6.0","ReplacePatterns":[{"Search":[15,31,68,0,0,73,139,80,8,72,133,210,116,63,72,199,193],"Replace":[15,31,68,0,0,73,139,80,8,72,133,210,117,63,72,199,193],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[24,1,61,183,0,0,0,15,133,63,63,63,63,72,139,207],"Replace":[24,1,61,183,0,0,0,144,233,63,63,63,63,72,139,207],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.9.2.0","EndVersion":"3.9.5.0","ReplacePatterns":[{"Search":[131,196,16,132,192,116,10,190,2,0,0,0,233],"Replace":[131,196,16,132,192,144,144,190,2,0,0,0,233],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,132,219,15,132,63,63,63,63,139,61],"Replace":[131,196,4,132,219,144,233,63,63,63,63,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.9.0.0","EndVersion":"3.9.2.0","ReplacePatterns":[{"Search":[133,192,116,50,185,63,63,63,63,138],"Replace":[133,192,235,50,185,63,63,63,63,138],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[195,51,192,163,63,63,63,63,195,204,204,204,204,204,204,204,204,204,204,204,204,85,139,236],"Replace":[195,51,192,163,63,63,63,63,195,204,204,204,204,204,204,204,204,204,204,204,204,195,139,236],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.8.1.0","EndVersion":"3.9.0.0","ReplacePatterns":[{"Search":[133,192,116,50,185,63,63,63,63,138],"Replace":[133,192,235,50,185,63,63,63,63,138],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,132,219,15,132,38,1,0,0,139,61],"Replace":[131,196,4,132,219,144,233,38,1,0,0,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.8.0.0","EndVersion":"3.8.1.0","ReplacePatterns":[{"Search":[133,192,116,50,185,63,63,63,63,138],"Replace":[133,192,235,50,185,63,63,63,63,138],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,128,189,223,251,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,223,251,255,255,0,235,88,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.7.6.0","EndVersion":"3.8.0.0","ReplacePatterns":[{"Search":[133,192,116,50,185,63,63,63,63,138],"Replace":[133,192,235,50,185,63,63,63,63,138],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,128,189,255,251,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,255,251,255,255,0,235,88,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.7.0.0","EndVersion":"3.7.6.0","ReplacePatterns":[{"Search":[0,133,192,116,50,185,63,63,63,63,138],"Replace":[0,133,192,235,50,185,63,63,63,63,138],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[128,125,242,0,106,1,116],"Replace":[128,125,242,0,106,1,235],"Category":"防撤回带提示(新)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,128,189,63,252,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,63,252,255,255,0,235,88,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.6.5.0","EndVersion":"3.7.0.0","ReplacePatterns":[{"Search":[0,133,192,116,50,185,63,63,63,17,138],"Replace":[0,133,192,235,50,185,63,63,63,17,138],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,128,189,63,252,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,63,252,255,255,0,235,88,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.6.0.5","EndVersion":"3.6.5.0","ReplacePatterns":[{"Search":[239,0,133,192,116,50,185,63,63,63,17,138],"Replace":[239,0,133,192,235,50,185,63,63,63,17,138],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,128,189,47,252,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,47,252,255,255,0,235,88,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.5.0.28","EndVersion":"3.6.0.0","ReplacePatterns":[{"Search":[237,0,133,192,116,50,185],"Replace":[237,0,51,192,116,50,185],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,128,189,47,252,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,47,252,255,255,0,235,88,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.4.0.0","EndVersion":"3.5.0.0","ReplacePatterns":[{"Search":[0,133,192,116,50,185,63,63,63,17,138],"Replace":[0,133,192,235,50,185,63,63,63,17,138],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[232,107,0,0,0,132,192,116,86,86,106,0],"Replace":[232,107,0,0,0,132,192,235,86,86,106,0],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.3.5.15","EndVersion":"3.4.0.0","ReplacePatterns":[{"Search":[0,133,192,116,50,185,63,63,149,17,138],"Replace":[0,133,192,235,50,185,63,63,149,17,138],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[232,107,0,0,0,132,192,116,86,86,106,0],"Replace":[232,107,0,0,0,132,192,235,86,86,106,0],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.2.0.00","EndVersion":"3.3.5.00","ReplacePatterns":[{"Search":[0,133,192,116,123,139,200,232],"Replace":[0,133,192,235,123,139,200,232],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[232,107,0,0,0,132,192,116,86,86,106,0],"Replace":[232,107,0,0,0,132,192,235,86,86,106,0],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.1.0.00","EndVersion":"3.2.0.00","ReplacePatterns":[{"Search":[0,133,192,116,123,139,200,232],"Replace":[0,133,192,235,123,139,200,232],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[255,232,155,239,255,255,132,192,116,8,131],"Replace":[255,144,144,144,144,144,132,192,116,8,131],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"2.8.0.88","EndVersion":"3.1.0.00","ReplacePatterns":[{"Search":[0,133,192,116,123,139,200,232],"Replace":[0,133,192,235,123,139,200,232],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,85,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Replace":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,195,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"2.7.0.00","EndVersion":"2.8.0.88","ReplacePatterns":[{"Search":[0,133,192,116,50,185],"Replace":[0,133,192,235,50,185],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,85,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Replace":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,195,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]}]}},"QQ":{"Name":"QQ","FileTargetInfos":{"IM.dll":{"Name":"IM.dll","RelativePath":"Bin\\IM.dll","Memo":null,"StartVersion":null,"EndVersion":null}},"FileModifyInfos":{"IM.dll":[{"Name":"IM.dll","Version":"9.2.3.26592","SHA1Before":"9114e7869572b4b868afcbc8b28eae932559ec60","SHA1After":"42e15175fd53768bb48772dc69fb07a4eac5a623","Changes":[{"Position":371605,"Content":[235,9,144,144,144]},{"Position":372146,"Content":[235,9,144,144,144]},{"Position":372576,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.2.26569","SHA1Before":"434254e76c520789558e075af677821258536311","SHA1After":"237c9e489a97858a175f0f7c72ade4ebcbac7a69","Changes":[{"Position":371146,"Content":[235,9,144,144,144]},{"Position":371687,"Content":[235,9,144,144,144]},{"Position":372117,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.1.26546","SHA1Before":"8d8ea2c2cbf43f5acf8d684b153e90035352d5f5","SHA1After":"7d194dd5be03982b533d7375c93d9a72587fe28d","Changes":[{"Position":369545,"Content":[235,9,144,144,144]},{"Position":370086,"Content":[235,9,144,144,144]},{"Position":370516,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.0.26453","SHA1Before":"c1935ca6347b0c2a7e6108a7f8ee0643d39deb66","SHA1After":"42811188a7e7b346a6a3c1066936b98c747acaf6","Changes":[{"Position":353794,"Content":[235,9,144,144,144]},{"Position":354335,"Content":[235,9,144,144,144]},{"Position":354767,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.0.26389","SHA1Before":"6f8855fb80acfa456f8f69989fe949308fe4d154","SHA1After":"f6b8e05a178b9b10ba17c597fa0a44b7a2a966a8","Changes":[{"Position":356808,"Content":[235,9,144,144,144]},{"Position":357349,"Content":[235,9,144,144,144]},{"Position":357781,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.9.26361","SHA1Before":"022d3433d13d07a354c38816f61cb0b7ac60d3fd","SHA1After":"873a57c1fb51cdd099c8cb7108b5ab5cb4459557","Changes":[{"Position":354270,"Content":[235,9,144,144,144]},{"Position":354811,"Content":[235,9,144,144,144]},{"Position":355243,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.9.26346","SHA1Before":"895eb70f707b8222e6460c91492b1281e525059b","SHA1After":"0bb83990e2b5b5f23b7b43249941ff638201af54","Changes":[{"Position":354270,"Content":[235,9,144,144,144]},{"Position":354811,"Content":[235,9,144,144,144]},{"Position":355243,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.8.26211","SHA1Before":"a950d3cf5e8925f7775624271105ef78d9c5cb57","SHA1After":"dffc1cb87b91e6467e13c935611f2f7fd76b9a8d","Changes":[{"Position":337135,"Content":[235,9,144,144,144]},{"Position":337676,"Content":[235,9,144,144,144]},{"Position":338108,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.7.25980","SHA1Before":"c6632339fbe675312a70ae4620e70699c258cd36","SHA1After":"e9ddc5cc681950796fc8fe4c55f580428c890b51","Changes":[{"Position":327839,"Content":[235,9,144,144,144]},{"Position":328380,"Content":[235,9,144,144,144]},{"Position":328812,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.0.4.23786","SHA1Before":"69a714f4eadb09f1453f6f022d4adbcd801cfab8","SHA1After":"b48e77a924076b3ebdffc4af514c868c551d2bca","Changes":[{"Position":318321,"Content":[235,7,144,144,144]},{"Position":318862,"Content":[235,7,144,144,144]},{"Position":319379,"Content":[235,7,144,144,144]}]}]},"FileCommonModifyInfos":{"IM.dll":[{"Name":"IM.dll","StartVersion":"9.4.7.00000","EndVersion":"","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,63,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,63,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,63,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"IM.dll","StartVersion":"9.1.6.00000","EndVersion":"9.4.7.00000","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,84,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]}]}},"TIM":{"Name":"TIM","FileTargetInfos":{"IM.dll":{"Name":"IM.dll","RelativePath":"Bin\\IM.dll","Memo":null,"StartVersion":null,"EndVersion":null}},"FileModifyInfos":{"IM.dll":[{"Name":"IM.dll","Version":"2.3.2.21173","SHA1Before":"ecf3e69f3fb100ffe2fee095ffded591b9781024","SHA1After":"0514d1304e7ac46b4d33386ec3313888f5ae7171","Changes":[{"Position":317322,"Content":[235,9,144,144,144]},{"Position":317863,"Content":[235,9,144,144,144]},{"Position":318295,"Content":[235,8,144,144,144,144]}]}]},"FileCommonModifyInfos":{"IM.dll":[{"Name":"IM.dll","StartVersion":"3.4.0.00000","EndVersion":"","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,63,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,63,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,63,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"IM.dll","StartVersion":"3.0.0.00000","EndVersion":"3.4.0.00000","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,84,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]}]}},"QQLite":{"Name":"QQLite","FileTargetInfos":{"IM.dll":{"Name":"IM.dll","RelativePath":"Bin\\IM.dll","Memo":null,"StartVersion":null,"EndVersion":null}},"FileModifyInfos":{"IM.dll":[{"Name":"IM.dll","Version":"7.9.14314.0","SHA1Before":"2e97d7671963fa148a1beeda6ce4964314310593","SHA1After":"723c008fb53435ead20fa6f2e951c9a4a8ff46da","Changes":[{"Position":148741,"Content":[235,2,144,144]},{"Position":149689,"Content":[235,2,144,144]}]},{"Name":"IM.dll","Version":"7.9.14308.0","SHA1Before":"b8a7a873178706b97be11c25f13bcf09e9e578a2","SHA1After":"c5bf533c7af6996b42d1fb2a0fb3f26dfd52f8bf","Changes":[{"Position":148741,"Content":[235,2,144,144]},{"Position":149689,"Content":[235,2,144,144]}]}]},"FileCommonModifyInfos":null},"QQNT":{"Name":"QQNT","FileTargetInfos":{"QQ.exe":{"Name":"QQ.exe","RelativePath":"QQ.exe","Memo":null,"StartVersion":null,"EndVersion":null}},"FileModifyInfos":null,"FileCommonModifyInfos":{"QQ.exe":[{"Name":"QQ.exe","StartVersion":"9.9.10.00000","EndVersion":"9.9.15.00000","ReplacePatterns":[{"Search":[72,137,206,72,139,17,76,139,65,8,73,41,208,72,139,73,24,232,63,63,63,63],"Replace":[72,137,206,72,139,17,76,139,65,8,73,41,208,72,139,73,24,184,1,0,0,0],"Category":"请在新窗口内安装LiteLoaderQQNT","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]}]}}},"LatestVersion":"1.9","Notice":"","NoticeUrl":"","PatchVersion":20240928} ================================================ FILE: RevokeMsgPatcher.Assistant/Data/1.9/patch.json ================================================ {"Apps":{"Wechat":{"Name":"WeChat","FileTargetInfos":{"WeChatWin.dll":{"Name":"WeChatWin.dll","RelativePath":"WeChatWin.dll","Memo":null,"StartVersion":"1.0.0.0","EndVersion":null},"WeChat.exe":{"Name":"WeChat.exe","RelativePath":"../WeChat.exe","Memo":null,"StartVersion":"3.7.0.0","EndVersion":"3.7.0.26"}},"FileModifyInfos":{"WeChat.exe":[],"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":"7d06e076c525aec6783e919dde4ee11ba9fdb198","SHA1After":"f22ab996a1779c2b41132d42c4fdf98c003284e0","Changes":[{"Position":3397481,"Content":[235]},{"Position":12120775,"Content":[235]}]},{"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":"e772c81c8a1b79cac77b22dbe67b375fa340ba30","SHA1After":"bcbc491910f07cb995ef154a281450f2d052e90b","Changes":[{"Position":2658457,"Content":[235]},{"Position":8280416,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.8.0.88","SHA1Before":"b34c73e38cfec186890b58caac5fc9962377cd9b","SHA1After":"8c108e92de0b6b4d9e61ce38ab8dd339a27e505b","Changes":[{"Position":2655369,"Content":[235]},{"Position":8273280,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.8.0.82","SHA1Before":"c359cc1a391441d261753f2844f9156638df8631","SHA1After":"d1b4dee8f7f91e34d68501987fd0675b33fe85da","Changes":[{"Position":2645961,"Content":[235]},{"Position":8263344,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.2.78","SHA1Before":"26a5c5503f1e176676da5657c12812da8aaa0243","SHA1After":"d338215a815c09755c04949995ec3e4eab8dce60","Changes":[{"Position":2645673,"Content":[235]},{"Position":8262528,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.2.76","SHA1Before":"0003c7b2c0136a0eb2a6cfc2c694cb57b04b5517","SHA1After":"88af6055a0f4d3bdaa6f717ec8b263d4418487b6","Changes":[{"Position":2644905,"Content":[235]},{"Position":8261024,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.88","SHA1Before":"034059bad50dd793140952391bfa7936133e69b4","SHA1After":"dd6d80c30ca9e0ea9f7d2f1add498fc9aa4bc7a0","Changes":[{"Position":2499465,"Content":[235]},{"Position":7952304,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.85","SHA1Before":"de0df4e138b72460450f66c029e33f4510f5e2df","SHA1After":"fbd35720aaff3cdcfd3ff18ea503dc06450e5c99","Changes":[{"Position":2499465,"Content":[235]},{"Position":7952000,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.82","SHA1Before":"20e111a18872bf6c7148a897c11da26c1ec95520","SHA1After":"1e0741d325ca6b1cd2402b829a3d13a2524af617","Changes":[{"Position":2499465,"Content":[235]},{"Position":7951952,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.74","SHA1Before":"b1eaf7edc074a88be5d0f89230436cc2084d24d2","SHA1After":"eb3d74ccd87a09059a005f4972861898fc3de463","Changes":[{"Position":2499465,"Content":[235]},{"Position":7951696,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.65","SHA1Before":"8346b97d264725da924d240c6eb77df3e693385e","SHA1After":"42bab2c9c79ef4f2088c00ea6d817973e14a5e6e","Changes":[{"Position":2495545,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.59","SHA1Before":"df954d403edaca89cd5394927a325a0023e93281","SHA1After":"6aa22460c91bb5c5e2f0ec1af99b8a5f6d4318c0","Changes":[{"Position":2496073,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.43","SHA1Before":"39cd9e09e1a3eac09e6808749bff525c9e3216ce","SHA1After":"7b829f1ff0217e346a80f9510fdd7634ddd49445","Changes":[{"Position":2494169,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.0.70","SHA1Before":"3b0601864aff3c1d792f812ad1ca05f02aa761e3","SHA1After":"1e8734d32b0a8c12758e30f99c77f729991fb071","Changes":[{"Position":2475657,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.0.65","SHA1Before":"063c2e05a0df1bdb8987c2d978d93499bd2052ba","SHA1After":"5ed4c09a4f18643b967f063a824d7e65d0567f8a","Changes":[{"Position":2475449,"Content":[117]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.68","SHA1Before":"2e9417f4276b12fe32ca7b4fee49272a4a2af334","SHA1After":"699602ee3cbb9ae5714f6e6ebc658c875a6c66e6","Changes":[{"Position":2454006,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.65","SHA1Before":"e01f6855a96c12c30808960903ed199a33e4952c","SHA1After":"d9120569cfd0433aebea107d7b90805cbbac7518","Changes":[{"Position":2454265,"Content":[117]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.52","SHA1Before":"88131302f664df6a657c9ca49d152da536fe5729","SHA1After":"8d1454b73831644181e962c1fa0ea4e2da4124a3","Changes":[{"Position":2453049,"Content":[117]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.51","SHA1Before":"d0a5517b1292a751501b00b4b1f0702db2d9fc30","SHA1After":"53e7b1525d49bf2c3250a8131ff0ba2510779b78","Changes":[{"Position":2452614,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.37","SHA1Before":"7e01f8b04a158a4a50bc5a6e67c2fb8b02233170","SHA1After":"a1895004415fe9bcd7e690bd6e482b833b515599","Changes":[{"Position":2452614,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.7.57","SHA1Before":"80a91aaf941bcb1c24a7d672838ac73e9ebb2e40","SHA1After":"a0d3f9a45a835f97aef7fe0872387d8cfb5c25a4","Changes":[{"Position":2433413,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.7.40","SHA1Before":"04bd0cb28df6630b518f42a3f9c2caa4a9359fbc","SHA1After":"13c91cf1d4609959771fd137b9a86a5ca365e1b6","Changes":[{"Position":2432934,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.7.32","SHA1Before":"a02519c1007ee6723947c262c720d63c619f633e","SHA1After":"f3007471ca8734c29783c25f0bb49949a783a44","Changes":[{"Position":2432806,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.6.28","SHA1Before":"0b19cb17a62c3ea0efce0fb675a1d3b17845cba3","SHA1After":"260948656725446b818ea668273ceff02ddfb44d","Changes":[{"Position":2401678,"Content":[116]}]}]},"FileCommonModifyInfos":{"WeChat.exe":[{"Name":"WeChatWin.dll","StartVersion":"3.7.0.8","EndVersion":"3.7.0.26","ReplacePatterns":[{"Search":[131,196,8,132,192,117,63,104],"Replace":[131,196,8,132,192,235,63,104],"Category":"去除校验","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.7.0.0","EndVersion":"3.7.0.8","ReplacePatterns":[{"Search":[133,192,117,89],"Replace":[133,192,235,89],"Category":"去除校验","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]}],"WeChatWin.dll":[{"Name":"WeChatWin.dll","StartVersion":"3.9.11.0","EndVersion":"","ReplacePatterns":[{"Search":[15,31,68,0,0,73,139,80,8,72,133,210,116,63,72,199,193],"Replace":[15,31,68,0,0,73,139,80,8,72,133,210,117,63,72,199,193],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[77,133,192,15,132,63,63,63,63,235,191,65,139],"Replace":[77,133,192,15,132,63,63,63,63,144,144,65,139],"Category":"防撤回带提示(新)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[69,50,246,76,141,37,63,63,63,63,72,133,192,15,132],"Replace":[69,50,246,76,141,37,63,63,63,63,72,133,192,144,233],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.9.9.0","EndVersion":"3.9.11.0","ReplacePatterns":[{"Search":[15,31,68,0,0,73,139,80,8,72,133,210,116,63,72,199,193],"Replace":[15,31,68,0,0,73,139,80,8,72,133,210,117,63,72,199,193],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[77,133,192,15,132,63,63,63,63,235,191,65,139],"Replace":[77,133,192,15,132,63,63,63,63,144,144,65,139],"Category":"防撤回带提示(新)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[1,61,183,0,0,0,15,133,63,63,63,63,72,139,207],"Replace":[1,61,183,0,0,0,144,233,63,63,63,63,72,139,207],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.9.6.0","EndVersion":"3.9.9.0","ReplacePatterns":[{"Search":[15,31,68,0,0,73,139,80,8,72,133,210,116,63,72,199,193],"Replace":[15,31,68,0,0,73,139,80,8,72,133,210,117,63,72,199,193],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[1,61,183,0,0,0,15,133,63,63,63,63,72,139,207],"Replace":[1,61,183,0,0,0,144,233,63,63,63,63,72,139,207],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.9.5.0","EndVersion":"3.9.6.0","ReplacePatterns":[{"Search":[15,31,68,0,0,73,139,80,8,72,133,210,116,63,72,199,193],"Replace":[15,31,68,0,0,73,139,80,8,72,133,210,117,63,72,199,193],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[24,1,61,183,0,0,0,15,133,63,63,63,63,72,139,207],"Replace":[24,1,61,183,0,0,0,144,233,63,63,63,63,72,139,207],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.9.2.0","EndVersion":"3.9.5.0","ReplacePatterns":[{"Search":[131,196,16,132,192,116,10,190,2,0,0,0,233],"Replace":[131,196,16,132,192,144,144,190,2,0,0,0,233],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,132,219,15,132,63,63,63,63,139,61],"Replace":[131,196,4,132,219,144,233,63,63,63,63,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.9.0.0","EndVersion":"3.9.2.0","ReplacePatterns":[{"Search":[133,192,116,50,185,63,63,63,63,138],"Replace":[133,192,235,50,185,63,63,63,63,138],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[195,51,192,163,63,63,63,63,195,204,204,204,204,204,204,204,204,204,204,204,204,85,139,236],"Replace":[195,51,192,163,63,63,63,63,195,204,204,204,204,204,204,204,204,204,204,204,204,195,139,236],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.8.1.0","EndVersion":"3.9.0.0","ReplacePatterns":[{"Search":[133,192,116,50,185,63,63,63,63,138],"Replace":[133,192,235,50,185,63,63,63,63,138],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,132,219,15,132,38,1,0,0,139,61],"Replace":[131,196,4,132,219,144,233,38,1,0,0,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.8.0.0","EndVersion":"3.8.1.0","ReplacePatterns":[{"Search":[133,192,116,50,185,63,63,63,63,138],"Replace":[133,192,235,50,185,63,63,63,63,138],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,128,189,223,251,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,223,251,255,255,0,235,88,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.7.6.0","EndVersion":"3.8.0.0","ReplacePatterns":[{"Search":[133,192,116,50,185,63,63,63,63,138],"Replace":[133,192,235,50,185,63,63,63,63,138],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,128,189,255,251,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,255,251,255,255,0,235,88,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.7.0.0","EndVersion":"3.7.6.0","ReplacePatterns":[{"Search":[0,133,192,116,50,185,63,63,63,63,138],"Replace":[0,133,192,235,50,185,63,63,63,63,138],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[128,125,242,0,106,1,116],"Replace":[128,125,242,0,106,1,235],"Category":"防撤回带提示(新)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,128,189,63,252,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,63,252,255,255,0,235,88,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.6.5.0","EndVersion":"3.7.0.0","ReplacePatterns":[{"Search":[0,133,192,116,50,185,63,63,63,17,138],"Replace":[0,133,192,235,50,185,63,63,63,17,138],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,128,189,63,252,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,63,252,255,255,0,235,88,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.6.0.5","EndVersion":"3.6.5.0","ReplacePatterns":[{"Search":[239,0,133,192,116,50,185,63,63,63,17,138],"Replace":[239,0,133,192,235,50,185,63,63,63,17,138],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,128,189,47,252,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,47,252,255,255,0,235,88,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.5.0.28","EndVersion":"3.6.0.0","ReplacePatterns":[{"Search":[237,0,133,192,116,50,185],"Replace":[237,0,51,192,116,50,185],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,128,189,47,252,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,47,252,255,255,0,235,88,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.4.0.0","EndVersion":"3.5.0.0","ReplacePatterns":[{"Search":[0,133,192,116,50,185,63,63,63,17,138],"Replace":[0,133,192,235,50,185,63,63,63,17,138],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[232,107,0,0,0,132,192,116,86,86,106,0],"Replace":[232,107,0,0,0,132,192,235,86,86,106,0],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.3.5.15","EndVersion":"3.4.0.0","ReplacePatterns":[{"Search":[0,133,192,116,50,185,63,63,149,17,138],"Replace":[0,133,192,235,50,185,63,63,149,17,138],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[232,107,0,0,0,132,192,116,86,86,106,0],"Replace":[232,107,0,0,0,132,192,235,86,86,106,0],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.2.0.00","EndVersion":"3.3.5.00","ReplacePatterns":[{"Search":[0,133,192,116,123,139,200,232],"Replace":[0,133,192,235,123,139,200,232],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[232,107,0,0,0,132,192,116,86,86,106,0],"Replace":[232,107,0,0,0,132,192,235,86,86,106,0],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.1.0.00","EndVersion":"3.2.0.00","ReplacePatterns":[{"Search":[0,133,192,116,123,139,200,232],"Replace":[0,133,192,235,123,139,200,232],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[255,232,155,239,255,255,132,192,116,8,131],"Replace":[255,144,144,144,144,144,132,192,116,8,131],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"2.8.0.88","EndVersion":"3.1.0.00","ReplacePatterns":[{"Search":[0,133,192,116,123,139,200,232],"Replace":[0,133,192,235,123,139,200,232],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,85,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Replace":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,195,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"2.7.0.00","EndVersion":"2.8.0.88","ReplacePatterns":[{"Search":[0,133,192,116,50,185],"Replace":[0,133,192,235,50,185],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,85,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Replace":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,195,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]}]}},"QQ":{"Name":"QQ","FileTargetInfos":{"IM.dll":{"Name":"IM.dll","RelativePath":"Bin\\IM.dll","Memo":null,"StartVersion":null,"EndVersion":null}},"FileModifyInfos":{"IM.dll":[{"Name":"IM.dll","Version":"9.2.3.26592","SHA1Before":"9114e7869572b4b868afcbc8b28eae932559ec60","SHA1After":"42e15175fd53768bb48772dc69fb07a4eac5a623","Changes":[{"Position":371605,"Content":[235,9,144,144,144]},{"Position":372146,"Content":[235,9,144,144,144]},{"Position":372576,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.2.26569","SHA1Before":"434254e76c520789558e075af677821258536311","SHA1After":"237c9e489a97858a175f0f7c72ade4ebcbac7a69","Changes":[{"Position":371146,"Content":[235,9,144,144,144]},{"Position":371687,"Content":[235,9,144,144,144]},{"Position":372117,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.1.26546","SHA1Before":"8d8ea2c2cbf43f5acf8d684b153e90035352d5f5","SHA1After":"7d194dd5be03982b533d7375c93d9a72587fe28d","Changes":[{"Position":369545,"Content":[235,9,144,144,144]},{"Position":370086,"Content":[235,9,144,144,144]},{"Position":370516,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.0.26453","SHA1Before":"c1935ca6347b0c2a7e6108a7f8ee0643d39deb66","SHA1After":"42811188a7e7b346a6a3c1066936b98c747acaf6","Changes":[{"Position":353794,"Content":[235,9,144,144,144]},{"Position":354335,"Content":[235,9,144,144,144]},{"Position":354767,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.0.26389","SHA1Before":"6f8855fb80acfa456f8f69989fe949308fe4d154","SHA1After":"f6b8e05a178b9b10ba17c597fa0a44b7a2a966a8","Changes":[{"Position":356808,"Content":[235,9,144,144,144]},{"Position":357349,"Content":[235,9,144,144,144]},{"Position":357781,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.9.26361","SHA1Before":"022d3433d13d07a354c38816f61cb0b7ac60d3fd","SHA1After":"873a57c1fb51cdd099c8cb7108b5ab5cb4459557","Changes":[{"Position":354270,"Content":[235,9,144,144,144]},{"Position":354811,"Content":[235,9,144,144,144]},{"Position":355243,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.9.26346","SHA1Before":"895eb70f707b8222e6460c91492b1281e525059b","SHA1After":"0bb83990e2b5b5f23b7b43249941ff638201af54","Changes":[{"Position":354270,"Content":[235,9,144,144,144]},{"Position":354811,"Content":[235,9,144,144,144]},{"Position":355243,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.8.26211","SHA1Before":"a950d3cf5e8925f7775624271105ef78d9c5cb57","SHA1After":"dffc1cb87b91e6467e13c935611f2f7fd76b9a8d","Changes":[{"Position":337135,"Content":[235,9,144,144,144]},{"Position":337676,"Content":[235,9,144,144,144]},{"Position":338108,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.7.25980","SHA1Before":"c6632339fbe675312a70ae4620e70699c258cd36","SHA1After":"e9ddc5cc681950796fc8fe4c55f580428c890b51","Changes":[{"Position":327839,"Content":[235,9,144,144,144]},{"Position":328380,"Content":[235,9,144,144,144]},{"Position":328812,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.0.4.23786","SHA1Before":"69a714f4eadb09f1453f6f022d4adbcd801cfab8","SHA1After":"b48e77a924076b3ebdffc4af514c868c551d2bca","Changes":[{"Position":318321,"Content":[235,7,144,144,144]},{"Position":318862,"Content":[235,7,144,144,144]},{"Position":319379,"Content":[235,7,144,144,144]}]}]},"FileCommonModifyInfos":{"IM.dll":[{"Name":"IM.dll","StartVersion":"9.4.7.00000","EndVersion":"","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,63,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,63,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,63,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"IM.dll","StartVersion":"9.1.6.00000","EndVersion":"9.4.7.00000","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,84,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]}]}},"TIM":{"Name":"TIM","FileTargetInfos":{"IM.dll":{"Name":"IM.dll","RelativePath":"Bin\\IM.dll","Memo":null,"StartVersion":null,"EndVersion":null}},"FileModifyInfos":{"IM.dll":[{"Name":"IM.dll","Version":"2.3.2.21173","SHA1Before":"ecf3e69f3fb100ffe2fee095ffded591b9781024","SHA1After":"0514d1304e7ac46b4d33386ec3313888f5ae7171","Changes":[{"Position":317322,"Content":[235,9,144,144,144]},{"Position":317863,"Content":[235,9,144,144,144]},{"Position":318295,"Content":[235,8,144,144,144,144]}]}]},"FileCommonModifyInfos":{"IM.dll":[{"Name":"IM.dll","StartVersion":"3.4.0.00000","EndVersion":"","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,63,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,63,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,63,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"IM.dll","StartVersion":"3.0.0.00000","EndVersion":"3.4.0.00000","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,84,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]}]}},"QQLite":{"Name":"QQLite","FileTargetInfos":{"IM.dll":{"Name":"IM.dll","RelativePath":"Bin\\IM.dll","Memo":null,"StartVersion":null,"EndVersion":null}},"FileModifyInfos":{"IM.dll":[{"Name":"IM.dll","Version":"7.9.14314.0","SHA1Before":"2e97d7671963fa148a1beeda6ce4964314310593","SHA1After":"723c008fb53435ead20fa6f2e951c9a4a8ff46da","Changes":[{"Position":148741,"Content":[235,2,144,144]},{"Position":149689,"Content":[235,2,144,144]}]},{"Name":"IM.dll","Version":"7.9.14308.0","SHA1Before":"b8a7a873178706b97be11c25f13bcf09e9e578a2","SHA1After":"c5bf533c7af6996b42d1fb2a0fb3f26dfd52f8bf","Changes":[{"Position":148741,"Content":[235,2,144,144]},{"Position":149689,"Content":[235,2,144,144]}]}]},"FileCommonModifyInfos":null},"QQNT":{"Name":"QQNT","FileTargetInfos":{"QQ.exe":{"Name":"QQ.exe","RelativePath":"QQ.exe","Memo":null,"StartVersion":null,"EndVersion":null}},"FileModifyInfos":null,"FileCommonModifyInfos":{"QQ.exe":[{"Name":"QQ.exe","StartVersion":"9.9.10.00000","EndVersion":"9.9.15.00000","ReplacePatterns":[{"Search":[72,137,206,72,139,17,76,139,65,8,73,41,208,72,139,73,24,232,63,63,63,63],"Replace":[72,137,206,72,139,17,76,139,65,8,73,41,208,72,139,73,24,184,1,0,0,0],"Category":"请在新窗口内安装LiteLoaderQQNT","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]}]}}},"LatestVersion":"2.1","Notice":"","NoticeUrl":"","PatchVersion":20240930} ================================================ FILE: RevokeMsgPatcher.Assistant/Data/2.0/patch.json ================================================ {"Apps":{"Wechat":{"Name":"WeChat","FileTargetInfos":{"WeChatWin.dll":{"Name":"WeChatWin.dll","RelativePath":"WeChatWin.dll","Memo":null,"StartVersion":"1.0.0.0","EndVersion":null},"WeChat.exe":{"Name":"WeChat.exe","RelativePath":"../WeChat.exe","Memo":null,"StartVersion":"3.7.0.0","EndVersion":"3.7.0.26"}},"FileModifyInfos":{"WeChat.exe":[],"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":"7d06e076c525aec6783e919dde4ee11ba9fdb198","SHA1After":"f22ab996a1779c2b41132d42c4fdf98c003284e0","Changes":[{"Position":3397481,"Content":[235]},{"Position":12120775,"Content":[235]}]},{"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":"e772c81c8a1b79cac77b22dbe67b375fa340ba30","SHA1After":"bcbc491910f07cb995ef154a281450f2d052e90b","Changes":[{"Position":2658457,"Content":[235]},{"Position":8280416,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.8.0.88","SHA1Before":"b34c73e38cfec186890b58caac5fc9962377cd9b","SHA1After":"8c108e92de0b6b4d9e61ce38ab8dd339a27e505b","Changes":[{"Position":2655369,"Content":[235]},{"Position":8273280,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.8.0.82","SHA1Before":"c359cc1a391441d261753f2844f9156638df8631","SHA1After":"d1b4dee8f7f91e34d68501987fd0675b33fe85da","Changes":[{"Position":2645961,"Content":[235]},{"Position":8263344,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.2.78","SHA1Before":"26a5c5503f1e176676da5657c12812da8aaa0243","SHA1After":"d338215a815c09755c04949995ec3e4eab8dce60","Changes":[{"Position":2645673,"Content":[235]},{"Position":8262528,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.2.76","SHA1Before":"0003c7b2c0136a0eb2a6cfc2c694cb57b04b5517","SHA1After":"88af6055a0f4d3bdaa6f717ec8b263d4418487b6","Changes":[{"Position":2644905,"Content":[235]},{"Position":8261024,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.88","SHA1Before":"034059bad50dd793140952391bfa7936133e69b4","SHA1After":"dd6d80c30ca9e0ea9f7d2f1add498fc9aa4bc7a0","Changes":[{"Position":2499465,"Content":[235]},{"Position":7952304,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.85","SHA1Before":"de0df4e138b72460450f66c029e33f4510f5e2df","SHA1After":"fbd35720aaff3cdcfd3ff18ea503dc06450e5c99","Changes":[{"Position":2499465,"Content":[235]},{"Position":7952000,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.82","SHA1Before":"20e111a18872bf6c7148a897c11da26c1ec95520","SHA1After":"1e0741d325ca6b1cd2402b829a3d13a2524af617","Changes":[{"Position":2499465,"Content":[235]},{"Position":7951952,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.74","SHA1Before":"b1eaf7edc074a88be5d0f89230436cc2084d24d2","SHA1After":"eb3d74ccd87a09059a005f4972861898fc3de463","Changes":[{"Position":2499465,"Content":[235]},{"Position":7951696,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.65","SHA1Before":"8346b97d264725da924d240c6eb77df3e693385e","SHA1After":"42bab2c9c79ef4f2088c00ea6d817973e14a5e6e","Changes":[{"Position":2495545,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.59","SHA1Before":"df954d403edaca89cd5394927a325a0023e93281","SHA1After":"6aa22460c91bb5c5e2f0ec1af99b8a5f6d4318c0","Changes":[{"Position":2496073,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.43","SHA1Before":"39cd9e09e1a3eac09e6808749bff525c9e3216ce","SHA1After":"7b829f1ff0217e346a80f9510fdd7634ddd49445","Changes":[{"Position":2494169,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.0.70","SHA1Before":"3b0601864aff3c1d792f812ad1ca05f02aa761e3","SHA1After":"1e8734d32b0a8c12758e30f99c77f729991fb071","Changes":[{"Position":2475657,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.0.65","SHA1Before":"063c2e05a0df1bdb8987c2d978d93499bd2052ba","SHA1After":"5ed4c09a4f18643b967f063a824d7e65d0567f8a","Changes":[{"Position":2475449,"Content":[117]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.68","SHA1Before":"2e9417f4276b12fe32ca7b4fee49272a4a2af334","SHA1After":"699602ee3cbb9ae5714f6e6ebc658c875a6c66e6","Changes":[{"Position":2454006,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.65","SHA1Before":"e01f6855a96c12c30808960903ed199a33e4952c","SHA1After":"d9120569cfd0433aebea107d7b90805cbbac7518","Changes":[{"Position":2454265,"Content":[117]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.52","SHA1Before":"88131302f664df6a657c9ca49d152da536fe5729","SHA1After":"8d1454b73831644181e962c1fa0ea4e2da4124a3","Changes":[{"Position":2453049,"Content":[117]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.51","SHA1Before":"d0a5517b1292a751501b00b4b1f0702db2d9fc30","SHA1After":"53e7b1525d49bf2c3250a8131ff0ba2510779b78","Changes":[{"Position":2452614,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.37","SHA1Before":"7e01f8b04a158a4a50bc5a6e67c2fb8b02233170","SHA1After":"a1895004415fe9bcd7e690bd6e482b833b515599","Changes":[{"Position":2452614,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.7.57","SHA1Before":"80a91aaf941bcb1c24a7d672838ac73e9ebb2e40","SHA1After":"a0d3f9a45a835f97aef7fe0872387d8cfb5c25a4","Changes":[{"Position":2433413,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.7.40","SHA1Before":"04bd0cb28df6630b518f42a3f9c2caa4a9359fbc","SHA1After":"13c91cf1d4609959771fd137b9a86a5ca365e1b6","Changes":[{"Position":2432934,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.7.32","SHA1Before":"a02519c1007ee6723947c262c720d63c619f633e","SHA1After":"f3007471ca8734c29783c25f0bb49949a783a44","Changes":[{"Position":2432806,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.6.28","SHA1Before":"0b19cb17a62c3ea0efce0fb675a1d3b17845cba3","SHA1After":"260948656725446b818ea668273ceff02ddfb44d","Changes":[{"Position":2401678,"Content":[116]}]}]},"FileCommonModifyInfos":{"WeChat.exe":[{"Name":"WeChatWin.dll","StartVersion":"3.7.0.8","EndVersion":"3.7.0.26","ReplacePatterns":[{"Search":[131,196,8,132,192,117,63,104],"Replace":[131,196,8,132,192,235,63,104],"Category":"去除校验","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.7.0.0","EndVersion":"3.7.0.8","ReplacePatterns":[{"Search":[133,192,117,89],"Replace":[133,192,235,89],"Category":"去除校验","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]}],"WeChatWin.dll":[{"Name":"WeChatWin.dll","StartVersion":"4.0.3.0","EndVersion":"","ReplacePatterns":[{"Search":[117,33,72,184,114,101,118,111,107,101,109,115,72,137,5,63,63,63,63,102,199,5,63,63,63,63,103,0,198,5,63,63,63,63,1,72,141],"Replace":[235,33,72,184,114,101,118,111,107,101,109,115,72,137,5,63,63,63,63,102,199,5,63,63,63,63,103,0,198,5,63,63,63,63,1,72,141],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[85,86,87,83,72,129,236,63,63,63,63,72,141,172,36,63,63,63,63,72,199,133,63,63,63,63,254,255,255,255,72,199,133,63,63,63,63,0,0,0,0,185,96,0,0,0],"Replace":[195,86,87,83,72,129,236,63,63,63,63,72,141,172,36,63,63,63,63,72,199,133,63,63,63,63,254,255,255,255,72,199,133,63,63,63,63,0,0,0,0,185,96,0,0,0],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.9.11.0","EndVersion":"4.0.3.0","ReplacePatterns":[{"Search":[15,31,68,0,0,73,139,80,8,72,133,210,116,63,72,199,193],"Replace":[15,31,68,0,0,73,139,80,8,72,133,210,117,63,72,199,193],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[77,133,192,15,132,63,63,63,63,235,191,65,139],"Replace":[77,133,192,15,132,63,63,63,63,144,144,65,139],"Category":"防撤回带提示(新)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[69,50,246,76,141,37,63,63,63,63,72,133,192,15,132],"Replace":[69,50,246,76,141,37,63,63,63,63,72,133,192,144,233],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.9.9.0","EndVersion":"3.9.11.0","ReplacePatterns":[{"Search":[15,31,68,0,0,73,139,80,8,72,133,210,116,63,72,199,193],"Replace":[15,31,68,0,0,73,139,80,8,72,133,210,117,63,72,199,193],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[77,133,192,15,132,63,63,63,63,235,191,65,139],"Replace":[77,133,192,15,132,63,63,63,63,144,144,65,139],"Category":"防撤回带提示(新)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[1,61,183,0,0,0,15,133,63,63,63,63,72,139,207],"Replace":[1,61,183,0,0,0,144,233,63,63,63,63,72,139,207],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.9.6.0","EndVersion":"3.9.9.0","ReplacePatterns":[{"Search":[15,31,68,0,0,73,139,80,8,72,133,210,116,63,72,199,193],"Replace":[15,31,68,0,0,73,139,80,8,72,133,210,117,63,72,199,193],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[1,61,183,0,0,0,15,133,63,63,63,63,72,139,207],"Replace":[1,61,183,0,0,0,144,233,63,63,63,63,72,139,207],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.9.5.0","EndVersion":"3.9.6.0","ReplacePatterns":[{"Search":[15,31,68,0,0,73,139,80,8,72,133,210,116,63,72,199,193],"Replace":[15,31,68,0,0,73,139,80,8,72,133,210,117,63,72,199,193],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[24,1,61,183,0,0,0,15,133,63,63,63,63,72,139,207],"Replace":[24,1,61,183,0,0,0,144,233,63,63,63,63,72,139,207],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.9.2.0","EndVersion":"3.9.5.0","ReplacePatterns":[{"Search":[131,196,16,132,192,116,10,190,2,0,0,0,233],"Replace":[131,196,16,132,192,144,144,190,2,0,0,0,233],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,132,219,15,132,63,63,63,63,139,61],"Replace":[131,196,4,132,219,144,233,63,63,63,63,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.9.0.0","EndVersion":"3.9.2.0","ReplacePatterns":[{"Search":[133,192,116,50,185,63,63,63,63,138],"Replace":[133,192,235,50,185,63,63,63,63,138],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[195,51,192,163,63,63,63,63,195,204,204,204,204,204,204,204,204,204,204,204,204,85,139,236],"Replace":[195,51,192,163,63,63,63,63,195,204,204,204,204,204,204,204,204,204,204,204,204,195,139,236],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.8.1.0","EndVersion":"3.9.0.0","ReplacePatterns":[{"Search":[133,192,116,50,185,63,63,63,63,138],"Replace":[133,192,235,50,185,63,63,63,63,138],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,132,219,15,132,38,1,0,0,139,61],"Replace":[131,196,4,132,219,144,233,38,1,0,0,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.8.0.0","EndVersion":"3.8.1.0","ReplacePatterns":[{"Search":[133,192,116,50,185,63,63,63,63,138],"Replace":[133,192,235,50,185,63,63,63,63,138],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,128,189,223,251,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,223,251,255,255,0,235,88,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.7.6.0","EndVersion":"3.8.0.0","ReplacePatterns":[{"Search":[133,192,116,50,185,63,63,63,63,138],"Replace":[133,192,235,50,185,63,63,63,63,138],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,128,189,255,251,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,255,251,255,255,0,235,88,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.7.0.0","EndVersion":"3.7.6.0","ReplacePatterns":[{"Search":[0,133,192,116,50,185,63,63,63,63,138],"Replace":[0,133,192,235,50,185,63,63,63,63,138],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[128,125,242,0,106,1,116],"Replace":[128,125,242,0,106,1,235],"Category":"防撤回带提示(新)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,128,189,63,252,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,63,252,255,255,0,235,88,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.6.5.0","EndVersion":"3.7.0.0","ReplacePatterns":[{"Search":[0,133,192,116,50,185,63,63,63,17,138],"Replace":[0,133,192,235,50,185,63,63,63,17,138],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,128,189,63,252,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,63,252,255,255,0,235,88,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.6.0.5","EndVersion":"3.6.5.0","ReplacePatterns":[{"Search":[239,0,133,192,116,50,185,63,63,63,17,138],"Replace":[239,0,133,192,235,50,185,63,63,63,17,138],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,128,189,47,252,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,47,252,255,255,0,235,88,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.5.0.28","EndVersion":"3.6.0.0","ReplacePatterns":[{"Search":[237,0,133,192,116,50,185],"Replace":[237,0,51,192,116,50,185],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,128,189,47,252,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,47,252,255,255,0,235,88,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.4.0.0","EndVersion":"3.5.0.0","ReplacePatterns":[{"Search":[0,133,192,116,50,185,63,63,63,17,138],"Replace":[0,133,192,235,50,185,63,63,63,17,138],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[232,107,0,0,0,132,192,116,86,86,106,0],"Replace":[232,107,0,0,0,132,192,235,86,86,106,0],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.3.5.15","EndVersion":"3.4.0.0","ReplacePatterns":[{"Search":[0,133,192,116,50,185,63,63,149,17,138],"Replace":[0,133,192,235,50,185,63,63,149,17,138],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[232,107,0,0,0,132,192,116,86,86,106,0],"Replace":[232,107,0,0,0,132,192,235,86,86,106,0],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.2.0.00","EndVersion":"3.3.5.00","ReplacePatterns":[{"Search":[0,133,192,116,123,139,200,232],"Replace":[0,133,192,235,123,139,200,232],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[232,107,0,0,0,132,192,116,86,86,106,0],"Replace":[232,107,0,0,0,132,192,235,86,86,106,0],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.1.0.00","EndVersion":"3.2.0.00","ReplacePatterns":[{"Search":[0,133,192,116,123,139,200,232],"Replace":[0,133,192,235,123,139,200,232],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[255,232,155,239,255,255,132,192,116,8,131],"Replace":[255,144,144,144,144,144,132,192,116,8,131],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"2.8.0.88","EndVersion":"3.1.0.00","ReplacePatterns":[{"Search":[0,133,192,116,123,139,200,232],"Replace":[0,133,192,235,123,139,200,232],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,85,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Replace":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,195,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"2.7.0.00","EndVersion":"2.8.0.88","ReplacePatterns":[{"Search":[0,133,192,116,50,185],"Replace":[0,133,192,235,50,185],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,85,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Replace":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,195,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]}]}},"Weixin":{"Name":"Weixin","FileTargetInfos":{"Weixin.dll":{"Name":"Weixin.dll","RelativePath":"Weixin.dll","Memo":null,"StartVersion":"1.0.0.0","EndVersion":null}},"FileModifyInfos":null,"FileCommonModifyInfos":{"Weixin.dll":[{"Name":"Weixin.dll","StartVersion":"4.0.3.0","EndVersion":"","ReplacePatterns":[{"Search":[117,33,72,184,114,101,118,111,107,101,109,115,72,137,5,63,63,63,63,102,199,5,63,63,63,63,103,0,198,5,63,63,63,63,1,72,141],"Replace":[235,33,72,184,114,101,118,111,107,101,109,115,72,137,5,63,63,63,63,102,199,5,63,63,63,63,103,0,198,5,63,63,63,63,1,72,141],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[85,86,87,83,72,129,236,63,63,63,63,72,141,172,36,63,63,63,63,72,199,133,63,63,63,63,254,255,255,255,72,199,133,63,63,63,63,0,0,0,0,185,96,0,0,0],"Replace":[195,86,87,83,72,129,236,63,63,63,63,72,141,172,36,63,63,63,63,72,199,133,63,63,63,63,254,255,255,255,72,199,133,63,63,63,63,0,0,0,0,185,96,0,0,0],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"Weixin.dll","StartVersion":"4.0.0.0","EndVersion":"4.0.3.0","ReplacePatterns":[{"Search":[87,83,72,131,236,32,72,137,206,128,61,63,63,63,63,0,117,33,72,184],"Replace":[87,83,72,131,236,32,72,137,206,128,61,63,63,63,63,0,235,33,72,184],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]}]}},"QQ":{"Name":"QQ","FileTargetInfos":{"IM.dll":{"Name":"IM.dll","RelativePath":"Bin\\IM.dll","Memo":null,"StartVersion":null,"EndVersion":null}},"FileModifyInfos":{"IM.dll":[{"Name":"IM.dll","Version":"9.2.3.26592","SHA1Before":"9114e7869572b4b868afcbc8b28eae932559ec60","SHA1After":"42e15175fd53768bb48772dc69fb07a4eac5a623","Changes":[{"Position":371605,"Content":[235,9,144,144,144]},{"Position":372146,"Content":[235,9,144,144,144]},{"Position":372576,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.2.26569","SHA1Before":"434254e76c520789558e075af677821258536311","SHA1After":"237c9e489a97858a175f0f7c72ade4ebcbac7a69","Changes":[{"Position":371146,"Content":[235,9,144,144,144]},{"Position":371687,"Content":[235,9,144,144,144]},{"Position":372117,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.1.26546","SHA1Before":"8d8ea2c2cbf43f5acf8d684b153e90035352d5f5","SHA1After":"7d194dd5be03982b533d7375c93d9a72587fe28d","Changes":[{"Position":369545,"Content":[235,9,144,144,144]},{"Position":370086,"Content":[235,9,144,144,144]},{"Position":370516,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.0.26453","SHA1Before":"c1935ca6347b0c2a7e6108a7f8ee0643d39deb66","SHA1After":"42811188a7e7b346a6a3c1066936b98c747acaf6","Changes":[{"Position":353794,"Content":[235,9,144,144,144]},{"Position":354335,"Content":[235,9,144,144,144]},{"Position":354767,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.0.26389","SHA1Before":"6f8855fb80acfa456f8f69989fe949308fe4d154","SHA1After":"f6b8e05a178b9b10ba17c597fa0a44b7a2a966a8","Changes":[{"Position":356808,"Content":[235,9,144,144,144]},{"Position":357349,"Content":[235,9,144,144,144]},{"Position":357781,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.9.26361","SHA1Before":"022d3433d13d07a354c38816f61cb0b7ac60d3fd","SHA1After":"873a57c1fb51cdd099c8cb7108b5ab5cb4459557","Changes":[{"Position":354270,"Content":[235,9,144,144,144]},{"Position":354811,"Content":[235,9,144,144,144]},{"Position":355243,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.9.26346","SHA1Before":"895eb70f707b8222e6460c91492b1281e525059b","SHA1After":"0bb83990e2b5b5f23b7b43249941ff638201af54","Changes":[{"Position":354270,"Content":[235,9,144,144,144]},{"Position":354811,"Content":[235,9,144,144,144]},{"Position":355243,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.8.26211","SHA1Before":"a950d3cf5e8925f7775624271105ef78d9c5cb57","SHA1After":"dffc1cb87b91e6467e13c935611f2f7fd76b9a8d","Changes":[{"Position":337135,"Content":[235,9,144,144,144]},{"Position":337676,"Content":[235,9,144,144,144]},{"Position":338108,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.7.25980","SHA1Before":"c6632339fbe675312a70ae4620e70699c258cd36","SHA1After":"e9ddc5cc681950796fc8fe4c55f580428c890b51","Changes":[{"Position":327839,"Content":[235,9,144,144,144]},{"Position":328380,"Content":[235,9,144,144,144]},{"Position":328812,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.0.4.23786","SHA1Before":"69a714f4eadb09f1453f6f022d4adbcd801cfab8","SHA1After":"b48e77a924076b3ebdffc4af514c868c551d2bca","Changes":[{"Position":318321,"Content":[235,7,144,144,144]},{"Position":318862,"Content":[235,7,144,144,144]},{"Position":319379,"Content":[235,7,144,144,144]}]}]},"FileCommonModifyInfos":{"IM.dll":[{"Name":"IM.dll","StartVersion":"9.4.7.00000","EndVersion":"","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,63,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,63,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,63,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"IM.dll","StartVersion":"9.1.6.00000","EndVersion":"9.4.7.00000","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,84,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]}]}},"TIM":{"Name":"TIM","FileTargetInfos":{"IM.dll":{"Name":"IM.dll","RelativePath":"Bin\\IM.dll","Memo":null,"StartVersion":null,"EndVersion":null}},"FileModifyInfos":{"IM.dll":[{"Name":"IM.dll","Version":"2.3.2.21173","SHA1Before":"ecf3e69f3fb100ffe2fee095ffded591b9781024","SHA1After":"0514d1304e7ac46b4d33386ec3313888f5ae7171","Changes":[{"Position":317322,"Content":[235,9,144,144,144]},{"Position":317863,"Content":[235,9,144,144,144]},{"Position":318295,"Content":[235,8,144,144,144,144]}]}]},"FileCommonModifyInfos":{"IM.dll":[{"Name":"IM.dll","StartVersion":"3.4.0.00000","EndVersion":"","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,63,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,63,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,63,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"IM.dll","StartVersion":"3.0.0.00000","EndVersion":"3.4.0.00000","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,84,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]}]}},"QQLite":{"Name":"QQLite","FileTargetInfos":{"IM.dll":{"Name":"IM.dll","RelativePath":"Bin\\IM.dll","Memo":null,"StartVersion":null,"EndVersion":null}},"FileModifyInfos":{"IM.dll":[{"Name":"IM.dll","Version":"7.9.14314.0","SHA1Before":"2e97d7671963fa148a1beeda6ce4964314310593","SHA1After":"723c008fb53435ead20fa6f2e951c9a4a8ff46da","Changes":[{"Position":148741,"Content":[235,2,144,144]},{"Position":149689,"Content":[235,2,144,144]}]},{"Name":"IM.dll","Version":"7.9.14308.0","SHA1Before":"b8a7a873178706b97be11c25f13bcf09e9e578a2","SHA1After":"c5bf533c7af6996b42d1fb2a0fb3f26dfd52f8bf","Changes":[{"Position":148741,"Content":[235,2,144,144]},{"Position":149689,"Content":[235,2,144,144]}]}]},"FileCommonModifyInfos":null},"QQNT":{"Name":"QQNT","FileTargetInfos":{"QQ.exe":{"Name":"QQ.exe","RelativePath":"QQ.exe","Memo":null,"StartVersion":null,"EndVersion":null}},"FileModifyInfos":null,"FileCommonModifyInfos":{"QQ.exe":[{"Name":"QQ.exe","StartVersion":"9.9.10.00000","EndVersion":"9.9.15.00000","ReplacePatterns":[{"Search":[72,137,206,72,139,17,76,139,65,8,73,41,208,72,139,73,24,232,63,63,63,63],"Replace":[72,137,206,72,139,17,76,139,65,8,73,41,208,72,139,73,24,184,1,0,0,0],"Category":"请在新窗口内安装LiteLoaderQQNT","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]}]}}},"LatestVersion":"2.1","Notice":"","NoticeUrl":"","PatchVersion":20241108} ================================================ FILE: RevokeMsgPatcher.Assistant/Data/2.1/patch.json ================================================ {"Apps":{"Wechat":{"Name":"WeChat","FileTargetInfos":{"WeChatWin.dll":{"Name":"WeChatWin.dll","RelativePath":"WeChatWin.dll","Memo":null,"StartVersion":"1.0.0.0","EndVersion":null,"RelativePathForVersion":null},"WeChat.exe":{"Name":"WeChat.exe","RelativePath":"../WeChat.exe","Memo":null,"StartVersion":"3.7.0.0","EndVersion":"3.7.0.26","RelativePathForVersion":null}},"FileModifyInfos":{"WeChat.exe":[],"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":"7d06e076c525aec6783e919dde4ee11ba9fdb198","SHA1After":"f22ab996a1779c2b41132d42c4fdf98c003284e0","Changes":[{"Position":3397481,"Content":[235]},{"Position":12120775,"Content":[235]}]},{"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":"e772c81c8a1b79cac77b22dbe67b375fa340ba30","SHA1After":"bcbc491910f07cb995ef154a281450f2d052e90b","Changes":[{"Position":2658457,"Content":[235]},{"Position":8280416,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.8.0.88","SHA1Before":"b34c73e38cfec186890b58caac5fc9962377cd9b","SHA1After":"8c108e92de0b6b4d9e61ce38ab8dd339a27e505b","Changes":[{"Position":2655369,"Content":[235]},{"Position":8273280,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.8.0.82","SHA1Before":"c359cc1a391441d261753f2844f9156638df8631","SHA1After":"d1b4dee8f7f91e34d68501987fd0675b33fe85da","Changes":[{"Position":2645961,"Content":[235]},{"Position":8263344,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.2.78","SHA1Before":"26a5c5503f1e176676da5657c12812da8aaa0243","SHA1After":"d338215a815c09755c04949995ec3e4eab8dce60","Changes":[{"Position":2645673,"Content":[235]},{"Position":8262528,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.2.76","SHA1Before":"0003c7b2c0136a0eb2a6cfc2c694cb57b04b5517","SHA1After":"88af6055a0f4d3bdaa6f717ec8b263d4418487b6","Changes":[{"Position":2644905,"Content":[235]},{"Position":8261024,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.88","SHA1Before":"034059bad50dd793140952391bfa7936133e69b4","SHA1After":"dd6d80c30ca9e0ea9f7d2f1add498fc9aa4bc7a0","Changes":[{"Position":2499465,"Content":[235]},{"Position":7952304,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.85","SHA1Before":"de0df4e138b72460450f66c029e33f4510f5e2df","SHA1After":"fbd35720aaff3cdcfd3ff18ea503dc06450e5c99","Changes":[{"Position":2499465,"Content":[235]},{"Position":7952000,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.82","SHA1Before":"20e111a18872bf6c7148a897c11da26c1ec95520","SHA1After":"1e0741d325ca6b1cd2402b829a3d13a2524af617","Changes":[{"Position":2499465,"Content":[235]},{"Position":7951952,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.74","SHA1Before":"b1eaf7edc074a88be5d0f89230436cc2084d24d2","SHA1After":"eb3d74ccd87a09059a005f4972861898fc3de463","Changes":[{"Position":2499465,"Content":[235]},{"Position":7951696,"Content":[195]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.65","SHA1Before":"8346b97d264725da924d240c6eb77df3e693385e","SHA1After":"42bab2c9c79ef4f2088c00ea6d817973e14a5e6e","Changes":[{"Position":2495545,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.59","SHA1Before":"df954d403edaca89cd5394927a325a0023e93281","SHA1After":"6aa22460c91bb5c5e2f0ec1af99b8a5f6d4318c0","Changes":[{"Position":2496073,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.1.43","SHA1Before":"39cd9e09e1a3eac09e6808749bff525c9e3216ce","SHA1After":"7b829f1ff0217e346a80f9510fdd7634ddd49445","Changes":[{"Position":2494169,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.0.70","SHA1Before":"3b0601864aff3c1d792f812ad1ca05f02aa761e3","SHA1After":"1e8734d32b0a8c12758e30f99c77f729991fb071","Changes":[{"Position":2475657,"Content":[235]}]},{"Name":"WeChatWin.dll","Version":"2.7.0.65","SHA1Before":"063c2e05a0df1bdb8987c2d978d93499bd2052ba","SHA1After":"5ed4c09a4f18643b967f063a824d7e65d0567f8a","Changes":[{"Position":2475449,"Content":[117]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.68","SHA1Before":"2e9417f4276b12fe32ca7b4fee49272a4a2af334","SHA1After":"699602ee3cbb9ae5714f6e6ebc658c875a6c66e6","Changes":[{"Position":2454006,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.65","SHA1Before":"e01f6855a96c12c30808960903ed199a33e4952c","SHA1After":"d9120569cfd0433aebea107d7b90805cbbac7518","Changes":[{"Position":2454265,"Content":[117]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.52","SHA1Before":"88131302f664df6a657c9ca49d152da536fe5729","SHA1After":"8d1454b73831644181e962c1fa0ea4e2da4124a3","Changes":[{"Position":2453049,"Content":[117]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.51","SHA1Before":"d0a5517b1292a751501b00b4b1f0702db2d9fc30","SHA1After":"53e7b1525d49bf2c3250a8131ff0ba2510779b78","Changes":[{"Position":2452614,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.8.37","SHA1Before":"7e01f8b04a158a4a50bc5a6e67c2fb8b02233170","SHA1After":"a1895004415fe9bcd7e690bd6e482b833b515599","Changes":[{"Position":2452614,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.7.57","SHA1Before":"80a91aaf941bcb1c24a7d672838ac73e9ebb2e40","SHA1After":"a0d3f9a45a835f97aef7fe0872387d8cfb5c25a4","Changes":[{"Position":2433413,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.7.40","SHA1Before":"04bd0cb28df6630b518f42a3f9c2caa4a9359fbc","SHA1After":"13c91cf1d4609959771fd137b9a86a5ca365e1b6","Changes":[{"Position":2432934,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.7.32","SHA1Before":"a02519c1007ee6723947c262c720d63c619f633e","SHA1After":"f3007471ca8734c29783c25f0bb49949a783a44","Changes":[{"Position":2432806,"Content":[116]}]},{"Name":"WeChatWin.dll","Version":"2.6.6.28","SHA1Before":"0b19cb17a62c3ea0efce0fb675a1d3b17845cba3","SHA1After":"260948656725446b818ea668273ceff02ddfb44d","Changes":[{"Position":2401678,"Content":[116]}]}]},"FileCommonModifyInfos":{"WeChat.exe":[{"Name":"WeChatWin.dll","StartVersion":"3.7.0.8","EndVersion":"3.7.0.26","ReplacePatterns":[{"Search":[131,196,8,132,192,117,63,104],"Replace":[131,196,8,132,192,235,63,104],"Category":"去除校验","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.7.0.0","EndVersion":"3.7.0.8","ReplacePatterns":[{"Search":[133,192,117,89],"Replace":[133,192,235,89],"Category":"去除校验","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]}],"WeChatWin.dll":[{"Name":"WeChatWin.dll","StartVersion":"4.0.3.0","EndVersion":"","ReplacePatterns":[{"Search":[117,33,72,184,114,101,118,111,107,101,109,115,72,137,5,63,63,63,63,102,199,5,63,63,63,63,103,0,198,5,63,63,63,63,1,72,141],"Replace":[235,33,72,184,114,101,118,111,107,101,109,115,72,137,5,63,63,63,63,102,199,5,63,63,63,63,103,0,198,5,63,63,63,63,1,72,141],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[85,86,87,83,72,129,236,63,63,63,63,72,141,172,36,63,63,63,63,72,199,133,63,63,63,63,254,255,255,255,72,199,133,63,63,63,63,0,0,0,0,185,96,0,0,0],"Replace":[195,86,87,83,72,129,236,63,63,63,63,72,141,172,36,63,63,63,63,72,199,133,63,63,63,63,254,255,255,255,72,199,133,63,63,63,63,0,0,0,0,185,96,0,0,0],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.9.11.0","EndVersion":"4.0.3.0","ReplacePatterns":[{"Search":[15,31,68,0,0,73,139,80,8,72,133,210,116,63,72,199,193],"Replace":[15,31,68,0,0,73,139,80,8,72,133,210,117,63,72,199,193],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[77,133,192,15,132,63,63,63,63,235,191,65,139],"Replace":[77,133,192,15,132,63,63,63,63,144,144,65,139],"Category":"防撤回带提示(新)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[69,50,246,76,141,37,63,63,63,63,72,133,192,15,132],"Replace":[69,50,246,76,141,37,63,63,63,63,72,133,192,144,233],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.9.9.0","EndVersion":"3.9.11.0","ReplacePatterns":[{"Search":[15,31,68,0,0,73,139,80,8,72,133,210,116,63,72,199,193],"Replace":[15,31,68,0,0,73,139,80,8,72,133,210,117,63,72,199,193],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[77,133,192,15,132,63,63,63,63,235,191,65,139],"Replace":[77,133,192,15,132,63,63,63,63,144,144,65,139],"Category":"防撤回带提示(新)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[1,61,183,0,0,0,15,133,63,63,63,63,72,139,207],"Replace":[1,61,183,0,0,0,144,233,63,63,63,63,72,139,207],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.9.6.0","EndVersion":"3.9.9.0","ReplacePatterns":[{"Search":[15,31,68,0,0,73,139,80,8,72,133,210,116,63,72,199,193],"Replace":[15,31,68,0,0,73,139,80,8,72,133,210,117,63,72,199,193],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[1,61,183,0,0,0,15,133,63,63,63,63,72,139,207],"Replace":[1,61,183,0,0,0,144,233,63,63,63,63,72,139,207],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.9.5.0","EndVersion":"3.9.6.0","ReplacePatterns":[{"Search":[15,31,68,0,0,73,139,80,8,72,133,210,116,63,72,199,193],"Replace":[15,31,68,0,0,73,139,80,8,72,133,210,117,63,72,199,193],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[24,1,61,183,0,0,0,15,133,63,63,63,63,72,139,207],"Replace":[24,1,61,183,0,0,0,144,233,63,63,63,63,72,139,207],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.9.2.0","EndVersion":"3.9.5.0","ReplacePatterns":[{"Search":[131,196,16,132,192,116,10,190,2,0,0,0,233],"Replace":[131,196,16,132,192,144,144,190,2,0,0,0,233],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,132,219,15,132,63,63,63,63,139,61],"Replace":[131,196,4,132,219,144,233,63,63,63,63,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.9.0.0","EndVersion":"3.9.2.0","ReplacePatterns":[{"Search":[133,192,116,50,185,63,63,63,63,138],"Replace":[133,192,235,50,185,63,63,63,63,138],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[195,51,192,163,63,63,63,63,195,204,204,204,204,204,204,204,204,204,204,204,204,85,139,236],"Replace":[195,51,192,163,63,63,63,63,195,204,204,204,204,204,204,204,204,204,204,204,204,195,139,236],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.8.1.0","EndVersion":"3.9.0.0","ReplacePatterns":[{"Search":[133,192,116,50,185,63,63,63,63,138],"Replace":[133,192,235,50,185,63,63,63,63,138],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,132,219,15,132,38,1,0,0,139,61],"Replace":[131,196,4,132,219,144,233,38,1,0,0,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.8.0.0","EndVersion":"3.8.1.0","ReplacePatterns":[{"Search":[133,192,116,50,185,63,63,63,63,138],"Replace":[133,192,235,50,185,63,63,63,63,138],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,128,189,223,251,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,223,251,255,255,0,235,88,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.7.6.0","EndVersion":"3.8.0.0","ReplacePatterns":[{"Search":[133,192,116,50,185,63,63,63,63,138],"Replace":[133,192,235,50,185,63,63,63,63,138],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,128,189,255,251,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,255,251,255,255,0,235,88,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.7.0.0","EndVersion":"3.7.6.0","ReplacePatterns":[{"Search":[0,133,192,116,50,185,63,63,63,63,138],"Replace":[0,133,192,235,50,185,63,63,63,63,138],"Category":"防撤回(老)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[128,125,242,0,106,1,116],"Replace":[128,125,242,0,106,1,235],"Category":"防撤回带提示(新)","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,128,189,63,252,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,63,252,255,255,0,235,88,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.6.5.0","EndVersion":"3.7.0.0","ReplacePatterns":[{"Search":[0,133,192,116,50,185,63,63,63,17,138],"Replace":[0,133,192,235,50,185,63,63,63,17,138],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,128,189,63,252,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,63,252,255,255,0,235,88,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.6.0.5","EndVersion":"3.6.5.0","ReplacePatterns":[{"Search":[239,0,133,192,116,50,185,63,63,63,17,138],"Replace":[239,0,133,192,235,50,185,63,63,63,17,138],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,128,189,47,252,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,47,252,255,255,0,235,88,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.5.0.28","EndVersion":"3.6.0.0","ReplacePatterns":[{"Search":[237,0,133,192,116,50,185],"Replace":[237,0,51,192,116,50,185],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[131,196,4,128,189,47,252,255,255,0,116,88,139,61],"Replace":[131,196,4,128,189,47,252,255,255,0,235,88,139,61],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.4.0.0","EndVersion":"3.5.0.0","ReplacePatterns":[{"Search":[0,133,192,116,50,185,63,63,63,17,138],"Replace":[0,133,192,235,50,185,63,63,63,17,138],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[232,107,0,0,0,132,192,116,86,86,106,0],"Replace":[232,107,0,0,0,132,192,235,86,86,106,0],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.3.5.15","EndVersion":"3.4.0.0","ReplacePatterns":[{"Search":[0,133,192,116,50,185,63,63,149,17,138],"Replace":[0,133,192,235,50,185,63,63,149,17,138],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[232,107,0,0,0,132,192,116,86,86,106,0],"Replace":[232,107,0,0,0,132,192,235,86,86,106,0],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.2.0.00","EndVersion":"3.3.5.00","ReplacePatterns":[{"Search":[0,133,192,116,123,139,200,232],"Replace":[0,133,192,235,123,139,200,232],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[232,107,0,0,0,132,192,116,86,86,106,0],"Replace":[232,107,0,0,0,132,192,235,86,86,106,0],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"3.1.0.00","EndVersion":"3.2.0.00","ReplacePatterns":[{"Search":[0,133,192,116,123,139,200,232],"Replace":[0,133,192,235,123,139,200,232],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[255,232,155,239,255,255,132,192,116,8,131],"Replace":[255,144,144,144,144,144,132,192,116,8,131],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"2.8.0.88","EndVersion":"3.1.0.00","ReplacePatterns":[{"Search":[0,133,192,116,123,139,200,232],"Replace":[0,133,192,235,123,139,200,232],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,85,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Replace":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,195,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"WeChatWin.dll","StartVersion":"2.7.0.00","EndVersion":"2.8.0.88","ReplacePatterns":[{"Search":[0,133,192,116,50,185],"Replace":[0,133,192,235,50,185],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,85,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Replace":[192,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,195,139,236,131,236,20,83,86,87,106,255,15,87,192,199],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]}]}},"Weixin":{"Name":"Weixin","FileTargetInfos":{"Weixin.dll":{"Name":"Weixin.dll","RelativePath":"Weixin.dll","Memo":null,"StartVersion":"1.0.0.0","EndVersion":null,"RelativePathForVersion":null}},"FileModifyInfos":null,"FileCommonModifyInfos":{"Weixin.dll":[{"Name":"Weixin.dll","StartVersion":"4.1.7.1","EndVersion":"","ReplacePatterns":[{"Search":[144,72,137,134,168,1,0,0],"Replace":[144,72,41,134,168,1,0,0],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[129,255,183,0,0,0,15,133],"Replace":[129,255,183,0,0,0,144,233],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"Weixin.dll","StartVersion":"4.1.6.15","EndVersion":"4.1.7.0","ReplacePatterns":[{"Search":[204,86,72,131,236,48,76,137,192,72,137,214,198,68,36,32,0,77,137,200,73,137,193,232],"Replace":[204,86,72,131,236,48,76,137,192,72,137,214,198,68,36,32,1,77,137,200,73,137,193,232],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[72,141,85,192,69,49,192,232,41,248,71,254,144,72],"Replace":[72,141,85,192,72,131,133,208,2,0,0,1,144,72],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[132,192,117,27,232,118,229,247,255,132,192,117,18,232],"Replace":[132,192,235,63,232,63,63,63,255,132,192,117,63,232],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"Weixin.dll","StartVersion":"4.1.0.17","EndVersion":"4.1.6.0","ReplacePatterns":[{"Search":[218,254,255,255,76,137,241,232,63,63,63,63,132,192,15,132],"Replace":[218,254,255,255,76,137,241,232,63,63,63,63,132,192,144,233],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[49,201,49,210,73,137,192,255,21,63,63,63,63,72,133,192,15,132],"Replace":[49,201,49,210,73,137,192,255,21,63,63,63,63,72,133,192,144,233],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"Weixin.dll","StartVersion":"4.1.0.0","EndVersion":"4.1.0.17","ReplacePatterns":[{"Search":[72,141,141,32,4,0,0,232,205,63,63,63,132,192,15,132,63,63,63,63,72,141,141],"Replace":[72,141,141,32,4,0,0,232,205,63,63,63,132,192,144,233,63,63,63,63,72,141,141],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[95,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,85,65,86,86,87,83],"Replace":[95,195,204,204,204,204,204,204,204,204,204,204,204,204,204,204,195,65,86,86,87,83],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"Weixin.dll","StartVersion":"4.0.3.0","EndVersion":"4.1.0.0","ReplacePatterns":[{"Search":[117,33,72,184,114,101,118,111,107,101,109,115,72,137,5,63,63,63,63,102,199,5,63,63,63,63,103,0,198,5,63,63,63,63,1,72,141],"Replace":[235,33,72,184,114,101,118,111,107,101,109,115,72,137,5,63,63,63,63,102,199,5,63,63,63,63,103,0,198,5,63,63,63,63,1,72,141],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[85,86,87,83,72,129,236,63,63,63,63,72,141,172,36,63,63,63,63,72,199,133,63,63,63,63,254,255,255,255,72,199,133,63,63,63,63,0,0,0,0,185,96,0,0,0],"Replace":[195,86,87,83,72,129,236,63,63,63,63,72,141,172,36,63,63,63,63,72,199,133,63,63,63,63,254,255,255,255,72,199,133,63,63,63,63,0,0,0,0,185,96,0,0,0],"Category":"多开","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"Weixin.dll","StartVersion":"4.0.0.0","EndVersion":"4.0.3.0","ReplacePatterns":[{"Search":[87,83,72,131,236,32,72,137,206,128,61,63,63,63,63,0,117,33,72,184],"Replace":[87,83,72,131,236,32,72,137,206,128,61,63,63,63,63,0,235,33,72,184],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]}]}},"QQ":{"Name":"QQ","FileTargetInfos":{"IM.dll":{"Name":"IM.dll","RelativePath":"Bin\\IM.dll","Memo":null,"StartVersion":null,"EndVersion":null,"RelativePathForVersion":null}},"FileModifyInfos":{"IM.dll":[{"Name":"IM.dll","Version":"9.2.3.26592","SHA1Before":"9114e7869572b4b868afcbc8b28eae932559ec60","SHA1After":"42e15175fd53768bb48772dc69fb07a4eac5a623","Changes":[{"Position":371605,"Content":[235,9,144,144,144]},{"Position":372146,"Content":[235,9,144,144,144]},{"Position":372576,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.2.26569","SHA1Before":"434254e76c520789558e075af677821258536311","SHA1After":"237c9e489a97858a175f0f7c72ade4ebcbac7a69","Changes":[{"Position":371146,"Content":[235,9,144,144,144]},{"Position":371687,"Content":[235,9,144,144,144]},{"Position":372117,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.1.26546","SHA1Before":"8d8ea2c2cbf43f5acf8d684b153e90035352d5f5","SHA1After":"7d194dd5be03982b533d7375c93d9a72587fe28d","Changes":[{"Position":369545,"Content":[235,9,144,144,144]},{"Position":370086,"Content":[235,9,144,144,144]},{"Position":370516,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.0.26453","SHA1Before":"c1935ca6347b0c2a7e6108a7f8ee0643d39deb66","SHA1After":"42811188a7e7b346a6a3c1066936b98c747acaf6","Changes":[{"Position":353794,"Content":[235,9,144,144,144]},{"Position":354335,"Content":[235,9,144,144,144]},{"Position":354767,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.2.0.26389","SHA1Before":"6f8855fb80acfa456f8f69989fe949308fe4d154","SHA1After":"f6b8e05a178b9b10ba17c597fa0a44b7a2a966a8","Changes":[{"Position":356808,"Content":[235,9,144,144,144]},{"Position":357349,"Content":[235,9,144,144,144]},{"Position":357781,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.9.26361","SHA1Before":"022d3433d13d07a354c38816f61cb0b7ac60d3fd","SHA1After":"873a57c1fb51cdd099c8cb7108b5ab5cb4459557","Changes":[{"Position":354270,"Content":[235,9,144,144,144]},{"Position":354811,"Content":[235,9,144,144,144]},{"Position":355243,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.9.26346","SHA1Before":"895eb70f707b8222e6460c91492b1281e525059b","SHA1After":"0bb83990e2b5b5f23b7b43249941ff638201af54","Changes":[{"Position":354270,"Content":[235,9,144,144,144]},{"Position":354811,"Content":[235,9,144,144,144]},{"Position":355243,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.8.26211","SHA1Before":"a950d3cf5e8925f7775624271105ef78d9c5cb57","SHA1After":"dffc1cb87b91e6467e13c935611f2f7fd76b9a8d","Changes":[{"Position":337135,"Content":[235,9,144,144,144]},{"Position":337676,"Content":[235,9,144,144,144]},{"Position":338108,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.1.7.25980","SHA1Before":"c6632339fbe675312a70ae4620e70699c258cd36","SHA1After":"e9ddc5cc681950796fc8fe4c55f580428c890b51","Changes":[{"Position":327839,"Content":[235,9,144,144,144]},{"Position":328380,"Content":[235,9,144,144,144]},{"Position":328812,"Content":[235,8,144,144,144,144]}]},{"Name":"IM.dll","Version":"9.0.4.23786","SHA1Before":"69a714f4eadb09f1453f6f022d4adbcd801cfab8","SHA1After":"b48e77a924076b3ebdffc4af514c868c551d2bca","Changes":[{"Position":318321,"Content":[235,7,144,144,144]},{"Position":318862,"Content":[235,7,144,144,144]},{"Position":319379,"Content":[235,7,144,144,144]}]}]},"FileCommonModifyInfos":{"IM.dll":[{"Name":"IM.dll","StartVersion":"9.4.7.00000","EndVersion":"","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,63,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,63,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,63,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"IM.dll","StartVersion":"9.1.6.00000","EndVersion":"9.4.7.00000","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,84,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]}]}},"TIM":{"Name":"TIM","FileTargetInfos":{"IM.dll":{"Name":"IM.dll","RelativePath":"Bin\\IM.dll","Memo":null,"StartVersion":null,"EndVersion":null,"RelativePathForVersion":null}},"FileModifyInfos":{"IM.dll":[{"Name":"IM.dll","Version":"2.3.2.21173","SHA1Before":"ecf3e69f3fb100ffe2fee095ffded591b9781024","SHA1After":"0514d1304e7ac46b4d33386ec3313888f5ae7171","Changes":[{"Position":317322,"Content":[235,9,144,144,144]},{"Position":317863,"Content":[235,9,144,144,144]},{"Position":318295,"Content":[235,8,144,144,144,144]}]}]},"FileCommonModifyInfos":{"IM.dll":[{"Name":"IM.dll","StartVersion":"3.4.0.00000","EndVersion":"","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,63,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,63,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,63,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]},{"Name":"IM.dll","StartVersion":"3.0.0.00000","EndVersion":"3.4.0.00000","ReplacePatterns":[{"Search":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,232,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,104,63,63,63,84,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Replace":[28,233,157,0,0,0,139,69,240,141,85,236,82,137,93,236,235,9,144,144,144,139,8,80,255,81,120,133,192,121,45,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null},{"Search":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,81,104,63,63,63,84,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Replace":[139,117,20,141,77,244,131,196,32,51,255,137,125,244,139,6,235,8,144,144,144,144,86,255,80,120,133,192,121,57,141,69,12,199,69,12],"Category":"防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]}]}},"QQLite":{"Name":"QQLite","FileTargetInfos":{"IM.dll":{"Name":"IM.dll","RelativePath":"Bin\\IM.dll","Memo":null,"StartVersion":null,"EndVersion":null,"RelativePathForVersion":null}},"FileModifyInfos":{"IM.dll":[{"Name":"IM.dll","Version":"7.9.14314.0","SHA1Before":"2e97d7671963fa148a1beeda6ce4964314310593","SHA1After":"723c008fb53435ead20fa6f2e951c9a4a8ff46da","Changes":[{"Position":148741,"Content":[235,2,144,144]},{"Position":149689,"Content":[235,2,144,144]}]},{"Name":"IM.dll","Version":"7.9.14308.0","SHA1Before":"b8a7a873178706b97be11c25f13bcf09e9e578a2","SHA1After":"c5bf533c7af6996b42d1fb2a0fb3f26dfd52f8bf","Changes":[{"Position":148741,"Content":[235,2,144,144]},{"Position":149689,"Content":[235,2,144,144]}]}]},"FileCommonModifyInfos":null},"QQNT":{"Name":"QQNT","FileTargetInfos":{"wrapper.node":{"Name":"wrapper.node","RelativePath":"versions\\{version}\\resources\\app\\wrapper.node","Memo":null,"StartVersion":null,"EndVersion":null,"RelativePathForVersion":"QQ.exe"}},"FileModifyInfos":null,"FileCommonModifyInfos":{"wrapper.node":[{"Name":"wrapper.node","StartVersion":"9.8.0.19000","EndVersion":"","ReplacePatterns":[{"Search":[72,139,149,63,63,63,63,76,139,133,63,63,63,63,76,137,192,72,41,208,72,131,248,7,15,135],"Replace":[72,139,149,63,63,63,63,76,139,133,63,63,63,63,76,137,192,72,41,208,72,131,248,7,15,134],"Category":"群聊防撤回","Tips":null,"SimilarCategories":null,"ChooseSimilarCategoriesMsg":null}]}]}}},"LatestVersion":"2.1","Notice":"","NoticeUrl":"","PatchVersion":20260131} ================================================ FILE: RevokeMsgPatcher.Assistant/FormAssisant.Designer.cs ================================================ namespace RevokeMsgPatcher.Assistant { partial class FormAssisant { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.txtInfo = new System.Windows.Forms.TextBox(); this.btnSearch = new System.Windows.Forms.Button(); this.btnGetVersion = new System.Windows.Forms.Button(); this.SuspendLayout(); // // txtInfo // this.txtInfo.Location = new System.Drawing.Point(12, 12); this.txtInfo.Multiline = true; this.txtInfo.Name = "txtInfo"; this.txtInfo.Size = new System.Drawing.Size(484, 182); this.txtInfo.TabIndex = 0; // // btnSearch // this.btnSearch.Location = new System.Drawing.Point(12, 211); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(75, 23); this.btnSearch.TabIndex = 1; this.btnSearch.Text = "查找测试"; this.btnSearch.UseVisualStyleBackColor = true; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // btnGetVersion // this.btnGetVersion.Location = new System.Drawing.Point(106, 211); this.btnGetVersion.Name = "btnGetVersion"; this.btnGetVersion.Size = new System.Drawing.Size(91, 23); this.btnGetVersion.TabIndex = 2; this.btnGetVersion.Text = "获取文件版本"; this.btnGetVersion.UseVisualStyleBackColor = true; this.btnGetVersion.Click += new System.EventHandler(this.btnGetVersion_Click); // // FormAssisant // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(508, 252); this.Controls.Add(this.btnGetVersion); this.Controls.Add(this.btnSearch); this.Controls.Add(this.txtInfo); this.Name = "FormAssisant"; this.Text = "冷血无情的助手界面"; this.Load += new System.EventHandler(this.FormMain_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox txtInfo; private System.Windows.Forms.Button btnSearch; private System.Windows.Forms.Button btnGetVersion; } } ================================================ FILE: RevokeMsgPatcher.Assistant/FormAssisant.cs ================================================ using RevokeMsgPatcher.Matcher; using RevokeMsgPatcher.Model; using RevokeMsgPatcher.Utils; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Windows.Forms; namespace RevokeMsgPatcher.Assistant { public partial class FormAssisant : Form { public FormAssisant() { InitializeComponent(); } private void FormMain_Load(object sender, EventArgs e) { JsonData obj = new JsonData(); string json = obj.BagJson(); Console.WriteLine(json); DirectoryInfo directory = new DirectoryInfo("../../Data/" + obj.Bag().LatestVersion); if (!directory.Exists) { directory.Create(); } string path = Path.Combine(directory.FullName, "patch.json"); File.WriteAllText(path, json); txtInfo.AppendText("生成完毕!位置:" + path + Environment.NewLine); } private void btnSearch_Click(object sender, EventArgs e) { byte[] fileByteArray = File.ReadAllBytes(@""); byte[] searchBytes = ByteUtil.HexStringToByteArray("1C E9 9D 00 00 00 8B 45 E8 8D 55 EC 52 89 5D EC 68 3F 3F 3F 54 8B 08 50 FF 51 78 85 C0 79 2D 8D 45 0C C7 45 0C"); byte[] replaceBytes = ByteUtil.HexStringToByteArray("1C E9 9D 00 00 00 8B 45 E8 8D 55 EC 52 89 5D EC EB 09 90 90 90 8B 08 50 FF 51 78 85 C0 79 2D 8D 45 0C C7 45 0C"); //int[] indexs = FuzzyMatcher.MatchAll(fileByteArray, searchBytes); int[] indexs = FuzzyMatcher.MatchNotReplaced(fileByteArray, searchBytes, replaceBytes); txtInfo.AppendText("查找结果位置:" + string.Join(",", indexs) + Environment.NewLine); // 371130 List changes = ComputChanges(indexs, searchBytes, replaceBytes); foreach (Change c in changes) { txtInfo.AppendText("替换位置:" + Convert.ToString(c.Position, 16) + " 替换内容:" + ByteUtil.ByteArrayToHexString(c.Content) + Environment.NewLine); } } public static List ComputChanges(int[] indexs, byte[] searchBytes, byte[] replaceBytes) { if (searchBytes.Length != replaceBytes.Length) { throw new Exception("查询串与替换串长度不同!"); } // 一个替换串存在多个替换点的情况 List changeOffsets = new List(); // 查询串与替换串变化偏移 List diff = null; for (int i = 0; i < searchBytes.Length; i++) { if (searchBytes[i] != replaceBytes[i]) { if (diff == null) { diff = new List(); Change offset = new Change { Position = i }; changeOffsets.Add(offset); } diff.Add(replaceBytes[i]); } else { if (diff != null) { changeOffsets.Last().Content = diff.ToArray(); diff = null; } } } // 最后一位也是要被替换的情况 if (diff != null) { changeOffsets.Last().Content = diff.ToArray(); diff = null; } if (changeOffsets.Count == 0) { throw new Exception("查询串与替换串完全相同!请确认补丁信息的正确性。"); } List changes = new List(); foreach (int index in indexs) { foreach (Change offset in changeOffsets) { Change c = offset.Clone(); c.Position += index; changes.Add(c); } } return changes; } private void btnGetVersion_Click(object sender, EventArgs e) { string version = FileUtil.GetFileVersion(@""); txtInfo.AppendText("文件版本:" + version + Environment.NewLine); } } } ================================================ FILE: RevokeMsgPatcher.Assistant/FormAssisant.resx ================================================  text/microsoft-resx 2.0 System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 ================================================ FILE: RevokeMsgPatcher.Assistant/JsonData.cs ================================================ using RevokeMsgPatcher.Model; using RevokeMsgPatcher.Utils; using System.Collections.Generic; using System.Web.Script.Serialization; namespace RevokeMsgPatcher { /// /// 补丁信息 /// public class JsonData { public Bag Bag() { return new Bag { Apps = AppConfig(), LatestVersion = "2.1", PatchVersion = 20260131, Notice = "", NoticeUrl = "", }; } public string BagJson() { JavaScriptSerializer serializer = new JavaScriptSerializer(); return serializer.Serialize(Bag()); } public Dictionary AppConfig() { return new Dictionary { { "Wechat" , Wechat() }, { "Weixin" , Weixin() }, { "QQ" , QQ() }, { "TIM" , TIM() }, { "QQLite" , QQLite() }, { "QQNT" , QQNT() } }; } public string AppConfigJson() { JavaScriptSerializer serializer = new JavaScriptSerializer(); return serializer.Serialize(AppConfig()); } public App Wechat() { return new App { Name = "WeChat", FileTargetInfos = new Dictionary { { "WeChatWin.dll", new TargetInfo { Name = "WeChatWin.dll", RelativePath = "WeChatWin.dll", StartVersion = "1.0.0.0" } }, { "WeChat.exe", new TargetInfo { Name = "WeChat.exe", RelativePath = "../WeChat.exe", StartVersion = "3.7.0.0", EndVersion = "3.7.0.26" } } }, FileCommonModifyInfos = new Dictionary> { { "WeChat.exe", new List { new CommonModifyInfo { Name="WeChatWin.dll", StartVersion="3.7.0.8", EndVersion="3.7.0.26", ReplacePatterns = new List { new ReplacePattern { Search = ByteUtil.HexStringToByteArray("83 C4 08 84 C0 75 3F 68"), Replace = ByteUtil.HexStringToByteArray("83 C4 08 84 C0 EB 3F 68"), Category = "去除校验" } } }, new CommonModifyInfo { Name="WeChatWin.dll", StartVersion="3.7.0.0", EndVersion="3.7.0.8", ReplacePatterns = new List { new ReplacePattern { Search = ByteUtil.HexStringToByteArray("85 C0 75 59"), Replace = ByteUtil.HexStringToByteArray("85 C0 EB 59"), Category = "去除校验" } } } } }, { "WeChatWin.dll", new List { new CommonModifyInfo { Name="WeChatWin.dll", StartVersion="4.0.3.0", EndVersion="", ReplacePatterns = new List { new ReplacePattern { Search = ByteUtil.HexStringToByteArray("75 21 48 B8 72 65 76 6F 6B 65 6D 73 48 89 05 3F 3F 3F 3F 66 C7 05 3F 3F 3F 3F 67 00 C6 05 3F 3F 3F 3F 01 48 8D"), Replace = ByteUtil.HexStringToByteArray("EB 21 48 B8 72 65 76 6F 6B 65 6D 73 48 89 05 3F 3F 3F 3F 66 C7 05 3F 3F 3F 3F 67 00 C6 05 3F 3F 3F 3F 01 48 8D"), Category = "防撤回" }, new ReplacePattern { Search = ByteUtil.HexStringToByteArray("55 56 57 53 48 81 EC 3F 3F 3F 3F 48 8D AC 24 3F 3F 3F 3F 48 C7 85 3F 3F 3F 3F FE FF FF FF 48 C7 85 3F 3F 3F 3F 00 00 00 00 B9 60 00 00 00"), Replace = ByteUtil.HexStringToByteArray("C3 56 57 53 48 81 EC 3F 3F 3F 3F 48 8D AC 24 3F 3F 3F 3F 48 C7 85 3F 3F 3F 3F FE FF FF FF 48 C7 85 3F 3F 3F 3F 00 00 00 00 B9 60 00 00 00"), Category = "多开" } } }, new CommonModifyInfo { Name="WeChatWin.dll", StartVersion="3.9.11.0", EndVersion="4.0.3.0", ReplacePatterns = new List { new ReplacePattern { Search = ByteUtil.HexStringToByteArray("0F 1F 44 00 00 49 8B 50 08 48 85 D2 74 3F 48 C7 C1"), Replace = ByteUtil.HexStringToByteArray("0F 1F 44 00 00 49 8B 50 08 48 85 D2 75 3F 48 C7 C1"), Category = "防撤回(老)" }, // 带撤回提示 new ReplacePattern { Search = ByteUtil.HexStringToByteArray("4D 85 C0 0F 84 3F 3F 3F 3F EB BF 41 8B"), Replace = ByteUtil.HexStringToByteArray("4D 85 C0 0F 84 3F 3F 3F 3F 90 90 41 8B"), Category = "防撤回带提示(新)" }, new ReplacePattern { Search = ByteUtil.HexStringToByteArray("45 32 F6 4C 8D 25 3F 3F 3F 3F 48 85 C0 0F 84"), Replace = ByteUtil.HexStringToByteArray("45 32 F6 4C 8D 25 3F 3F 3F 3F 48 85 C0 90 E9"), Category = "多开" } } }, new CommonModifyInfo { Name="WeChatWin.dll", StartVersion="3.9.9.0", EndVersion="3.9.11.0", ReplacePatterns = new List { new ReplacePattern { Search = ByteUtil.HexStringToByteArray("0F 1F 44 00 00 49 8B 50 08 48 85 D2 74 3F 48 C7 C1"), Replace = ByteUtil.HexStringToByteArray("0F 1F 44 00 00 49 8B 50 08 48 85 D2 75 3F 48 C7 C1"), Category = "防撤回(老)" }, // 带撤回提示 new ReplacePattern { Search = ByteUtil.HexStringToByteArray("4D 85 C0 0F 84 3F 3F 3F 3F EB BF 41 8B"), Replace = ByteUtil.HexStringToByteArray("4D 85 C0 0F 84 3F 3F 3F 3F 90 90 41 8B"), Category = "防撤回带提示(新)" }, new ReplacePattern { Search = ByteUtil.HexStringToByteArray("01 3D B7 00 00 00 0F 85 3F 3F 3F 3F 48 8B CF"), Replace = ByteUtil.HexStringToByteArray("01 3D B7 00 00 00 90 E9 3F 3F 3F 3F 48 8B CF"), Category = "多开" } } }, new CommonModifyInfo { Name="WeChatWin.dll", StartVersion="3.9.6.0", EndVersion="3.9.9.0", ReplacePatterns = new List { new ReplacePattern { Search = ByteUtil.HexStringToByteArray("0F 1F 44 00 00 49 8B 50 08 48 85 D2 74 3F 48 C7 C1"), Replace = ByteUtil.HexStringToByteArray("0F 1F 44 00 00 49 8B 50 08 48 85 D2 75 3F 48 C7 C1"), Category = "防撤回(老)" }, new ReplacePattern { Search = ByteUtil.HexStringToByteArray("01 3D B7 00 00 00 0F 85 3F 3F 3F 3F 48 8B CF"), Replace = ByteUtil.HexStringToByteArray("01 3D B7 00 00 00 90 E9 3F 3F 3F 3F 48 8B CF"), Category = "多开" } } }, new CommonModifyInfo { Name="WeChatWin.dll", StartVersion="3.9.5.0", EndVersion="3.9.6.0", ReplacePatterns = new List { new ReplacePattern { Search = ByteUtil.HexStringToByteArray("0F 1F 44 00 00 49 8B 50 08 48 85 D2 74 3F 48 C7 C1"), Replace = ByteUtil.HexStringToByteArray("0F 1F 44 00 00 49 8B 50 08 48 85 D2 75 3F 48 C7 C1"), Category = "防撤回(老)" }, new ReplacePattern { Search = ByteUtil.HexStringToByteArray("18 01 3D B7 00 00 00 0F 85 3F 3F 3F 3F 48 8B CF"), Replace = ByteUtil.HexStringToByteArray("18 01 3D B7 00 00 00 90 E9 3F 3F 3F 3F 48 8B CF"), Category = "多开" } } }, new CommonModifyInfo { Name="WeChatWin.dll", StartVersion="3.9.2.0", EndVersion="3.9.5.0", ReplacePatterns = new List { new ReplacePattern { Search = ByteUtil.HexStringToByteArray("83 C4 10 84 C0 74 0A BE 02 00 00 00 E9"), Replace = ByteUtil.HexStringToByteArray("83 C4 10 84 C0 90 90 BE 02 00 00 00 E9"), Category = "防撤回(老)" }, new ReplacePattern { Search = ByteUtil.HexStringToByteArray("83 C4 04 84 DB 0F 84 3F 3F 3F 3F 8B 3D"), Replace = ByteUtil.HexStringToByteArray("83 C4 04 84 DB 90 E9 3F 3F 3F 3F 8B 3D"), Category = "多开" } } }, new CommonModifyInfo { Name="WeChatWin.dll", StartVersion="3.9.0.0", EndVersion="3.9.2.0", ReplacePatterns = new List { new ReplacePattern { Search = ByteUtil.HexStringToByteArray("85 C0 74 32 B9 3F 3F 3F 3F 8A"), Replace = ByteUtil.HexStringToByteArray("85 C0 EB 32 B9 3F 3F 3F 3F 8A"), Category = "防撤回(老)" }, new ReplacePattern { Search = ByteUtil.HexStringToByteArray("C3 33 C0 A3 3F 3F 3F 3F C3 CC CC CC CC CC CC CC CC CC CC CC CC 55 8B EC"), Replace = ByteUtil.HexStringToByteArray("C3 33 C0 A3 3F 3F 3F 3F C3 CC CC CC CC CC CC CC CC CC CC CC CC C3 8B EC"), Category = "多开" } } }, new CommonModifyInfo { Name="WeChatWin.dll", StartVersion="3.8.1.0", EndVersion="3.9.0.0", ReplacePatterns = new List { new ReplacePattern { Search = ByteUtil.HexStringToByteArray("85 C0 74 32 B9 3F 3F 3F 3F 8A"), Replace = ByteUtil.HexStringToByteArray("85 C0 EB 32 B9 3F 3F 3F 3F 8A"), Category = "防撤回(老)" }, new ReplacePattern { Search = ByteUtil.HexStringToByteArray("83 C4 04 84 DB 0F 84 26 01 00 00 8B 3D"), Replace = ByteUtil.HexStringToByteArray("83 C4 04 84 DB 90 E9 26 01 00 00 8B 3D"), Category = "多开" } } }, new CommonModifyInfo { Name="WeChatWin.dll", StartVersion="3.8.0.0", EndVersion="3.8.1.0", ReplacePatterns = new List { new ReplacePattern { Search = ByteUtil.HexStringToByteArray("85 C0 74 32 B9 3F 3F 3F 3F 8A"), Replace = ByteUtil.HexStringToByteArray("85 C0 EB 32 B9 3F 3F 3F 3F 8A"), Category = "防撤回(老)" }, new ReplacePattern { Search = ByteUtil.HexStringToByteArray("83 C4 04 80 BD DF FB FF FF 00 74 58 8B 3D"), Replace = ByteUtil.HexStringToByteArray("83 C4 04 80 BD DF FB FF FF 00 EB 58 8B 3D"), Category = "多开" } } }, new CommonModifyInfo { Name="WeChatWin.dll", StartVersion="3.7.6.0", EndVersion="3.8.0.0", ReplacePatterns = new List { new ReplacePattern { Search = ByteUtil.HexStringToByteArray("85 C0 74 32 B9 3F 3F 3F 3F 8A"), Replace = ByteUtil.HexStringToByteArray("85 C0 EB 32 B9 3F 3F 3F 3F 8A"), Category = "防撤回(老)" }, new ReplacePattern { Search = ByteUtil.HexStringToByteArray("83 C4 04 80 BD FF FB FF FF 00 74 58 8B 3D"), Replace = ByteUtil.HexStringToByteArray("83 C4 04 80 BD FF FB FF FF 00 EB 58 8B 3D"), Category = "多开" } } }, new CommonModifyInfo { Name="WeChatWin.dll", StartVersion="3.7.0.0", EndVersion="3.7.6.0", ReplacePatterns = new List { 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("80 7D F2 00 6A 01 74"), Replace = ByteUtil.HexStringToByteArray("80 7D F2 00 6A 01 EB"), 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 { new ReplacePattern { 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 { 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.0.5", EndVersion="3.6.5.0", ReplacePatterns = new List { // 防撤回特征又和 3.4 时期一样了 new ReplacePattern { Search = ByteUtil.HexStringToByteArray("EF 00 85 C0 74 32 B9 3F 3F 3F 11 8A"), Replace = ByteUtil.HexStringToByteArray("EF 00 85 C0 EB 32 B9 3F 3F 3F 11 8A"), Category = "防撤回" }, new ReplacePattern { Search = ByteUtil.HexStringToByteArray("83 C4 04 80 BD 2F FC FF FF 00 74 58 8B 3D"), Replace = ByteUtil.HexStringToByteArray("83 C4 04 80 BD 2F FC FF FF 00 EB 58 8B 3D"), Category = "多开" } } }, new CommonModifyInfo { Name="WeChatWin.dll", StartVersion="3.5.0.28", EndVersion="3.6.0.0", ReplacePatterns = new List { new ReplacePattern { Search = ByteUtil.HexStringToByteArray("ED 00 85 C0 74 32 B9"), Replace = ByteUtil.HexStringToByteArray("ED 00 33 C0 74 32 B9"), Category = "防撤回" }, new ReplacePattern { Search = ByteUtil.HexStringToByteArray("83 C4 04 80 BD 2F FC FF FF 00 74 58 8B 3D"), Replace = ByteUtil.HexStringToByteArray("83 C4 04 80 BD 2F FC FF FF 00 EB 58 8B 3D"), Category = "多开" } } }, new CommonModifyInfo { Name="WeChatWin.dll", StartVersion="3.4.0.0", EndVersion="3.5.0.0", ReplacePatterns = new List { new ReplacePattern { 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 { Search = ByteUtil.HexStringToByteArray("E8 6B 00 00 00 84 C0 74 56 56 6A 00"), Replace = ByteUtil.HexStringToByteArray("E8 6B 00 00 00 84 C0 EB 56 56 6A 00"), Category = "多开" } } }, new CommonModifyInfo { Name="WeChatWin.dll", StartVersion="3.3.5.15", EndVersion="3.4.0.0", ReplacePatterns = new List { new ReplacePattern { Search = ByteUtil.HexStringToByteArray("00 85 C0 74 32 B9 3F 3F 95 11 8A"), Replace = ByteUtil.HexStringToByteArray("00 85 C0 EB 32 B9 3F 3F 95 11 8A"), Category = "防撤回" }, new ReplacePattern { Search = ByteUtil.HexStringToByteArray("E8 6B 00 00 00 84 C0 74 56 56 6A 00"), Replace = ByteUtil.HexStringToByteArray("E8 6B 00 00 00 84 C0 EB 56 56 6A 00"), Category = "多开" } } }, new CommonModifyInfo { Name="WeChatWin.dll", StartVersion="3.2.0.00", EndVersion="3.3.5.00", ReplacePatterns = new List { new ReplacePattern { Search = ByteUtil.HexStringToByteArray("00 85 C0 74 7B 8B C8 E8"), Replace = ByteUtil.HexStringToByteArray("00 85 C0 EB 7B 8B C8 E8"), Category = "防撤回" }, new ReplacePattern { Search = ByteUtil.HexStringToByteArray("E8 6B 00 00 00 84 C0 74 56 56 6A 00"), Replace = ByteUtil.HexStringToByteArray("E8 6B 00 00 00 84 C0 EB 56 56 6A 00"), Category = "多开" } } }, new CommonModifyInfo { Name="WeChatWin.dll", StartVersion="3.1.0.00", EndVersion="3.2.0.00", ReplacePatterns = new List { new ReplacePattern { Search = ByteUtil.HexStringToByteArray("00 85 C0 74 7B 8B C8 E8"), Replace = ByteUtil.HexStringToByteArray("00 85 C0 EB 7B 8B C8 E8"), Category = "防撤回" }, new ReplacePattern { Search = ByteUtil.HexStringToByteArray("FF E8 9B EF FF FF 84 C0 74 08 83"), Replace = ByteUtil.HexStringToByteArray("FF 90 90 90 90 90 84 C0 74 08 83"), Category = "多开" } } }, new CommonModifyInfo { Name="WeChatWin.dll", StartVersion="2.8.0.88", EndVersion="3.1.0.00", ReplacePatterns = new List { new ReplacePattern { Search = ByteUtil.HexStringToByteArray("00 85 C0 74 7B 8B C8 E8"), Replace = ByteUtil.HexStringToByteArray("00 85 C0 EB 7B 8B C8 E8"), Category = "防撤回" }, new ReplacePattern { Search = ByteUtil.HexStringToByteArray("C0 C3 CC CC CC CC CC CC CC CC CC CC CC CC CC CC 55 8B EC 83 EC 14 53 56 57 6A FF 0F 57 C0 C7"), Replace = ByteUtil.HexStringToByteArray("C0 C3 CC CC CC CC CC CC CC CC CC CC CC CC CC CC C3 8B EC 83 EC 14 53 56 57 6A FF 0F 57 C0 C7"), Category = "多开" } } }, new CommonModifyInfo { Name="WeChatWin.dll", StartVersion="2.7.0.00", EndVersion="2.8.0.88", ReplacePatterns = new List { new ReplacePattern { Search = ByteUtil.HexStringToByteArray("00 85 C0 74 32 B9"), Replace = ByteUtil.HexStringToByteArray("00 85 C0 EB 32 B9"), Category = "防撤回" }, new ReplacePattern { Search = ByteUtil.HexStringToByteArray("C0 C3 CC CC CC CC CC CC CC CC CC CC CC CC CC CC 55 8B EC 83 EC 14 53 56 57 6A FF 0F 57 C0 C7"), Replace = ByteUtil.HexStringToByteArray("C0 C3 CC CC CC CC CC CC CC CC CC CC CC CC CC CC C3 8B EC 83 EC 14 53 56 57 6A FF 0F 57 C0 C7"), Category = "多开" } } } } } }, FileModifyInfos = new Dictionary> { { "WeChat.exe", new List { } }, { "WeChatWin.dll", new List { /* new ModifyInfo { Name="WeChatWin.dll", Version="3.5.0.29", SHA1Before="018c3af27ac5d618a89018babc51ed90665ed1cc", SHA1After="8e070a908305061d86c6ff9cc3f30d8cfa802cac", Changes = new List { new Change { Position =0x003AE6A9, Content =new byte[] { 0x31 } }, new Change { Position =0x00CA5967, Content =new byte[] { 0xEB } } } },*/ new ModifyInfo { Name="WeChatWin.dll", Version="3.3.5.25", SHA1Before="3e94753ccbc2799d98f3c741377e99bdae33b4cf", SHA1After="ab98f83fc16674ac4911380882c79c3ca4c2fd71", Changes = new List { new Change { Position =0x003417D9, Content =new byte[] { 0xEB } }, new Change { Position =0x00B98A67, Content =new byte[] { 0xEB } } } }, new ModifyInfo { Name="WeChatWin.dll", Version="3.3.5.15", SHA1Before="7d06e076c525aec6783e919dde4ee11ba9fdb198", SHA1After="f22ab996a1779c2b41132d42c4fdf98c003284e0", Changes = new List { new Change { Position =0x0033D769, Content =new byte[] { 0xEB } }, new Change { Position =0x00B8F2C7, Content =new byte[] { 0xEB } } } }, new ModifyInfo { Name="WeChatWin.dll", Version="2.8.0.112", SHA1Before="7497fc006f061799138aa33419280e41891a7981", SHA1After="07e681be40af32738d59a9332fe966c83c05e455", Changes = new List { new Change { Position =0x0028ED79, Content =new byte[] { 0xEB } }, new Change { Position =0x007E7B10, Content =new byte[] { 0xC3 } } } }, new ModifyInfo { Name="WeChatWin.dll", Version="2.8.0.106", SHA1Before="e772c81c8a1b79cac77b22dbe67b375fa340ba30", SHA1After="bcbc491910f07cb995ef154a281450f2d052e90b", Changes = new List { new Change { Position =0x00289099, Content =new byte[] { 0xEB } }, new Change { Position =0x007E5960, Content =new byte[] { 0xC3 } } } }, new ModifyInfo { Name="WeChatWin.dll", Version="2.8.0.88", SHA1Before="b34c73e38cfec186890b58caac5fc9962377cd9b", SHA1After="8c108e92de0b6b4d9e61ce38ab8dd339a27e505b", Changes = new List { new Change { Position =0x00288489, Content =new byte[] { 0xEB } }, new Change { Position =0x007E3D80, Content =new byte[] { 0xC3 } } } }, new ModifyInfo { Name="WeChatWin.dll", Version="2.8.0.82", SHA1Before="c359cc1a391441d261753f2844f9156638df8631", SHA1After="d1b4dee8f7f91e34d68501987fd0675b33fe85da", Changes = new List { 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.78", SHA1Before="26a5c5503f1e176676da5657c12812da8aaa0243", SHA1After="d338215a815c09755c04949995ec3e4eab8dce60", Changes = new List { new Change { Position =0x00285EA9, Content =new byte[] { 0xEB } }, new Change { Position =0x007E1380, Content =new byte[] { 0xC3 } } } }, new ModifyInfo { Name="WeChatWin.dll", Version="2.7.2.76", SHA1Before="0003c7b2c0136a0eb2a6cfc2c694cb57b04b5517", SHA1After="88af6055a0f4d3bdaa6f717ec8b263d4418487b6", Changes = new List { new Change { Position =0x00285BA9, Content =new byte[] { 0xEB } }, new Change { Position =0x007E0DA0, Content =new byte[] { 0xC3 } } } }, new ModifyInfo { Name="WeChatWin.dll", Version="2.7.1.88", SHA1Before="034059bad50dd793140952391bfa7936133e69b4", SHA1After="dd6d80c30ca9e0ea9f7d2f1add498fc9aa4bc7a0", Changes = new List { new Change { Position =0x00262389, Content =new byte[] { 0xEB } }, new Change { Position =0x007957B0, Content =new byte[] { 0xC3 } } } }, new ModifyInfo { Name="WeChatWin.dll", Version="2.7.1.85", SHA1Before="de0df4e138b72460450f66c029e33f4510f5e2df", SHA1After="fbd35720aaff3cdcfd3ff18ea503dc06450e5c99", Changes = new List { new Change { Position =0x00262389, Content =new byte[] { 0xEB } }, new Change { Position =0x00795680, Content =new byte[] { 0xC3 } } } }, new ModifyInfo { Name="WeChatWin.dll", Version="2.7.1.82", SHA1Before="20e111a18872bf6c7148a897c11da26c1ec95520", SHA1After="1e0741d325ca6b1cd2402b829a3d13a2524af617", Changes = new List { new Change { Position =0x00262389, Content =new byte[] { 0xEB } }, new Change { Position =0x00795650, Content =new byte[] { 0xC3 } } } }, new ModifyInfo { Name="WeChatWin.dll", Version="2.7.1.74", SHA1Before="b1eaf7edc074a88be5d0f89230436cc2084d24d2", SHA1After="eb3d74ccd87a09059a005f4972861898fc3de463", Changes = new List { new Change { Position =0x00262389, Content =new byte[] { 0xEB } }, new Change { Position =0x00795550, Content =new byte[] { 0xC3 } } } }, new ModifyInfo { Name="WeChatWin.dll", Version="2.7.1.65", SHA1Before="8346b97d264725da924d240c6eb77df3e693385e", SHA1After="42bab2c9c79ef4f2088c00ea6d817973e14a5e6e", Changes = new List { new Change { Position =2495545, Content =new byte[] { 235} } } }, new ModifyInfo {Name="WeChatWin.dll",Version="2.7.1.59",SHA1Before="df954d403edaca89cd5394927a325a0023e93281",SHA1After="6aa22460c91bb5c5e2f0ec1af99b8a5f6d4318c0",Changes = new List { new Change {Position=2496073,Content=new byte[] { 235} } } },new ModifyInfo {Name="WeChatWin.dll",Version="2.7.1.43",SHA1Before="39cd9e09e1a3eac09e6808749bff525c9e3216ce",SHA1After="7b829f1ff0217e346a80f9510fdd7634ddd49445",Changes = new List { new Change {Position=2494169,Content=new byte[] { 235} } } },new ModifyInfo {Name="WeChatWin.dll",Version="2.7.0.70",SHA1Before="3b0601864aff3c1d792f812ad1ca05f02aa761e3",SHA1After="1e8734d32b0a8c12758e30f99c77f729991fb071",Changes = new List { new Change {Position=2475657,Content=new byte[] { 235} } } },new ModifyInfo {Name="WeChatWin.dll",Version="2.7.0.65",SHA1Before="063c2e05a0df1bdb8987c2d978d93499bd2052ba",SHA1After="5ed4c09a4f18643b967f063a824d7e65d0567f8a",Changes = new List { new Change {Position=2475449,Content=new byte[] { 117} } } },new ModifyInfo {Name="WeChatWin.dll",Version="2.6.8.68",SHA1Before="2e9417f4276b12fe32ca7b4fee49272a4a2af334",SHA1After="699602ee3cbb9ae5714f6e6ebc658c875a6c66e6",Changes = new List { new Change {Position=2454006,Content=new byte[] { 116} } } },new ModifyInfo {Name="WeChatWin.dll",Version="2.6.8.65",SHA1Before="e01f6855a96c12c30808960903ed199a33e4952c",SHA1After="d9120569cfd0433aebea107d7b90805cbbac7518",Changes = new List { new Change {Position=2454265,Content=new byte[] { 117} } } },new ModifyInfo {Name="WeChatWin.dll",Version="2.6.8.52",SHA1Before="88131302f664df6a657c9ca49d152da536fe5729",SHA1After="8d1454b73831644181e962c1fa0ea4e2da4124a3",Changes = new List { new Change {Position=2453049,Content=new byte[] { 117} } } },new ModifyInfo {Name="WeChatWin.dll",Version="2.6.8.51",SHA1Before="d0a5517b1292a751501b00b4b1f0702db2d9fc30",SHA1After="53e7b1525d49bf2c3250a8131ff0ba2510779b78",Changes = new List { new Change {Position=2452614,Content=new byte[] { 116} } } },new ModifyInfo {Name="WeChatWin.dll",Version="2.6.8.37",SHA1Before="7e01f8b04a158a4a50bc5a6e67c2fb8b02233170",SHA1After="a1895004415fe9bcd7e690bd6e482b833b515599",Changes = new List { new Change {Position=2452614,Content=new byte[] { 116} } } },new ModifyInfo {Name="WeChatWin.dll",Version="2.6.7.57",SHA1Before="80a91aaf941bcb1c24a7d672838ac73e9ebb2e40",SHA1After="a0d3f9a45a835f97aef7fe0872387d8cfb5c25a4",Changes = new List { new Change {Position=2433413,Content=new byte[] { 116} } } },new ModifyInfo {Name="WeChatWin.dll",Version="2.6.7.40",SHA1Before="04bd0cb28df6630b518f42a3f9c2caa4a9359fbc",SHA1After="13c91cf1d4609959771fd137b9a86a5ca365e1b6",Changes = new List { new Change {Position=2432934,Content=new byte[] { 116} } } },new ModifyInfo {Name="WeChatWin.dll",Version="2.6.7.32",SHA1Before="a02519c1007ee6723947c262c720d63c619f633e",SHA1After="f3007471ca8734c29783c25f0bb49949a783a44",Changes = new List { new Change {Position=2432806,Content=new byte[] { 116} } } },new ModifyInfo {Name="WeChatWin.dll",Version="2.6.6.28",SHA1Before="0b19cb17a62c3ea0efce0fb675a1d3b17845cba3",SHA1After="260948656725446b818ea668273ceff02ddfb44d",Changes = new List { new Change {Position=2401678,Content=new byte[] { 116} } } } } } } }; } public App QQ() { return new App { Name = "QQ", FileTargetInfos = new Dictionary { { "IM.dll", new TargetInfo { Name = "IM.dll", RelativePath = @"Bin\IM.dll" } } }, FileCommonModifyInfos = new Dictionary> { { "IM.dll", new List { new CommonModifyInfo { Name="IM.dll", StartVersion="9.4.7.00000", EndVersion="", ReplacePatterns = new List { new ReplacePattern { Search = ByteUtil.HexStringToByteArray("1C E9 9D 00 00 00 8B 45 E8 8D 55 EC 52 89 5D EC 68 3F 3F 3F 3F 8B 08 50 FF 51 78 85 C0 79 2D 8D 45 0C C7 45 0C"), Replace = ByteUtil.HexStringToByteArray("1C E9 9D 00 00 00 8B 45 E8 8D 55 EC 52 89 5D EC EB 09 90 90 90 8B 08 50 FF 51 78 85 C0 79 2D 8D 45 0C C7 45 0C"), Category = "防撤回" }, new ReplacePattern { Search = ByteUtil.HexStringToByteArray("1C E9 9D 00 00 00 8B 45 F0 8D 55 EC 52 89 5D EC 68 3F 3F 3F 3F 8B 08 50 FF 51 78 85 C0 79 2D 8D 45 0C C7 45 0C"), Replace = ByteUtil.HexStringToByteArray("1C E9 9D 00 00 00 8B 45 F0 8D 55 EC 52 89 5D EC EB 09 90 90 90 8B 08 50 FF 51 78 85 C0 79 2D 8D 45 0C C7 45 0C"), Category = "防撤回" }, new ReplacePattern { Search = ByteUtil.HexStringToByteArray("8B 75 14 8D 4D F4 83 C4 20 33 FF 89 7D F4 8B 06 51 68 3F 3F 3F 3F 56 FF 50 78 85 C0 79 39 8D 45 0C C7 45 0C"), Replace = ByteUtil.HexStringToByteArray("8B 75 14 8D 4D F4 83 C4 20 33 FF 89 7D F4 8B 06 EB 08 90 90 90 90 56 FF 50 78 85 C0 79 39 8D 45 0C C7 45 0C"), Category = "防撤回" } } }, new CommonModifyInfo { Name="IM.dll", StartVersion="9.1.6.00000", EndVersion="9.4.7.00000", ReplacePatterns = new List { new ReplacePattern { Search = ByteUtil.HexStringToByteArray("1C E9 9D 00 00 00 8B 45 E8 8D 55 EC 52 89 5D EC 68 3F 3F 3F 54 8B 08 50 FF 51 78 85 C0 79 2D 8D 45 0C C7 45 0C"), Replace = ByteUtil.HexStringToByteArray("1C E9 9D 00 00 00 8B 45 E8 8D 55 EC 52 89 5D EC EB 09 90 90 90 8B 08 50 FF 51 78 85 C0 79 2D 8D 45 0C C7 45 0C"), Category = "防撤回" }, new ReplacePattern { Search = ByteUtil.HexStringToByteArray("1C E9 9D 00 00 00 8B 45 F0 8D 55 EC 52 89 5D EC 68 3F 3F 3F 54 8B 08 50 FF 51 78 85 C0 79 2D 8D 45 0C C7 45 0C"), Replace = ByteUtil.HexStringToByteArray("1C E9 9D 00 00 00 8B 45 F0 8D 55 EC 52 89 5D EC EB 09 90 90 90 8B 08 50 FF 51 78 85 C0 79 2D 8D 45 0C C7 45 0C"), Category = "防撤回" }, new ReplacePattern { Search = ByteUtil.HexStringToByteArray("8B 75 14 8D 4D F4 83 C4 20 33 FF 89 7D F4 8B 06 51 68 3F 3F 3F 54 56 FF 50 78 85 C0 79 39 8D 45 0C C7 45 0C"), Replace = ByteUtil.HexStringToByteArray("8B 75 14 8D 4D F4 83 C4 20 33 FF 89 7D F4 8B 06 EB 08 90 90 90 90 56 FF 50 78 85 C0 79 39 8D 45 0C C7 45 0C"), Category = "防撤回" } } } } } }, FileModifyInfos = new Dictionary> { { "IM.dll", new List { new ModifyInfo { Name = "IM.dll", Version = "9.2.3.26592", SHA1Before = "9114e7869572b4b868afcbc8b28eae932559ec60", SHA1After = "42e15175fd53768bb48772dc69fb07a4eac5a623", Changes = new List { new Change { Position = 0x0005AB95, Content = new byte[] { 0xEB, 0x09, 0x90, 0x90, 0x90 } }, new Change { Position = 0x0005ADB2, Content = new byte[] { 0xEB, 0x09, 0x90, 0x90, 0x90 } }, new Change { Position = 0x0005AF60, Content = new byte[] { 0xEB, 0x08, 0x90, 0x90, 0x90, 0x90 } } } }, new ModifyInfo { Name = "IM.dll", Version = "9.2.2.26569", SHA1Before = "434254e76c520789558e075af677821258536311", SHA1After = "237c9e489a97858a175f0f7c72ade4ebcbac7a69", Changes = new List { new Change { Position = 0x0005A9CA, Content = new byte[] { 0xEB, 0x09, 0x90, 0x90, 0x90 } }, new Change { Position = 0x0005ABE7, Content = new byte[] { 0xEB, 0x09, 0x90, 0x90, 0x90 } }, new Change { Position = 0x0005AD95, Content = new byte[] { 0xEB, 0x08, 0x90, 0x90, 0x90, 0x90 } } } }, new ModifyInfo { Name = "IM.dll", Version = "9.2.1.26546", SHA1Before = "8d8ea2c2cbf43f5acf8d684b153e90035352d5f5", SHA1After = "7d194dd5be03982b533d7375c93d9a72587fe28d", Changes = new List { new Change { Position = 0x0005A389, Content = new byte[] { 0xEB, 0x09, 0x90, 0x90, 0x90 } }, new Change { Position = 0x0005A5A6, Content = new byte[] { 0xEB, 0x09, 0x90, 0x90, 0x90 } }, new Change { Position = 0x0005A754, Content = new byte[] { 0xEB, 0x08, 0x90, 0x90, 0x90, 0x90 } } } }, new ModifyInfo { Name = "IM.dll", Version = "9.2.0.26453", SHA1Before = "c1935ca6347b0c2a7e6108a7f8ee0643d39deb66", SHA1After = "42811188a7e7b346a6a3c1066936b98c747acaf6", Changes = new List { new Change { Position = 0x00056602, Content = new byte[] { 0xEB, 0x09, 0x90, 0x90, 0x90 } }, new Change { Position = 0x0005681F, Content = new byte[] { 0xEB, 0x09, 0x90, 0x90, 0x90 } }, new Change { Position = 0x000569CF, Content = new byte[] { 0xEB, 0x08, 0x90, 0x90, 0x90, 0x90 } } } }, new ModifyInfo { Name = "IM.dll", Version = "9.2.0.26389", SHA1Before = "6f8855fb80acfa456f8f69989fe949308fe4d154", SHA1After = "f6b8e05a178b9b10ba17c597fa0a44b7a2a966a8", Changes = new List { new Change { Position = 0x000571C8, Content = new byte[] { 0xEB, 0x09, 0x90, 0x90, 0x90 } }, new Change { Position = 0x000573E5, Content = new byte[] { 0xEB, 0x09, 0x90, 0x90, 0x90 } }, new Change { Position = 0x00057595, Content = new byte[] { 0xEB, 0x08, 0x90, 0x90, 0x90, 0x90 } } } }, new ModifyInfo { Name = "IM.dll", Version = "9.1.9.26361", SHA1Before = "022d3433d13d07a354c38816f61cb0b7ac60d3fd", SHA1After = "873a57c1fb51cdd099c8cb7108b5ab5cb4459557", Changes = new List { new Change { Position = 0x000567DE, Content = new byte[] { 0xEB, 0x09, 0x90, 0x90, 0x90 } }, new Change { Position = 0x000569FB, Content = new byte[] { 0xEB, 0x09, 0x90, 0x90, 0x90 } }, new Change { Position = 0x00056BAB, Content = new byte[] { 0xEB, 0x08, 0x90, 0x90, 0x90, 0x90 } } } }, new ModifyInfo { Name = "IM.dll", Version = "9.1.9.26346", SHA1Before = "895eb70f707b8222e6460c91492b1281e525059b", SHA1After = "0bb83990e2b5b5f23b7b43249941ff638201af54", Changes = new List { new Change { Position = 0x000567DE, Content = new byte[] { 0xEB, 0x09, 0x90, 0x90, 0x90 } }, new Change { Position = 0x000569FB, Content = new byte[] { 0xEB, 0x09, 0x90, 0x90, 0x90 } }, new Change { Position = 0x00056BAB, Content = new byte[] { 0xEB, 0x08, 0x90, 0x90, 0x90, 0x90 } } } }, new ModifyInfo { Name = "IM.dll", Version = "9.1.8.26211", SHA1Before = "a950d3cf5e8925f7775624271105ef78d9c5cb57", SHA1After = "dffc1cb87b91e6467e13c935611f2f7fd76b9a8d", Changes = new List { new Change { Position = 0x000524EF, Content = new byte[] { 0xEB, 0x09, 0x90, 0x90, 0x90 } }, new Change { Position = 0x0005270C, Content = new byte[] { 0xEB, 0x09, 0x90, 0x90, 0x90 } }, new Change { Position = 0x000528BC, Content = new byte[] { 0xEB, 0x08, 0x90, 0x90, 0x90, 0x90 } } } }, new ModifyInfo { Name = "IM.dll", Version = "9.1.7.25980", SHA1Before = "c6632339fbe675312a70ae4620e70699c258cd36", SHA1After = "e9ddc5cc681950796fc8fe4c55f580428c890b51", Changes = new List { new Change { Position = 0x0005009F, Content = new byte[] { 0xEB, 0x09, 0x90, 0x90, 0x90 } }, new Change { Position = 0x000502BC, Content = new byte[] { 0xEB, 0x09, 0x90, 0x90, 0x90 } }, new Change { Position = 0x0005046C, Content = new byte[] { 0xEB, 0x08, 0x90, 0x90, 0x90, 0x90 } } } }, new ModifyInfo { Name = "IM.dll", Version = "9.0.4.23786", SHA1Before = "69a714f4eadb09f1453f6f022d4adbcd801cfab8", SHA1After = "b48e77a924076b3ebdffc4af514c868c551d2bca", Changes = new List { new Change { Position = 0x0004DB71, Content = new byte[] { 0xEB, 0x07, 0x90, 0x90, 0x90 } }, new Change { Position = 0x0004DD8E, Content = new byte[] { 0xEB, 0x07, 0x90, 0x90, 0x90 } }, new Change { Position = 0x0004DF93, Content = new byte[] { 0xEB, 0x07, 0x90, 0x90, 0x90 } } } } } } } }; } public App TIM() { return new App { Name = "TIM", FileTargetInfos = new Dictionary { { "IM.dll", new TargetInfo { Name = "IM.dll", RelativePath = @"Bin\IM.dll" } } }, FileCommonModifyInfos = new Dictionary> { { "IM.dll", new List { new CommonModifyInfo { Name="IM.dll", StartVersion="3.4.0.00000", EndVersion="", ReplacePatterns = new List { new ReplacePattern { Search = ByteUtil.HexStringToByteArray("1C E9 9D 00 00 00 8B 45 E8 8D 55 EC 52 89 5D EC 68 3F 3F 3F 3F 8B 08 50 FF 51 78 85 C0 79 2D 8D 45 0C C7 45 0C"), Replace = ByteUtil.HexStringToByteArray("1C E9 9D 00 00 00 8B 45 E8 8D 55 EC 52 89 5D EC EB 09 90 90 90 8B 08 50 FF 51 78 85 C0 79 2D 8D 45 0C C7 45 0C"), Category = "防撤回" }, new ReplacePattern { Search = ByteUtil.HexStringToByteArray("1C E9 9D 00 00 00 8B 45 F0 8D 55 EC 52 89 5D EC 68 3F 3F 3F 3F 8B 08 50 FF 51 78 85 C0 79 2D 8D 45 0C C7 45 0C"), Replace = ByteUtil.HexStringToByteArray("1C E9 9D 00 00 00 8B 45 F0 8D 55 EC 52 89 5D EC EB 09 90 90 90 8B 08 50 FF 51 78 85 C0 79 2D 8D 45 0C C7 45 0C"), Category = "防撤回" }, new ReplacePattern { Search = ByteUtil.HexStringToByteArray("8B 75 14 8D 4D F4 83 C4 20 33 FF 89 7D F4 8B 06 51 68 3F 3F 3F 3F 56 FF 50 78 85 C0 79 39 8D 45 0C C7 45 0C"), Replace = ByteUtil.HexStringToByteArray("8B 75 14 8D 4D F4 83 C4 20 33 FF 89 7D F4 8B 06 EB 08 90 90 90 90 56 FF 50 78 85 C0 79 39 8D 45 0C C7 45 0C"), Category = "防撤回" } } }, new CommonModifyInfo { Name="IM.dll", StartVersion="3.0.0.00000", EndVersion="3.4.0.00000", ReplacePatterns = new List { new ReplacePattern { Search = ByteUtil.HexStringToByteArray("1C E9 9D 00 00 00 8B 45 E8 8D 55 EC 52 89 5D EC 68 3F 3F 3F 54 8B 08 50 FF 51 78 85 C0 79 2D 8D 45 0C C7 45 0C"), Replace = ByteUtil.HexStringToByteArray("1C E9 9D 00 00 00 8B 45 E8 8D 55 EC 52 89 5D EC EB 09 90 90 90 8B 08 50 FF 51 78 85 C0 79 2D 8D 45 0C C7 45 0C"), Category = "防撤回" }, new ReplacePattern { Search = ByteUtil.HexStringToByteArray("1C E9 9D 00 00 00 8B 45 F0 8D 55 EC 52 89 5D EC 68 3F 3F 3F 54 8B 08 50 FF 51 78 85 C0 79 2D 8D 45 0C C7 45 0C"), Replace = ByteUtil.HexStringToByteArray("1C E9 9D 00 00 00 8B 45 F0 8D 55 EC 52 89 5D EC EB 09 90 90 90 8B 08 50 FF 51 78 85 C0 79 2D 8D 45 0C C7 45 0C"), Category = "防撤回" }, new ReplacePattern { Search = ByteUtil.HexStringToByteArray("8B 75 14 8D 4D F4 83 C4 20 33 FF 89 7D F4 8B 06 51 68 3F 3F 3F 54 56 FF 50 78 85 C0 79 39 8D 45 0C C7 45 0C"), Replace = ByteUtil.HexStringToByteArray("8B 75 14 8D 4D F4 83 C4 20 33 FF 89 7D F4 8B 06 EB 08 90 90 90 90 56 FF 50 78 85 C0 79 39 8D 45 0C C7 45 0C"), Category = "防撤回" } } } } } }, FileModifyInfos = new Dictionary> { { "IM.dll", new List { new ModifyInfo { Name = "IM.dll", Version = "2.3.2.21173", SHA1Before = "ecf3e69f3fb100ffe2fee095ffded591b9781024", SHA1After = "0514d1304e7ac46b4d33386ec3313888f5ae7171", Changes = new List { new Change { Position = 0x0004D78A, Content = new byte[] { 0xEB, 0x09, 0x90, 0x90, 0x90 } }, new Change { Position = 0x0004D9A7, Content = new byte[] { 0xEB, 0x09, 0x90, 0x90, 0x90 } }, new Change { Position = 0x0004DB57, Content = new byte[] { 0xEB, 0x08, 0x90, 0x90, 0x90, 0x90 } } } } } } } }; } public App QQLite() { return new App { Name = "QQLite", FileTargetInfos = new Dictionary { { "IM.dll", new TargetInfo { Name = "IM.dll", RelativePath = @"Bin\IM.dll" } } }, FileModifyInfos = new Dictionary> { { "IM.dll", new List { new ModifyInfo { Name = "IM.dll", Version = "7.9.14314.0", SHA1Before = "2e97d7671963fa148a1beeda6ce4964314310593", SHA1After = "723c008fb53435ead20fa6f2e951c9a4a8ff46da", Changes = new List { new Change { Position = 0x00024505, Content = new byte[] { 0xEB, 0x02, 0x90, 0x90 } }, new Change { Position = 0x000248B9, Content = new byte[] { 0xEB, 0x02, 0x90, 0x90 } } } }, new ModifyInfo { Name = "IM.dll", Version = "7.9.14308.0", SHA1Before = "b8a7a873178706b97be11c25f13bcf09e9e578a2", SHA1After = "c5bf533c7af6996b42d1fb2a0fb3f26dfd52f8bf", Changes = new List { new Change { Position = 0x00024505, Content = new byte[] { 0xEB, 0x02, 0x90, 0x90 } }, new Change { Position = 0x000248B9, Content = new byte[] { 0xEB, 0x02, 0x90, 0x90 } } } } } } } }; } public App QQNT() { return new App { Name = "QQNT", FileTargetInfos = new Dictionary { { "wrapper.node", new TargetInfo { Name = "wrapper.node", RelativePath = @"versions\{version}\resources\app\wrapper.node", RelativePathForVersion = "QQ.exe" } } }, FileCommonModifyInfos = new Dictionary> { { "wrapper.node", new List { new CommonModifyInfo { Name="wrapper.node", StartVersion="9.8.0.19000", EndVersion="", ReplacePatterns = new List { new ReplacePattern { Search = ByteUtil.HexStringToByteArray("48 8B 95 3F 3F 3F 3F 4C 8B 85 3F 3F 3F 3F 4C 89 C0 48 29 D0 48 83 F8 07 0F 87"), Replace = ByteUtil.HexStringToByteArray("48 8B 95 3F 3F 3F 3F 4C 8B 85 3F 3F 3F 3F 4C 89 C0 48 29 D0 48 83 F8 07 0F 86"), Category = "群聊防撤回" } } } } } } }; } public App Weixin() { return new App { Name = "Weixin", FileTargetInfos = new Dictionary { { "Weixin.dll", new TargetInfo { Name = "Weixin.dll", RelativePath = "Weixin.dll", StartVersion = "1.0.0.0" } } }, FileCommonModifyInfos = new Dictionary> { { "Weixin.dll", new List { new CommonModifyInfo { Name="Weixin.dll", StartVersion="4.1.7.1", EndVersion="", ReplacePatterns = new List { new ReplacePattern { Search = ByteUtil.HexStringToByteArray("90 48 89 86 A8 01 00 00"), Replace = ByteUtil.HexStringToByteArray("90 48 29 86 A8 01 00 00"), Category = "防撤回" }, new ReplacePattern { Search = ByteUtil.HexStringToByteArray("81 FF B7 00 00 00 0F 85"), Replace = ByteUtil.HexStringToByteArray("81 FF B7 00 00 00 90 E9"), Category = "多开" } } }, new CommonModifyInfo { Name="Weixin.dll", StartVersion="4.1.6.15", EndVersion="4.1.7.0", ReplacePatterns = new List { new ReplacePattern { Search = ByteUtil.HexStringToByteArray("CC 56 48 83 EC 30 4C 89 C0 48 89 D6 C6 44 24 20 00 4D 89 C8 49 89 C1 E8"), Replace = ByteUtil.HexStringToByteArray("CC 56 48 83 EC 30 4C 89 C0 48 89 D6 C6 44 24 20 01 4D 89 C8 49 89 C1 E8"), Category = "防撤回" }, // new ReplacePattern // { // Search = ByteUtil.HexStringToByteArray("65 69 78 69 6E 55 70 64 61 74 65 00 57"), // Replace = ByteUtil.HexStringToByteArray("65 69 78 69 6E 55 70 64 61 74 2E 00 57"), // Category = "防撤回" // }, // new ReplacePattern // { // Search = ByteUtil.HexStringToByteArray("6E 55 70 64 61 74 65 2E 65 78 65 00 00 00 00 00 00 00 00 00 00 57 65 69 78 69 6E 55 70 64 61 74 65 2E 65"), // Replace = ByteUtil.HexStringToByteArray("6E 55 70 64 61 74 2E 2E 65 78 65 00 00 00 00 00 00 00 00 00 00 57 65 69 78 69 6E 55 70 64 61 74 2E 2E 65"), // Category = "防撤回" // }, new ReplacePattern { Search = ByteUtil.HexStringToByteArray("48 8D 55 C0 45 31 C0 E8 29 F8 47 FE 90 48"), Replace = ByteUtil.HexStringToByteArray("48 8D 55 C0 48 83 85 D0 02 00 00 01 90 48"), Category = "防撤回" }, new ReplacePattern { Search = ByteUtil.HexStringToByteArray("84 C0 75 1B E8 76 E5 F7 FF 84 C0 75 12 E8"), Replace = ByteUtil.HexStringToByteArray("84 C0 EB 3F E8 3F 3F 3F FF 84 C0 75 3F E8"), Category = "多开" } } }, new CommonModifyInfo { Name="Weixin.dll", StartVersion="4.1.0.17", EndVersion="4.1.6.0", ReplacePatterns = new List { new ReplacePattern { Search = ByteUtil.HexStringToByteArray("DA FE FF FF 4C 89 F1 E8 3F 3F 3F 3F 84 C0 0F 84"), Replace = ByteUtil.HexStringToByteArray("DA FE FF FF 4C 89 F1 E8 3F 3F 3F 3F 84 C0 90 E9"), Category = "防撤回" }, new ReplacePattern { Search = ByteUtil.HexStringToByteArray("31 C9 31 D2 49 89 C0 FF 15 3F 3F 3F 3F 48 85 C0 0F 84"), Replace = ByteUtil.HexStringToByteArray("31 C9 31 D2 49 89 C0 FF 15 3F 3F 3F 3F 48 85 C0 90 E9"), Category = "多开" } } }, new CommonModifyInfo { Name="Weixin.dll", StartVersion="4.1.0.0", EndVersion="4.1.0.17", ReplacePatterns = new List { new ReplacePattern { Search = ByteUtil.HexStringToByteArray("48 8D 8D 20 04 00 00 E8 CD 3F 3F 3F 84 C0 0F 84 3F 3F 3F 3F 48 8D 8D"), Replace = ByteUtil.HexStringToByteArray("48 8D 8D 20 04 00 00 E8 CD 3F 3F 3F 84 C0 90 E9 3F 3F 3F 3F 48 8D 8D"), Category = "防撤回" }, new ReplacePattern { Search = ByteUtil.HexStringToByteArray("5F C3 CC CC CC CC CC CC CC CC CC CC CC CC CC CC 55 41 56 56 57 53"), Replace = ByteUtil.HexStringToByteArray("5F C3 CC CC CC CC CC CC CC CC CC CC CC CC CC CC C3 41 56 56 57 53"), Category = "多开" } } }, new CommonModifyInfo { Name="Weixin.dll", StartVersion="4.0.3.0", EndVersion="4.1.0.0", ReplacePatterns = new List { new ReplacePattern { Search = ByteUtil.HexStringToByteArray("75 21 48 B8 72 65 76 6F 6B 65 6D 73 48 89 05 3F 3F 3F 3F 66 C7 05 3F 3F 3F 3F 67 00 C6 05 3F 3F 3F 3F 01 48 8D"), Replace = ByteUtil.HexStringToByteArray("EB 21 48 B8 72 65 76 6F 6B 65 6D 73 48 89 05 3F 3F 3F 3F 66 C7 05 3F 3F 3F 3F 67 00 C6 05 3F 3F 3F 3F 01 48 8D"), Category = "防撤回" }, new ReplacePattern { Search = ByteUtil.HexStringToByteArray("55 56 57 53 48 81 EC 3F 3F 3F 3F 48 8D AC 24 3F 3F 3F 3F 48 C7 85 3F 3F 3F 3F FE FF FF FF 48 C7 85 3F 3F 3F 3F 00 00 00 00 B9 60 00 00 00"), Replace = ByteUtil.HexStringToByteArray("C3 56 57 53 48 81 EC 3F 3F 3F 3F 48 8D AC 24 3F 3F 3F 3F 48 C7 85 3F 3F 3F 3F FE FF FF FF 48 C7 85 3F 3F 3F 3F 00 00 00 00 B9 60 00 00 00"), Category = "多开" } } }, new CommonModifyInfo { Name="Weixin.dll", StartVersion="4.0.0.0", EndVersion="4.0.3.0", ReplacePatterns = new List { new ReplacePattern { Search = ByteUtil.HexStringToByteArray("57 53 48 83 EC 20 48 89 CE 80 3D 3F 3F 3F 3F 00 75 21 48 B8"), Replace = ByteUtil.HexStringToByteArray("57 53 48 83 EC 20 48 89 CE 80 3D 3F 3F 3F 3F 00 EB 21 48 B8"), Category = "防撤回" }, // new ReplacePattern // { // Search = ByteUtil.HexStringToByteArray("BA 01 00 00 00 E8 3F 3F 3F 00 85 C0 0F 84 3F 03 00"), // Replace = ByteUtil.HexStringToByteArray("BA 01 00 00 00 E8 3F 3F 3F 00 85 C0 E9 50 03 00 00"), // Category = "多开" // } } } } } } }; } } } ================================================ FILE: RevokeMsgPatcher.Assistant/Program.cs ================================================ using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows.Forms; namespace RevokeMsgPatcher.Assistant { static class Program { /// /// 应用程序的主入口点。 /// [STAThread] static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new FormAssisant()); } } } ================================================ FILE: RevokeMsgPatcher.Assistant/Properties/AssemblyInfo.cs ================================================ using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // 有关程序集的一般信息由以下 // 控制。更改这些特性值可修改 // 与程序集关联的信息。 [assembly: AssemblyTitle("RevokeMsgPatcher.Assistant")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("RevokeMsgPatcher.Assistant")] [assembly: AssemblyCopyright("Copyright © 2019")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] // 将 ComVisible 设置为 false 会使此程序集中的类型 //对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型 //请将此类型的 ComVisible 特性设置为 true。 [assembly: ComVisible(false)] // 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID [assembly: Guid("6992004f-17e6-45bf-8d72-180a31e9c23c")] // 程序集的版本信息由下列四个值组成: // // 主版本 // 次版本 // 生成号 // 修订号 // // 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号 // 方法是按如下所示使用“*”: : // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyFileVersion("1.0.0.0")] ================================================ FILE: RevokeMsgPatcher.Assistant/Properties/Resources.Designer.cs ================================================ //------------------------------------------------------------------------------ // // 此代码由工具生成。 // 运行时版本:4.0.30319.42000 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // //------------------------------------------------------------------------------ namespace RevokeMsgPatcher.Assistant.Properties { using System; /// /// 一个强类型的资源类,用于查找本地化的字符串等。 /// // 此类是由 StronglyTypedResourceBuilder // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。 // 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen // (以 /str 作为命令选项),或重新生成 VS 项目。 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Resources() { } /// /// 返回此类使用的缓存的 ResourceManager 实例。 /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("RevokeMsgPatcher.Assistant.Properties.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; } } /// /// 重写当前线程的 CurrentUICulture 属性,对 /// 使用此强类型资源类的所有资源查找执行重写。 /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } } } ================================================ FILE: RevokeMsgPatcher.Assistant/Properties/Resources.resx ================================================  text/microsoft-resx 2.0 System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 ================================================ FILE: RevokeMsgPatcher.Assistant/Properties/Settings.Designer.cs ================================================ //------------------------------------------------------------------------------ // // 此代码由工具生成。 // 运行时版本:4.0.30319.42000 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // //------------------------------------------------------------------------------ namespace RevokeMsgPatcher.Assistant.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.1.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); public static Settings Default { get { return defaultInstance; } } } } ================================================ FILE: RevokeMsgPatcher.Assistant/Properties/Settings.settings ================================================  ================================================ FILE: RevokeMsgPatcher.Assistant/RevokeMsgPatcher.Assistant.csproj ================================================  Debug AnyCPU {6992004F-17E6-45BF-8D72-180A31E9C23C} WinExe RevokeMsgPatcher.Assistant RevokeMsgPatcher.Assistant v4.5.2 512 true publish\ true Disk false Foreground 7 Days false false true 0 1.0.0.%2a false false true AnyCPU true full false bin\Debug\ DEBUG;TRACE prompt 4 AnyCPU pdbonly true bin\Release\ TRACE prompt 4 Form FormAssisant.cs FormAssisant.cs ResXFileCodeGenerator Resources.Designer.cs Designer True Resources.resx True SettingsSingleFileGenerator Settings.Designer.cs True Settings.settings True False .NET Framework 3.5 SP1 false {977bf781-ced8-4389-9404-0fa08fdf21df} RevokeMsgPatcher ================================================ FILE: RevokeMsgPatcher.Launcher/App.config ================================================  ================================================ FILE: RevokeMsgPatcher.Launcher/FormMain.Designer.cs ================================================ namespace RevokeMsgPatcher.Launcher { partial class FormMain { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain)); this.tabControl = new System.Windows.Forms.TabControl(); this.tabQQNT = new System.Windows.Forms.TabPage(); this.tabControl.SuspendLayout(); this.SuspendLayout(); // // tabControl // this.tabControl.Controls.Add(this.tabQQNT); this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl.Location = new System.Drawing.Point(0, 0); this.tabControl.Name = "tabControl"; this.tabControl.SelectedIndex = 0; this.tabControl.Size = new System.Drawing.Size(411, 446); this.tabControl.TabIndex = 0; // // tabQQNT // this.tabQQNT.Location = new System.Drawing.Point(4, 22); this.tabQQNT.Name = "tabQQNT"; this.tabQQNT.Padding = new System.Windows.Forms.Padding(3); this.tabQQNT.Size = new System.Drawing.Size(403, 420); this.tabQQNT.TabIndex = 0; this.tabQQNT.Text = "QQNT"; this.tabQQNT.UseVisualStyleBackColor = true; // // FormMain // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(411, 446); this.Controls.Add(this.tabControl); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "FormMain"; this.Text = "RevokeMsgPatcher 防撤回启动器"; this.tabControl.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TabControl tabControl; private System.Windows.Forms.TabPage tabQQNT; } } ================================================ FILE: RevokeMsgPatcher.Launcher/FormMain.cs ================================================ using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace RevokeMsgPatcher.Launcher { public partial class FormMain : Form { public FormMain() { InitializeComponent(); } } } ================================================ FILE: RevokeMsgPatcher.Launcher/FormMain.resx ================================================  text/microsoft-resx 2.0 System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 AAABAAEAQEAAAAEAIAAoQgAAFgAAACgAAABAAAAAgAAAAAEAIAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FOAJPRTgOT0U4KE5EN1BPRTh2T0U4jU9FN5FPRTiRT0U4kU9F OJFPRTiRT0Q4j09FN35PRTdcT0U4ME9FOBRPRTgET0U4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTcATkQ4Ek9FOEZORTiHT0U3yU9FN+VPRDf3T0Q3/09F Nv9PRDb/T0Q1/09ENf9PRDX/T0Q1/09FNv9PRDf/T0Q3+09FN+tPRTfTTkU4m09FOFhPRTgcT0U4Ak9F OAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FOAJPRTcqT0U4eE9FOM1ORDf1T0Q2/09E Nv9ORTn/TkZD/05IVf9NSmP/TUxt/01Ndv9NTnr/TU13/01Mb/9NS2X/TklY/05HR/9ORTr/T0U2/09E Nv9PRTf7T0U4209FOJVPRTg8T0Q4CE9FOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4Ak5FOCRPRTiNT0Q4409F N/1PRDX/TkU8/01JVv9MTn//S1Ol/0pWvP9KWM7/SlnU/0pZ1/9KWtj/SlrZ/0pa2P9KWtf/SlnV/0pZ 0f9KV8L/S1Ss/0xQi/9NSl//TkZC/09ENv9PRDb/T0U48U9FOKtPRTg6T0U4BAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTcATkU3Ek5F OHJPRTjfT0Q3/05FN/9OR0n/TE59/0tUrv9KWdD/SlrY/0pa2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa2P9KWtj/SlnU/0pWuv9MUIz/TUhV/05FOf9PRDb/T0Q3709F OJdPRTgkT0U4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AABPRTgCT0U4Mk9FOLtPRDf7T0Q2/05HR/9MT4f/SlfC/0pZ1/9KWtj/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtj/SlnY/0pY y/9MUZj/TUhV/05FN/9PRDf9T0U4105FN1RPRTgGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAABPRTgGTkU3XE9FN+FPRDf/TkU8/01Mc/9KVr3/SlnX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrY/0pYyv9MT4j/TkZF/05ENv9ORTfxTkU3h09FOA5PRTcAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTgIT0U4ek9FN/FPRTb/TkdM/0tSn/9KWdT/SlrY/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnX/0tVtf9NSl//TkU3/09F N/tPRTelT0U4GE5ENwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTgKT0U4iU9FN/dORTj/TUpg/0pW vP9KWdj/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtj/SljK/01NeP9ORTn/T0Q3/U9FOLdPRTgcT0U4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTgIT0U4hU9F N/lPRTf/TkdJ/0pWv/9KWtn/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWdP/TE+L/05FO/9PRDf/T0U4s09FNxgAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AABPRTgCT0U4bE9FN/VPRTf/T0U3/05FOP9NTXP/SljO/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ1f9MT4z/TkU7/09E N/1PRTihT0U3DgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAABPRTgAT0U4Rk9FN+1ORTb/TUtn/0xNe/9ORTn/TkU3/01Mcf9KWM3/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlnV/0xPiP9ORTj/T0U3+09FOHxPRTgEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4Ik9FONFPRTb/TUlX/0pXxP9KWdL/TE6A/05F Of9ORTf/TUxv/0pYzf9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWdL/TUxz/05FN/9PRTftT0U4SE9FOAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATkU4Bk5FOJ1PRDf9TkZD/0tU sP9KWtj/SlrX/0pZ0v9MToD/TkU5/05FN/9NTHD/SljN/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pXx/9NSVn/T0Q2/09F OM1PRTgcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4AE9F OEhPRTfzTkU4/0xQjP9KWdf/SlrX/0pa1/9KWtf/SlnS/0xOgP9ORTn/TkU3/01McP9KWM3/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtj/S1St/05GQP9PRTf9T0U4g09FOAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAE9FOA5PRTi9T0Q2/01JWv9KWM3/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWdL/TE6B/05F OP9ORTf/TUxx/0pYzf9KWdf/SlrX/0pa1/9KWtf/SlrX/0pZ1P9KWcz/SlrW/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlnW/0pZzf9MTXv/TkQ2/09FN+VPRDgsT0U4AAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FOABORThYT0U4905FPP9LU6X/SlrY/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pZ0/9MToL/TkU5/05FN/9NTG//SljN/0pa1/9KWtf/SlrX/0pZ1P9LToL/TlOQ/0pa 1v9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pYzf9QUHH/Sla//05HTP9PRDf/T0U4k09F OAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTgKT0U4vU9ENv9NSmT/SlnS/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnS/0xOgv9ORTj/TkU2/01Mb/9KWMz/SlrX/0pZ 0/9LToP/TkQ1/01Tlv9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ0v9NTXL/T0xh/0pa 1v9MT4n/TkU3/09FN+VPRTgmAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTgAT0U4PE9F N/FORTr/S1Ol/0pZ2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWdP/TE+C/05F Of9ORTf/TUxt/0pXyf9LTX//TkQ2/05ENP9NUpb/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrW/0pZ 0v9PUoX/T0U2/05Mav9KWtf/SlfC/05HSv9PRTf9T0U4eE9FOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAATkU3Ak9FOI1PRTf/TkhV/0pYzv9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pZ0v9MToL/TkU5/05FNv9NR0//TkQ1/09FNf9ORDT/TVKW/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pYzv9OUHr/T0U3/05ENf9MTXX/SlrX/0pZ1/9NTXX/T0Q2/05FOMVORTgOAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FNxRPRTfRTkQ2/0xOgP9KWtj/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnS/0xOgP9NRDb/TkQ1/09FNf9PRTX/TkQ0/01S lv9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlnW/0tYw/9NSmH/TkU1/09FNf9ORDX/T1Wb/0pa1/9KWtj/S1Oq/05F Ov9PRTfzT0U4OAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTg8T0U38U5FPP9LVLH/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ0v9MTHT/TkQ1/09F Nf9PRTX/T0U1/05ENP9NU5b/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtb/SlnP/01SlP9PR0b/TkQ0/09FNf9PRTX/TkQ3/0xX uf9KWtf/SlrX/0pYyv9OSE7/T0Q3/U9FOHpPRTcAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTgAT0U4eE5E N/1OSFD/SljK/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ 0v9MTHP/TkQ1/09FNf9PRTX/T0U1/09FNf9ORDT/TVKV/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWc3/TFOc/09KVv9PRTb/T0U1/09F Nf9PRTX/T0U1/09KUv9LWcz/SlrX/0pa1/9KWdf/TExz/09ENv9PRTixT0U4CAAAAAAAAAAAAAAAAAAA AAAAAAAAT0U4Bk9FOKVPRTb/TUxt/0pZ1v9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pZ0P9MS2//TkQ1/09FNf9PRTX/T0U1/09FNf9PRTX/TkQ0/09MZP9KWMv/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1v9KWdP/S1nO/0tUp/9UVof/iYaO/7u3 sv9ORDT/T0U1/2phVP/Mycb/YllL/05ENP9OTnP/SlrW/0pa1/9KWtf/SlrZ/0tQkP9ORTb/T0U41U9F OBoAAAAAAAAAAAAAAAAAAAAAAAAAAE5FOBBPRTjFTkQ1/0xPhP9KWtn/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZz/9MS27/TkQ1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/05E NP9PRTf/UU1g/0xRlP9LUpv/TFat/01Yuv9NWcH/TVnB/01Zvv9NV7L/S1Oh/0tRlv9PUon/Tkpb/09I Sf9iWk7/zsvH/9jW0/+qpZ7/T0U1/8K/u//Kx8T/0c/M/1NKOv9ORDT/TVex/0pa1/9KWtf/SlrX/0pa 2P9LVLD/TkU8/09FN/FPRTg4AAAAAAAAAAAAAAAAAAAAAAAAAABPRTgkTkU35U5FN/9LU6H/SlrY/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pYz/9MS2r/TkQ1/09FNf9PRTX/T0U1/09F Nf9PRTX/T0U1/09FNf9PRTX/T0Q0/05ENP9ORDT/TkQ1/09GOf9PRj7/T0dA/09HQP9PRz//T0Y7/05F Nv9ORDT/TkQ0/05ENP9PRTX/mJKJ/6unoP+HgXb/zcrG/2ZeUP/Ewb3/nJeP/66qo/9waFz/T0pX/0pZ zv9KWtf/SlrX/0pa1/9KWtf/SlfC/05GRP9PRTf5TkU4TgAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4Mk9F N+9ORTv/S1W0/0pa2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pYzv9MSmf/TkQ1/09F Nf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09F Nf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/6Kdlf9waFv/T0U1/8TBvP9vZ1r/o56X/09F Nf+gm5P/cmpf/0xSl/9KWtb/SlrX/0pa1/9KWtf/SlrX/0pYyv9OR0z/T0U3+09FOFgAAAAAAAAAAAAA AAAAAAAAAAAAAE9FODpPRTfzTkU+/0tVuv9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pY zf9MSmX/TkQ1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09F Nf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf+QioD/jIZ8/09F Nf/DwLv/YFdI/7y5s/9PRTX/sa2m/2FcZv9KWMr/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWM7/TkhT/09E NvtPRThYAAAAAAAAAAAAAAAAAAAAAAAAAABPRTdCT0U39U5GQP9KVr7/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pYzP94eJT/XFNE/09FNf9+d2z/VEo7/09FNf9SSTn/f3ht/4mDeP9bUkP/T0U1/1NJ Of+AeW7/gntw/09FNf9yal3/YFdJ/09FNf91bmH/XVRF/1ZNPv+HgHb/c2tf/3t0af9PRTX/Ukk5/4iB d/9qYVT/WVBB/7Wxq/+uqaL/enJn/09FNf+inZX/qaWe/5yXkf9MU5z/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlnQ/01JV/9PRDb7T0U4WAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U3Qk9FN/VORkD/Sla+/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pYy/9UUWn/9PT0/6GclP9dU0X/+Pj4/4mDeP9PRTX/raih/9XT 0P+3s63/wL24/09FNf/LyMT/1NHO/8fEwP95cWX/trKt/4N8cf9PRTX/wb25/3lxZf+tqaL/zszI/9nX 1f/T0c7/T0U1/4uEev/d3Nr/nJaO/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/05ENP9OTGX/SlnT/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ0P9NSVf/T0Q2+09FOFgAAAAAAAAAAAAAAAAAAAAAAAAAAE9F ODpPRTfzTkY+/0tWuv9KWtf/SlrX/0pa1/9KWtf/SlrX/0pYyf9MSVz/h4B2/8XCvv/PzMn/koyC/9LQ zf/Bvrn/T0U1/+Xj4v+2sq3/qqWf/6mknf9kW03/5+bl/1BGNv9PRTX/T0U1/7ayrf+DfHH/T0U1/8G9 uf95cWX/rKeg/7ayrf+dmI//09HO/09FNf+Ykon/opyV/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09E NP9PSUr/S1jD/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWM7/TkhT/09ENvtPRThYAAAAAAAA AAAAAAAAAAAAAAAAAABPRTcyT0Q3705FO/9LVbT/SlrY/0pa1/9KWtf/SlrX/0pXyP9NSVv/TkQ1/8G+ uf+IgXf/ycbC/97c2/94cWX/6Ofm/1VMPP/f3dv/qaSd/5SOhf/x8fH/YFdJ/+rp6f9WTD3/T0U1/09F Nf+2sq3/mZSL/09FNf/IxcD/eXFl/1hPQP+WkIf/wLy3/9PRzv9PRTX/mJKJ/6Kclf9PRTX/T0U1/09F Nf9PRTX/T0U1/09FNf9ORTr/TFOg/0pa1v9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SljK/05H TP9PRTf7T0U4WAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4JE9FOOdORDj/S1Kj/0pa2f9KWtf/SlrX/0pZ z/9NSVj/TkQ1/1hOP//o5+b/U0o6/4uEev/r6un/UEY2/7y4s/+Ignf/hn90/+fl5P/b2db/sq2n/09F Nf+uqqP/5uXk/9LQzf95cWX/trKt/+vq6f/Qzcr/7e3s/1xSRP9kXE7/5ePi/93b2f+rpp//W1JD/+De 3P/i4d//m5WN/09FNf9PRTX/T0U1/09FNf9ORTn/TlOX/0pZ1v9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pXw/9ORkT/T0U3+U9FOE4AAAAAAAAAAAAAAAAAAAAAAAAAAE9EOBBPRTjHTkQ1/0xP hf9KWtn/SlrX/0pa1/9KWdP/TE5+/05FNv9SSDn/aF9S/09FNf9USjv/Zl1Q/09FNf9dVEX/XVRF/09F Nf9fVkf/aWFT/09FNf9PRTX/T0U1/2deUf9uZln/UEY2/7ayrf+EfXL/bmZZ/1lQQf9PRTX/T0U1/15V R/9uZln/UUc4/1JIOP+qpZ7/sq6o/2JZS/9PRTX/T0U1/09FNf9ORTj/T1ON/0pa1f9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa2P9LVbL/TkU9/09FN/NPRTg6AAAAAAAAAAAAAAAAAAAAAAAA AABPRTgGT0U4pU9FNv9NTG7/SlrX/0pa1/9KWtf/SlrX/0pZ0/9LToL/TkU2/09FNf9PRTX/T0U1/09F Nf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf+2sqz/g3xx/09F Nf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/XVRF/2lgU/9PRTX/T0U1/09FNf9ORTr/T1SU/0pZ 1P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtn/TFGR/05FN/9PRTjXT0U4HAAA AAAAAAAAAAAAAAAAAAAAAAAAT0U4AE9FOHpPRDf9TkhS/0pYyv9KWtf/SlrX/0pa1/9KWtf/SlnV/0tP hv9ORTf/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09F Nf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/05E NP9ORkH/TVSh/0pa1v9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnX/01N dP9PRDb/T0U4tU9FOAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTg+TkQ3805FPf9LVbP/SlrY/0pa 1/9KWtf/SlrX/0pa1/9KWdT/S0+J/05FN/9PRTX/T0U1/09FNf9PRTX/xMG9/2JZS/9WTD3/2dfU/46H fv+EfXL/gHlu/5+akv+Nh33/m5aN/4uFev9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09F Nf9PRTX/T0U1/05ENP9QTF3/S1a3/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pYy/9OSFD/T0Q2/U9FOHxPRTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U3Fk9F N9VPRDb/TE+E/0pa2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ1f9LT4v/TkU4/09FNf9PRTX/T0U1/9XT 0P9lXE7/T0U1/7i0r/9aUUL/i4V6/4qDef/g393/1NLP/6ijnP+UjoT/T0U1/09FNf9PRTX/T0U1/09F Nf9PRTX/T0U1/09FNf9ORDT/TkQ0/05ENf9QSk7/S1e//0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa2P9LVK7/TkU7/09FN/VPRTg6AAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAE9FOAJPRTiRT0U2/05JVv9KWM7/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnV/0tQ j/9ORTj/T0U1/09FNf/V09D/ZVxO/09FNf+4tK//WlFC/4uFev/Fwr7/p6Ka/7Svqf/V0s//lI6E/09F Nf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9ORDX/TkdB/05MYf9PRjz/TkU2/01LZv9KWMn/SlrY/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWdf/TU13/09ENv9PRTjJT0U4EAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4QE9FN/NORTv/S1Oo/0pa2P9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWdX/S1CS/05FOP9TSjr/1tTR/2lhU/9QRjb/uLSv/1pRQv+LhXr/+Pj4/2Rb Tf9xaV3/+vn6/5SOhP9PRTX/T0U1/05ENP9ORDT/TkU1/05ENv9PSlX/TVCF/0tXwv9KWdT/TE+J/05F Ov9ORTb/TUto/0pXyf9KWtj/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlfE/05H TP9PRTf9T0U4fE9FOAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FOAxPRTjBT0Q2/01L Z/9KWdL/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ1f9LUZT/19bY/+Xk4//l5OP/fXZq/9jW 1P+Oh37/g3xy/7OvqP9PRTX/TkU1/7y4s/+LhXz/TkU4/05FOv9ORkL/T01o/01PgP9MV7b/SlnP/0pa 1/9KWtf/SlrX/0pZ1P9MUIv/TkU7/09FNv9NS2b/SlfK/0pa2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrY/0xQjf9ORTf/T0U3509FOCgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AABPRTgAT0U4Xk9FN/lORT3/S1Op/0pa2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnV/0tR mP9ORTn/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/0xLZf9NUYv/TlSY/05Ysf9KV8H/SljH/0pZ 1P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnU/0xPiv9ORTr/TkQ2/01LaP9KV8n/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pXxf9OSE7/T0U3/09FOJtPRTgGAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FOBBPRTjBTkQ2/01JXf9KWc7/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWdb/S1Gb/05FO/9PRTX/T0U1/09FNf9PRTX/T0U1/05ENP9NUpf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWdX/TFCM/05F PP9ORTb/TUpl/0pXyP9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ1/9MTn//TkU2/09FN+lPRTgwT0U4AAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTcAT0U4Tk9FN/VORTn/TFCR/0pa 2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ1v9KUp3/TkU7/09FNf9PRTX/T0U1/09F Nf9ORDT/TVKW/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pZ1P9MUIv/TkU7/09FNv9NSmb/SlfH/0pa2P9KWtf/SlrX/0pa2P9LVbL/TkZC/09F N/1PRDiJT0U4AgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE5F OAhPRDihT0Q3/05GRf9LVbP/SlnY/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnW/0tS oP9ORT3/T0U1/09FNf9PRTX/TkQ0/01Slv9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnV/0xPjP9ORTz/TkU2/01KZf9KV8j/SlrX/0pa 1/9KWMn/TUlb/05FNv9PRTjRT0U4HgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAT0U3Jk9FONdORDb/TUlb/0pXyP9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWdb/SlOj/05FPv9PRTX/T0U1/05ENP9NUpb/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWdT/TFCK/05F O/9ORTb/TUpl/0pXyP9KWdT/TE15/05FN/9PRTfxT0U4UE9FOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FNwBPRTdOT0U3705FN/9NS2z/SljO/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ1v9KU6b/TkU+/05FNf9ORDT/TVKW/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pZ1f9MUI3/TkU7/05FNv9NS2b/TE+D/05FOv9PRTf7T0U4g09FOAQAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4BE9F N3RPRTf3TkU3/01Ndf9KWM//SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnW/0pT qP9ORkD/TkQ0/01Slv9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnV/0xQjf9ORj7/T0Q3/09FN/9PRTf9T0U4qU9F OBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAABPRTgIT0U4jU9FN/tORTj/TUxy/0pYzP9KWtj/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWdb/SlSr/01FP/9NU5b/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWdH/TUtn/09F Nv9PRTf/T0U3u09FOBxPRTcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FOA5PRTiVT0U3+U5FNv9NS2b/SlbA/0pZ 2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ1v9KU6f/TlOT/0pa1v9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 2P9KWM3/TE6A/05FPP9PRDf9T0U4v09FOCBPRTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4Ck9F OINPRTf1TkU2/05IT/9LU6X/SlnW/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa2P9KVrr/TUpk/05EOP9PRDf9T0U3r09FNx5ORDcAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAABPRTgGT0U4ZE9FN+VPRDb/TkU+/0xNe/9KV8H/SlrY/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrY/0pYzf9MUJD/TkdI/05ENv9PRTfzT0U4kU9FOBJPRTcAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FNwJPRTc6T0U4w09EN/tPRDb/TkdK/0xQ jf9KV8X/SlrY/0pa2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtj/SljO/0tSn/9OSVr/TkU4/09EN/9PRTjdT0U3XE9F OAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4AE9F NxRPRTd+T0U35U9FN/9ORDf/TkdO/0xOg/9KVbf/SlnR/0pa2f9KWtj/SlrX/0pa1/9KWtf/SlrX/0pa 1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtj/SlrZ/0pZ1f9KV8D/S1GU/01JWv9ORTn/T0Q2/09F N/FPRTehT0U4Kk9FOAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAT0U4Ak9FOCxORTeVT0U36U9FN/9PRDb/TkY+/01KXf9MT4P/S1St/0pX xP9KWM7/SlnV/0pZ2P9KWtj/SlnY/0pZ2P9KWtj/SlnW/0pZ0P9KV8f/S1W2/0xQjv9NS2j/TkZD/09E N/9PRTf/T0U3809FN7NPRThET0U3BgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4BE9FODBPRTiHT0U31U9F N/dPRDb/T0U2/05FO/9ORkb/TUhV/01Mbf9NTXr/TE6A/0xPhP9MToH/TE58/01Mcf9NSVz/TkdJ/05G Pf9ORTf/T0Q2/09EN/tORDflT0U4nU9EOEZPRTgKT0U4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAT0U4Ak9FNxZPRTdMT0U4mU9FOMtPRTfvT0U3+U9ENv1PRDb/T0U2/09FNv9PRTb/T0U2/09F Nv9PRDb/T0Q2/09EN/lPRTfzT0U32U9FOKdPRTdgT0U4Ik9FOARPRTgAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FOARPRTgST0U4ME9FN1JPRTh+TkU3o09F OLFPRTi9T0U4wU9FOL9PRTi1T0U4qU9FOItPRThaT0U4Ok5FNxhPRTcGT0U4AAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AABPRTgAT0U4Ak9FOARPRTgET0U4Bk9FOAZPRTgGT0U4BE9FOARPRTgCT0U4AE9FOAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAA////////////////////////////////////8B////////4AAP//////+AAAH//////AAAAH /////4AAAAH////+AAAAAP////wAAAAAP///+AAAAAAf///gAAAAAA///8AAAAAAB///wAAAAAAD//+A AAAAAAP//wAAAAAAAf/+AAAAAAAA//4AAAAAAAB//AAAAAAAAH/8AAAAAAAAP/gAAAAAAAA/+AAAAAAA AD/wAAAAAAAAH/AAAAAAAAAf8AAAAAAAAB/wAAAAAAAAD+AAAAAAAAAP4AAAAAAAAA/gAAAAAAAAD+AA AAAAAAAP4AAAAAAAAA/gAAAAAAAAD+AAAAAAAAAP4AAAAAAAAA/gAAAAAAAAD+AAAAAAAAAP4AAAAAAA AA/gAAAAAAAAD/AAAAAAAAAP8AAAAAAAAB/wAAAAAAAAH/AAAAAAAAAf+AAAAAAAAD/4AAAAAAAAP/wA AAAAAAA//AAAAAAAAH/+AAAAAAAAf/4AAAAAAAD//wAAAAAAAf//gAAAAAAB///AAAAAAAP//8AAAAAA B///4AAAAAAP///wAAAAAB////wAAAAAP////gAAAAD/////gAAAAf/////AAAAH//////AAAB////// /gAA////////8A////////////////////////////////////8= ================================================ FILE: RevokeMsgPatcher.Launcher/Program.cs ================================================ using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows.Forms; namespace RevokeMsgPatcher.Launcher { internal static class Program { /// /// 应用程序的主入口点。 /// [STAThread] static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new FormMain()); } } } ================================================ FILE: RevokeMsgPatcher.Launcher/Properties/AssemblyInfo.cs ================================================ using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // 有关程序集的一般信息由以下 // 控制。更改这些特性值可修改 // 与程序集关联的信息。 [assembly: AssemblyTitle("RevokeMsgPatcher.Launcher")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("RevokeMsgPatcher.Launcher")] [assembly: AssemblyCopyright("Copyright © 2024")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] // 将 ComVisible 设置为 false 会使此程序集中的类型 //对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型 //请将此类型的 ComVisible 特性设置为 true。 [assembly: ComVisible(false)] // 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID [assembly: Guid("b1d05208-e291-406b-a8b4-f673ec784b1c")] // 程序集的版本信息由下列四个值组成: // // 主版本 // 次版本 // 生成号 // 修订号 // //可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值 //通过使用 "*",如下所示: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyFileVersion("1.0.0.0")] ================================================ FILE: RevokeMsgPatcher.Launcher/Properties/Resources.Designer.cs ================================================ //------------------------------------------------------------------------------ // // 此代码由工具生成。 // 运行时版本: 4.0.30319.42000 // // 对此文件的更改可能导致不正确的行为,如果 // 重新生成代码,则所做更改将丢失。 // //------------------------------------------------------------------------------ namespace RevokeMsgPatcher.Launcher.Properties { /// /// 强类型资源类,用于查找本地化字符串等。 /// // 此类是由 StronglyTypedResourceBuilder // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。 // 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen // (以 /str 作为命令选项),或重新生成 VS 项目。 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Resources() { } /// /// 返回此类使用的缓存 ResourceManager 实例。 /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { get { if ((resourceMan == null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("RevokeMsgPatcher.Launcher.Properties.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; } } /// /// 重写当前线程的 CurrentUICulture 属性,对 /// 使用此强类型资源类的所有资源查找执行重写。 /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } } } ================================================ FILE: RevokeMsgPatcher.Launcher/Properties/Resources.resx ================================================  text/microsoft-resx 2.0 System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 ================================================ FILE: RevokeMsgPatcher.Launcher/Properties/Settings.Designer.cs ================================================ //------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace RevokeMsgPatcher.Launcher.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); public static Settings Default { get { return defaultInstance; } } } } ================================================ FILE: RevokeMsgPatcher.Launcher/Properties/Settings.settings ================================================  ================================================ FILE: RevokeMsgPatcher.Launcher/RevokeMsgPatcher.Launcher.csproj ================================================  Debug AnyCPU {B1D05208-E291-406B-A8B4-F673EC784B1C} WinExe RevokeMsgPatcher.Launcher RevokeMsgPatcher.Launcher v4.7.2 512 true true AnyCPU true full false bin\Debug\ DEBUG;TRACE prompt 4 AnyCPU pdbonly true bin\Release\ TRACE prompt 4 Form FormMain.cs FormMain.cs ResXFileCodeGenerator Resources.Designer.cs Designer True Resources.resx SettingsSingleFileGenerator Settings.Designer.cs True Settings.settings True ================================================ FILE: RevokeMsgPatcher.MultiInstance/App.config ================================================ ================================================ FILE: RevokeMsgPatcher.MultiInstance/FormMultiInstance.Designer.cs ================================================ namespace RevokeMsgPatcher.MultiInstance { partial class FormMultiInstance { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.btnStartTimer = new System.Windows.Forms.Button(); this.btnKillAll = new System.Windows.Forms.Button(); this.mutexHandleCloseTimer = new System.Windows.Forms.Timer(this.components); this.btnCloseAllMutex = new System.Windows.Forms.Button(); this.btnStopTimer = new System.Windows.Forms.Button(); this.lblProcNum = new System.Windows.Forms.Label(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.textBox1 = new System.Windows.Forms.TextBox(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.lblHowToUse = new System.Windows.Forms.LinkLabel(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.label1 = new System.Windows.Forms.Label(); this.linkLabel1 = new System.Windows.Forms.LinkLabel(); this.label3 = new System.Windows.Forms.Label(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.tabPage3.SuspendLayout(); this.SuspendLayout(); // // btnStartTimer // this.btnStartTimer.Location = new System.Drawing.Point(170, 46); this.btnStartTimer.Name = "btnStartTimer"; this.btnStartTimer.Size = new System.Drawing.Size(91, 23); this.btnStartTimer.TabIndex = 99; this.btnStartTimer.Text = "启动多开"; this.btnStartTimer.UseVisualStyleBackColor = true; this.btnStartTimer.Click += new System.EventHandler(this.btnStartTimer_Click); // // btnKillAll // this.btnKillAll.Location = new System.Drawing.Point(69, 41); this.btnKillAll.Name = "btnKillAll"; this.btnKillAll.Size = new System.Drawing.Size(118, 23); this.btnKillAll.TabIndex = 17; this.btnKillAll.Text = "关闭所有微信进程"; this.btnKillAll.UseVisualStyleBackColor = true; this.btnKillAll.Click += new System.EventHandler(this.btnKillAll_Click); // // mutexHandleCloseTimer // this.mutexHandleCloseTimer.Interval = 500; this.mutexHandleCloseTimer.Tick += new System.EventHandler(this.mutexHandleCloseTimer_Tick); // // btnCloseAllMutex // this.btnCloseAllMutex.Location = new System.Drawing.Point(53, 80); this.btnCloseAllMutex.Name = "btnCloseAllMutex"; this.btnCloseAllMutex.Size = new System.Drawing.Size(152, 23); this.btnCloseAllMutex.TabIndex = 18; this.btnCloseAllMutex.Text = "清理所有微信的互斥句柄"; this.btnCloseAllMutex.UseVisualStyleBackColor = true; this.btnCloseAllMutex.Click += new System.EventHandler(this.btnCloseAllMutex_Click); // // btnStopTimer // this.btnStopTimer.Enabled = false; this.btnStopTimer.Location = new System.Drawing.Point(170, 75); this.btnStopTimer.Name = "btnStopTimer"; this.btnStopTimer.Size = new System.Drawing.Size(91, 23); this.btnStopTimer.TabIndex = 98; this.btnStopTimer.Text = "停止"; this.btnStopTimer.UseVisualStyleBackColor = true; this.btnStopTimer.Click += new System.EventHandler(this.btnStopTimer_Click); // // lblProcNum // this.lblProcNum.AutoSize = true; this.lblProcNum.Location = new System.Drawing.Point(170, 23); this.lblProcNum.Name = "lblProcNum"; this.lblProcNum.Size = new System.Drawing.Size(95, 12); this.lblProcNum.TabIndex = 20; this.lblProcNum.Text = "当前微信数量:0"; // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Controls.Add(this.tabPage3); this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl1.Location = new System.Drawing.Point(0, 0); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(286, 146); this.tabControl1.TabIndex = 21; // // tabPage1 // this.tabPage1.Controls.Add(this.textBox1); this.tabPage1.Controls.Add(this.btnStopTimer); this.tabPage1.Controls.Add(this.lblProcNum); this.tabPage1.Controls.Add(this.btnStartTimer); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(278, 120); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "自动模式"; this.tabPage1.UseVisualStyleBackColor = true; // // textBox1 // this.textBox1.BackColor = System.Drawing.SystemColors.ControlLightLight; this.textBox1.Location = new System.Drawing.Point(7, 14); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.ReadOnly = true; this.textBox1.Size = new System.Drawing.Size(157, 92); this.textBox1.TabIndex = 22; this.textBox1.Text = "1.使用方法:点击【启动多开】之后,就可以启动多个微信了。\r\n2.注意:启动多个微信频率太快时,可能会失败。"; // // tabPage2 // this.tabPage2.Controls.Add(this.lblHowToUse); this.tabPage2.Controls.Add(this.btnCloseAllMutex); this.tabPage2.Controls.Add(this.btnKillAll); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(263, 120); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "手动功能"; this.tabPage2.UseVisualStyleBackColor = true; // // lblHowToUse // this.lblHowToUse.AutoSize = true; this.lblHowToUse.Location = new System.Drawing.Point(96, 16); this.lblHowToUse.Name = "lblHowToUse"; this.lblHowToUse.Size = new System.Drawing.Size(65, 12); this.lblHowToUse.TabIndex = 19; this.lblHowToUse.TabStop = true; this.lblHowToUse.Text = "如何使用?"; this.lblHowToUse.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lblHowToUse_LinkClicked); // // tabPage3 // this.tabPage3.Controls.Add(this.label1); this.tabPage3.Controls.Add(this.linkLabel1); this.tabPage3.Controls.Add(this.label3); this.tabPage3.Location = new System.Drawing.Point(4, 22); this.tabPage3.Name = "tabPage3"; this.tabPage3.Padding = new System.Windows.Forms.Padding(3); this.tabPage3.Size = new System.Drawing.Size(263, 120); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "关于"; this.tabPage3.UseVisualStyleBackColor = true; // // label1 // this.label1.Location = new System.Drawing.Point(23, 14); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(221, 61); this.label1.TabIndex = 17; this.label1.Text = "本工具是\r\n【 PC版微信/QQ/TIM防撤回补丁】\r\n的额外产物\r\n更多信息可以在软件主页查看"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // linkLabel1 // this.linkLabel1.AutoSize = true; this.linkLabel1.Location = new System.Drawing.Point(160, 88); this.linkLabel1.Name = "linkLabel1"; this.linkLabel1.Size = new System.Drawing.Size(41, 12); this.linkLabel1.TabIndex = 16; this.linkLabel1.TabStop = true; this.linkLabel1.Text = "GitHub"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(53, 88); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(101, 12); this.label3.TabIndex = 15; this.label3.Text = "软件主页(开源):"; // // FormMultiInstance // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(286, 146); this.Controls.Add(this.tabControl1); this.MaximizeBox = false; this.Name = "FormMultiInstance"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "微信多开小工具"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormMultiInstance_FormClosed); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); this.tabPage2.ResumeLayout(false); this.tabPage2.PerformLayout(); this.tabPage3.ResumeLayout(false); this.tabPage3.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button btnStartTimer; private System.Windows.Forms.Button btnKillAll; private System.Windows.Forms.Timer mutexHandleCloseTimer; private System.Windows.Forms.Button btnCloseAllMutex; private System.Windows.Forms.Button btnStopTimer; private System.Windows.Forms.Label lblProcNum; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.TabPage tabPage3; private System.Windows.Forms.LinkLabel linkLabel1; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.LinkLabel lblHowToUse; } } ================================================ FILE: RevokeMsgPatcher.MultiInstance/FormMultiInstance.cs ================================================ using System; using System.Collections.Generic; using System.Diagnostics; using System.Windows.Forms; namespace RevokeMsgPatcher.MultiInstance { public partial class FormMultiInstance : Form { public FormMultiInstance() { InitializeComponent(); // 标题加上版本号 string currentVersion = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString(); if (currentVersion.Length > 3) { currentVersion = " v" + currentVersion.Substring(0, 3); } this.Text += currentVersion; } private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) { Process.Start("https://github.com/huiyadanli/RevokeMsgPatcher"); } private void btnStartTimer_Click(object sender, EventArgs e) { mutexHandleCloseTimer.Start(); btnStartTimer.Enabled = false; btnStopTimer.Enabled = true; } private void btnStopTimer_Click(object sender, EventArgs e) { mutexHandleCloseTimer.Stop(); btnStartTimer.Enabled = true; btnStopTimer.Enabled = false; } private List wechatProcesses = new List(); private void mutexHandleCloseTimer_Tick(object sender, EventArgs e) { Process[] processes = Process.GetProcessesByName("WeChat"); Console.WriteLine("WeChat进程数:" + processes.Length); // 添加新进程 foreach (Process p in processes) { int i = 0; for (i = 0; i < wechatProcesses.Count; i++) { WechatProcess wechatProcess = wechatProcesses[i]; if (wechatProcess.Proc.Id == p.Id) { break; } } if (i == wechatProcesses.Count) { wechatProcesses.Add(new WechatProcess(p)); } } // 关闭所有存在互斥句柄的进程 int num = 0; for (int i = wechatProcesses.Count - 1; i >= 0; i--) { WechatProcess wechatProcess = wechatProcesses[i]; if (!wechatProcess.MutexClosed) { wechatProcess.MutexClosed = ProcessUtil.CloseMutexHandle(wechatProcess.Proc); Console.WriteLine("进程:" + wechatProcess.Proc.Id + ",关闭互斥句柄:" + wechatProcess.MutexClosed); } else { if (wechatProcess.Proc.HasExited) { // 移除不存在的线程 wechatProcesses.RemoveAt(i); } else { num++; } } } lblProcNum.Text = "当前微信数量:" + num.ToString(); } private void btnKillAll_Click(object sender, EventArgs e) { Process[] processes = Process.GetProcessesByName("WeChat"); if (processes.Length > 0) { foreach (Process p in processes) { p.Kill(); } MessageBox.Show("已经关闭所有微信进程,共" + processes.Length + "个", "提示"); } else { MessageBox.Show("当前无微信进程", "提示"); } } private void btnCloseAllMutex_Click(object sender, EventArgs e) { Process[] processes = Process.GetProcessesByName("WeChat"); ProcessUtil.CloseMutexHandle(processes); } private void lblHowToUse_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) { Process.Start("https://github.com/huiyadanli/RevokeMsgPatcher/tree/master/RevokeMsgPatcher.MultiInstance"); } private void FormMultiInstance_FormClosed(object sender, FormClosedEventArgs e) { mutexHandleCloseTimer.Stop(); } } } ================================================ FILE: RevokeMsgPatcher.MultiInstance/FormMultiInstance.resx ================================================  text/microsoft-resx 2.0 System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 17, 17 ================================================ FILE: RevokeMsgPatcher.MultiInstance/ProcessUtil.cs ================================================ using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Text; using System.Threading.Tasks; namespace RevokeMsgPatcher.MultiInstance { /// /// 微信多开原理: /// https://mp.weixin.qq.com/s/bb7XMxop7e8rd7YqQ88nyA /// 参考: /// https://stackoverflow.com/questions/54872228/c-sharp-how-to-find-all-handles-associated-with-current-process /// https://hintdesk.com/2010/05/22/c-get-all-handles-of-a-given-process-in-64-bits/ /// public class ProcessUtil { /// /// https://www.geoffchappell.com/studies/windows/km/ntoskrnl/api/ex/sysinfo/handle_table_entry.htm?ts=0,242 /// [StructLayout(LayoutKind.Sequential, Pack = 1)] public struct SYSTEM_HANDLE_INFORMATION { // Information Class 16 public ushort ProcessID; public ushort CreatorBackTrackIndex; public byte ObjectType; public byte HandleAttribute; public ushort Handle; public IntPtr Object_Pointer; public IntPtr AccessMask; } private enum OBJECT_INFORMATION_CLASS : int { ObjectBasicInformation = 0, ObjectNameInformation = 1, ObjectTypeInformation = 2, ObjectAllTypesInformation = 3, ObjectHandleInformation = 4 } [StructLayout(LayoutKind.Sequential, Pack = 1)] private struct OBJECT_NAME_INFORMATION { // Information Class 1 public UNICODE_STRING Name; } [StructLayout(LayoutKind.Sequential)] private struct UNICODE_STRING { public ushort Length; public ushort MaximumLength; public IntPtr Buffer; } [Flags] private enum PROCESS_ACCESS_FLAGS : uint { All = 0x001F0FFF, Terminate = 0x00000001, CreateThread = 0x00000002, VMOperation = 0x00000008, VMRead = 0x00000010, VMWrite = 0x00000020, DupHandle = 0x00000040, SetInformation = 0x00000200, QueryInformation = 0x00000400, Synchronize = 0x00100000 } [DllImport("ntdll.dll")] private static extern uint NtQuerySystemInformation(int SystemInformationClass, IntPtr SystemInformation, int SystemInformationLength, ref int returnLength); [DllImport("kernel32.dll")] private static extern IntPtr OpenProcess(PROCESS_ACCESS_FLAGS dwDesiredAccess, [MarshalAs(UnmanagedType.Bool)] bool bInheritHandle, int dwProcessId); [DllImport("kernel32.dll", SetLastError = true)] [return: MarshalAs(UnmanagedType.Bool)] private static extern bool DuplicateHandle(IntPtr hSourceProcessHandle, IntPtr hSourceHandle, IntPtr hTargetProcessHandle, out IntPtr lpTargetHandle, uint dwDesiredAccess, [MarshalAs(UnmanagedType.Bool)] bool bInheritHandle, uint dwOptions); [DllImport("kernel32.dll")] private static extern IntPtr GetCurrentProcess(); [DllImport("ntdll.dll")] private static extern int NtQueryObject(IntPtr ObjectHandle, int ObjectInformationClass, IntPtr ObjectInformation, int ObjectInformationLength, ref int returnLength); [DllImport("kernel32.dll")] private static extern bool CloseHandle(IntPtr hObject); [DllImport("kernel32.dll")] private static extern bool GetHandleInformation(IntPtr hObject, out uint lpdwFlags); private const uint STATUS_INFO_LENGTH_MISMATCH = 0xC0000004; private const int DUPLICATE_CLOSE_SOURCE = 0x1; private const int DUPLICATE_SAME_ACCESS = 0x2; private const int CNST_SYSTEM_HANDLE_INFORMATION = 0x10; private const int OBJECT_TYPE_MUTANT = 17; public static List GetHandles(Process process) { List aHandles = new List(); int handle_info_size = Marshal.SizeOf(new SYSTEM_HANDLE_INFORMATION()) * 20000; IntPtr ptrHandleData = IntPtr.Zero; try { ptrHandleData = Marshal.AllocHGlobal(handle_info_size); int nLength = 0; while (NtQuerySystemInformation(CNST_SYSTEM_HANDLE_INFORMATION, ptrHandleData, handle_info_size, ref nLength) == STATUS_INFO_LENGTH_MISMATCH) { handle_info_size = nLength; Marshal.FreeHGlobal(ptrHandleData); ptrHandleData = Marshal.AllocHGlobal(nLength); } long handle_count = Marshal.ReadIntPtr(ptrHandleData).ToInt64(); IntPtr ptrHandleItem = ptrHandleData + Marshal.SizeOf(ptrHandleData); for (long lIndex = 0; lIndex < handle_count; lIndex++) { SYSTEM_HANDLE_INFORMATION oSystemHandleInfo = new SYSTEM_HANDLE_INFORMATION(); oSystemHandleInfo = (SYSTEM_HANDLE_INFORMATION)Marshal.PtrToStructure(ptrHandleItem, oSystemHandleInfo.GetType()); ptrHandleItem += Marshal.SizeOf(new SYSTEM_HANDLE_INFORMATION()); if (oSystemHandleInfo.ProcessID != process.Id) { continue; } aHandles.Add(oSystemHandleInfo); } } catch (Exception ex) { throw ex; } finally { Marshal.FreeHGlobal(ptrHandleData); } return aHandles; } public static bool FindAndCloseWeChatMutexHandle(SYSTEM_HANDLE_INFORMATION systemHandleInformation, Process process) { IntPtr ipHandle = IntPtr.Zero; IntPtr openProcessHandle = IntPtr.Zero; IntPtr hObjectName = IntPtr.Zero; try { PROCESS_ACCESS_FLAGS flags = PROCESS_ACCESS_FLAGS.DupHandle | PROCESS_ACCESS_FLAGS.VMRead; openProcessHandle = OpenProcess(flags, false, process.Id); // 通过 DuplicateHandle 访问句柄 if (!DuplicateHandle(openProcessHandle, new IntPtr(systemHandleInformation.Handle), GetCurrentProcess(), out ipHandle, 0, false, DUPLICATE_SAME_ACCESS)) { return false; } int nLength = 0; hObjectName = Marshal.AllocHGlobal(256 * 1024); // 查询句柄名称 while ((uint)(NtQueryObject(ipHandle, (int)OBJECT_INFORMATION_CLASS.ObjectNameInformation, hObjectName, nLength, ref nLength)) == STATUS_INFO_LENGTH_MISMATCH) { Marshal.FreeHGlobal(hObjectName); if (nLength == 0) { Console.WriteLine("Length returned at zero!"); return false; } hObjectName = Marshal.AllocHGlobal(nLength); } OBJECT_NAME_INFORMATION objObjectName = new OBJECT_NAME_INFORMATION(); objObjectName = (OBJECT_NAME_INFORMATION)Marshal.PtrToStructure(hObjectName, objObjectName.GetType()); if (objObjectName.Name.Buffer != IntPtr.Zero) { string strObjectName = Marshal.PtrToStringUni(objObjectName.Name.Buffer); Console.WriteLine(strObjectName); // \Sessions\1\BaseNamedObjects\_WeChat_App_Instance_Identity_Mutex_Name if (strObjectName.Contains("_Instance_Identity_Mutex_Name")) { // 通过 DuplicateHandle DUPLICATE_CLOSE_SOURCE 关闭句柄 IntPtr mHandle = IntPtr.Zero; if (DuplicateHandle(openProcessHandle, new IntPtr(systemHandleInformation.Handle), GetCurrentProcess(), out mHandle, 0, false, DUPLICATE_CLOSE_SOURCE)) { CloseHandle(mHandle); return true; } } } } catch (Exception ex) { Console.WriteLine(ex.Message); } finally { Marshal.FreeHGlobal(hObjectName); CloseHandle(ipHandle); CloseHandle(openProcessHandle); } return false; } /// /// 关闭微信的互斥句柄 /// /// 微信的进程 /// public static void CloseMutexHandle(Process[] processes) { foreach (Process process in processes) { CloseMutexHandle(process); } } public static bool CloseMutexHandle(Process process) { bool existMutexHandle = false; List aHandles = GetHandles(process); foreach (SYSTEM_HANDLE_INFORMATION handle in aHandles) { // Mutant 类型的句柄 // if (handle.ObjectType == OBJECT_TYPE_MUTANT) // { if (FindAndCloseWeChatMutexHandle(handle, process)) { existMutexHandle = true; } // } } return existMutexHandle; } } } ================================================ FILE: RevokeMsgPatcher.MultiInstance/Program.cs ================================================ using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows.Forms; namespace RevokeMsgPatcher.MultiInstance { static class Program { /// /// 应用程序的主入口点。 /// [STAThread] static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new FormMultiInstance()); } } } ================================================ FILE: RevokeMsgPatcher.MultiInstance/Properties/AssemblyInfo.cs ================================================ using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // 有关程序集的一般信息由以下 // 控制。更改这些特性值可修改 // 与程序集关联的信息。 [assembly: AssemblyTitle("RevokeMsgPatcher.MultiInstance")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("RevokeMsgPatcher.MultiInstance")] [assembly: AssemblyCopyright("Copyright © 2019")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] // 将 ComVisible 设置为 false 会使此程序集中的类型 //对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型 //请将此类型的 ComVisible 特性设置为 true。 [assembly: ComVisible(false)] // 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID [assembly: Guid("73043ca8-af54-4591-9174-40fb6e0a3d36")] // 程序集的版本信息由下列四个值组成: // // 主版本 // 次版本 // 生成号 // 修订号 // // 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号 // 方法是按如下所示使用“*”: : // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.1")] [assembly: AssemblyFileVersion("0.1")] ================================================ FILE: RevokeMsgPatcher.MultiInstance/Properties/Resources.Designer.cs ================================================ //------------------------------------------------------------------------------ // // 此代码由工具生成。 // 运行时版本:4.0.30319.42000 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // //------------------------------------------------------------------------------ namespace RevokeMsgPatcher.MultiInstance.Properties { using System; /// /// 一个强类型的资源类,用于查找本地化的字符串等。 /// // 此类是由 StronglyTypedResourceBuilder // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。 // 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen // (以 /str 作为命令选项),或重新生成 VS 项目。 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Resources() { } /// /// 返回此类使用的缓存的 ResourceManager 实例。 /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("RevokeMsgPatcher.MultiInstance.Properties.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; } } /// /// 重写当前线程的 CurrentUICulture 属性,对 /// 使用此强类型资源类的所有资源查找执行重写。 /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } } } ================================================ FILE: RevokeMsgPatcher.MultiInstance/Properties/Resources.resx ================================================  text/microsoft-resx 2.0 System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 ================================================ FILE: RevokeMsgPatcher.MultiInstance/Properties/Settings.Designer.cs ================================================ //------------------------------------------------------------------------------ // // 此代码由工具生成。 // 运行时版本:4.0.30319.42000 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // //------------------------------------------------------------------------------ namespace RevokeMsgPatcher.MultiInstance.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.1.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); public static Settings Default { get { return defaultInstance; } } } } ================================================ FILE: RevokeMsgPatcher.MultiInstance/Properties/Settings.settings ================================================  ================================================ FILE: RevokeMsgPatcher.MultiInstance/README.md ================================================ ## 一个通用的微信多开工具 此工具可以无视微信版本进行多开。 **⚠如果你曾使用过“PC版微信/QQ/TIM防撤回补丁”,并对微信安装了防撤回/多开的补丁,此时微信本身已经支持多开,请勿重复使用本工具!!!** ## 📷截图 ![Screenshot](https://raw.githubusercontent.com/huiyadanli/RevokeMsgPatcher/master/Images/screenshot.mi.png) ## 🔨使用方法 ⚔自动模式(一般用户使用这个模式即可): 点击【启动多开】之后,就可以启动多个微信了。 注意:启动多个微信频率太快时,可能会失败。 🏹手动模式: 关闭所有微信进程:功能就是关闭所有微信进程,微信在某种启动失败的情况下会残留进程(无界面),一般不会遇到这种情况。 清理所有微信互斥句柄:功能就是把所有微信判断是否多开的标志全部清理掉,实现多开。如果只使用这个按钮实现多开的话,每次开启一个微信之后都要点一下这个按钮。 ## ❤Thanks [微信电脑端多开分析与原理](https://mp.weixin.qq.com/s/bb7XMxop7e8rd7YqQ88nyA) ## 📄License GPLv3 ![](https://raw.githubusercontent.com/huiyadanli/RevokeMsgPatcher/master/Images/give_a_star.png) ================================================ FILE: RevokeMsgPatcher.MultiInstance/RevokeMsgPatcher.MultiInstance.csproj ================================================  Debug AnyCPU {73043CA8-AF54-4591-9174-40FB6E0A3D36} WinExe RevokeMsgPatcher.MultiInstance RevokeMsgPatcher.MultiInstance v4.5.2 512 true AnyCPU true full false bin\Debug\ DEBUG;TRACE prompt 4 AnyCPU pdbonly true bin\Release\ TRACE prompt 4 app.manifest Form FormMultiInstance.cs FormMultiInstance.cs ResXFileCodeGenerator Resources.Designer.cs Designer True Resources.resx True SettingsSingleFileGenerator Settings.Designer.cs True Settings.settings True ================================================ FILE: RevokeMsgPatcher.MultiInstance/WechatProcess.cs ================================================ using System.Diagnostics; namespace RevokeMsgPatcher.MultiInstance { public class WechatProcess { public Process Proc { get; set; } public bool MutexClosed { get; set; } public WechatProcess(Process p) { Proc = p; MutexClosed = false; } } } ================================================ FILE: RevokeMsgPatcher.MultiInstance/app.manifest ================================================  true ================================================ FILE: RevokeMsgPatcher.sln ================================================  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.10.35013.160 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RevokeMsgPatcher", "RevokeMsgPatcher\RevokeMsgPatcher.csproj", "{977BF781-CED8-4389-9404-0FA08FDF21DF}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RevokeMsgPatcher.Assistant", "RevokeMsgPatcher.Assistant\RevokeMsgPatcher.Assistant.csproj", "{6992004F-17E6-45BF-8D72-180A31E9C23C}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RevokeMsgPatcher.MultiInstance", "RevokeMsgPatcher.MultiInstance\RevokeMsgPatcher.MultiInstance.csproj", "{73043CA8-AF54-4591-9174-40FB6E0A3D36}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RevokeMsgPatcher.Launcher", "RevokeMsgPatcher.Launcher\RevokeMsgPatcher.Launcher.csproj", "{B1D05208-E291-406B-A8B4-F673EC784B1C}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {977BF781-CED8-4389-9404-0FA08FDF21DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {977BF781-CED8-4389-9404-0FA08FDF21DF}.Debug|Any CPU.Build.0 = Debug|Any CPU {977BF781-CED8-4389-9404-0FA08FDF21DF}.Release|Any CPU.ActiveCfg = Release|Any CPU {977BF781-CED8-4389-9404-0FA08FDF21DF}.Release|Any CPU.Build.0 = Release|Any CPU {6992004F-17E6-45BF-8D72-180A31E9C23C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {6992004F-17E6-45BF-8D72-180A31E9C23C}.Debug|Any CPU.Build.0 = Debug|Any CPU {6992004F-17E6-45BF-8D72-180A31E9C23C}.Release|Any CPU.ActiveCfg = Release|Any CPU {6992004F-17E6-45BF-8D72-180A31E9C23C}.Release|Any CPU.Build.0 = Release|Any CPU {73043CA8-AF54-4591-9174-40FB6E0A3D36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {73043CA8-AF54-4591-9174-40FB6E0A3D36}.Debug|Any CPU.Build.0 = Debug|Any CPU {73043CA8-AF54-4591-9174-40FB6E0A3D36}.Release|Any CPU.ActiveCfg = Release|Any CPU {73043CA8-AF54-4591-9174-40FB6E0A3D36}.Release|Any CPU.Build.0 = Release|Any CPU {B1D05208-E291-406B-A8B4-F673EC784B1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {B1D05208-E291-406B-A8B4-F673EC784B1C}.Debug|Any CPU.Build.0 = Debug|Any CPU {B1D05208-E291-406B-A8B4-F673EC784B1C}.Release|Any CPU.ActiveCfg = Release|Any CPU {B1D05208-E291-406B-A8B4-F673EC784B1C}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {56DAEA8C-77F7-4E55-A7AF-CE9F23F2C1A6} EndGlobalSection EndGlobal ================================================ FILE: appveyor.yml ================================================ image: - Visual Studio 2022 configuration: Release artifacts: - path: bin\Release\ name: RevokeMsgPatcher