[
  {
    "path": ".github/ISSUE_TEMPLATE/config.yml",
    "content": "blank_issues_enabled: true\ncontact_links:\n  - name: ֱӷ Issue\n    url: https://github.com/huiyadanli/RevokeMsgPatcher/issues/new\n    about: һЩܷºֱ Issue ʣȷϵǰʹõ°汾\n  - name: \n    url: https://github.com/huiyadanli/RevokeMsgPatcher/wiki#%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98\n    about: ڷ Issue ǰȲĳĽٷ Issue\n  - name: Mac 汾΢ŷ\n    url: https://github.com/Sunnyyoung/WeChatTweak-macOS\n    about: Ҫ Mac 汾΢ŷصֱӷĿhttps://github.com/Sunnyyoung/WeChatTweak-macOS"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/new_version.yml",
    "content": "name: 版本支持\ndescription: 发现有未支持的版本，且 Issue 列表中暂无人提出相同版本未支持的问题，可以通过创建这个 Issue 进行反馈\ntitle: \"[未支持版本]: \"\nassignees:\n  - huiyadanli\nbody:\n  - type: markdown\n    attributes:\n      value: |\n        请按下方的要求填写完整的问题表单，方便作者进行更新。\n\n  - type: checkboxes\n    id: lastest\n    attributes:\n      label: 请先确认当前使用的 微信/QQ/TIM防撤回补丁 是最新版本！\n      description: 提交此 Issue 前请先确认你使用的是[最新 Release 版本的软件](https://github.com/huiyadanli/RevokeMsgPatcher/releases)\n      options:\n        - label: 我确认当前使用的是最新版\n          required: true\n\n  - type: input\n    id: version\n    attributes:\n      label: 微信/QQ 版本\n      description: | \n        请填写完整版本号，并写清楚是正式版还是测试版。\n      placeholder: 例：微信正式版 3.6.0.18\n    validations:\n      required: true\n   \n  - type: input\n    id: url\n    attributes:\n      label: 对应版本的下载地址\n      description: 如果是从某个链接下载的对应版本，请把链接附上。测试版本请务必附上下载链接！\n      placeholder: 例：https://dldir1.qq.com/weixin/Windows/WeChatSetup.exe\n\n  - type: textarea\n    id: tips\n    attributes:\n      label: 软件提示了什么？\n      description: 你的操作流程简述，和软件安装补丁失败后的提示，建议附上截图。\n    validations:\n      required: true\n"
  },
  {
    "path": ".github/workflows/build.yml",
    "content": "name: .Net Build\n\non:\n  workflow_dispatch:\n    inputs:\n      Reason:\n        description: 'Reasons for temporary build'\n        required: true\n        default: 'No reason. Just do it.'\n  push:\n    branches:\n      - master\n    paths-ignore:\n      - '**/*.md'\n      - .gitignore\n      - .editorconfig\n      - appveyor.yml\n\n  pull_request:\n    branches:\n      - master\n    paths-ignore:\n      - '**/*.md'\n      - .gitignore\n      - .editorconfig\n      - appveyor.yml\n\njobs:\n  build:\n    name: Build (${{ matrix.BUILD_CONFIGURATION }})\n    runs-on: windows-latest\n    strategy:\n      matrix:\n        BUILD_CONFIGURATION: [Debug, Release]\n    steps:\n      - name: Checkout code\n        uses: actions/checkout@v4\n\n      - name: Setup MSBuild\n        uses: microsoft/setup-msbuild@v2\n\n      - name: Restore NuGet packages\n        run: nuget restore\n\n      - name: Build Solution\n        run: msbuild /m /p:Configuration=${{ matrix.BUILD_CONFIGURATION }}\n\n      - name: Upload Artifact\n        uses: actions/upload-artifact@v4\n        with:\n          name: RevokeMsgPatcher-${{ matrix.BUILD_CONFIGURATION }}\n          path: |\n            .\\RevokeMsgPatcher\\bin\n            !.\\RevokeMsgPatcher\\bin\\**\\RevokeMsgPatcher.exe.config\n            !.\\RevokeMsgPatcher\\bin\\**\\RevokeMsgPatcher.pdb\n"
  },
  {
    "path": ".gitignore",
    "content": "# User-specific files\n*.suo\n*.user\n*.userosscache\n*.sln.docstates\n.vs/\n\n# User-specific files (MonoDevelop/Xamarin Studio)\n*.userprefs\n\n# Build results\n[Dd]ebug/\n[Dd]ebugPublic/\n[Rr]elease/\n[Rr]eleases/\nx64/\nx86/\nbld/\n[Bb]in/\n[Oo]bj/\n[Ll]og/\n\n# Mine\nTemp/\n/packages/\n.idea"
  },
  {
    "path": "LICENSE",
    "content": "                    GNU GENERAL PUBLIC LICENSE\n                       Version 3, 29 June 2007\n\n Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n                            Preamble\n\n  The GNU General Public License is a free, copyleft license for\nsoftware and other kinds of works.\n\n  The licenses for most software and other practical works are designed\nto take away your freedom to share and change the works.  By contrast,\nthe GNU General Public License is intended to guarantee your freedom to\nshare and change all versions of a program--to make sure it remains free\nsoftware for all its users.  We, the Free Software Foundation, use the\nGNU General Public License for most of our software; it applies also to\nany other work released this way by its authors.  You can apply it to\nyour programs, too.\n\n  When we speak of free software, we are referring to freedom, not\nprice.  Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthem if you wish), that you receive source code or can get it if you\nwant it, that you can change the software or use pieces of it in new\nfree programs, and that you know you can do these things.\n\n  To protect your rights, we need to prevent others from denying you\nthese rights or asking you to surrender the rights.  Therefore, you have\ncertain responsibilities if you distribute copies of the software, or if\nyou modify it: responsibilities to respect the freedom of others.\n\n  For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must pass on to the recipients the same\nfreedoms that you received.  You must make sure that they, too, receive\nor can get the source code.  And you must show them these terms so they\nknow their rights.\n\n  Developers that use the GNU GPL protect your rights with two steps:\n(1) assert copyright on the software, and (2) offer you this License\ngiving you legal permission to copy, distribute and/or modify it.\n\n  For the developers' and authors' protection, the GPL clearly explains\nthat there is no warranty for this free software.  For both users' and\nauthors' sake, the GPL requires that modified versions be marked as\nchanged, so that their problems will not be attributed erroneously to\nauthors of previous versions.\n\n  Some devices are designed to deny users access to install or run\nmodified versions of the software inside them, although the manufacturer\ncan do so.  This is fundamentally incompatible with the aim of\nprotecting users' freedom to change the software.  The systematic\npattern of such abuse occurs in the area of products for individuals to\nuse, which is precisely where it is most unacceptable.  Therefore, we\nhave designed this version of the GPL to prohibit the practice for those\nproducts.  If such problems arise substantially in other domains, we\nstand ready to extend this provision to those domains in future versions\nof the GPL, as needed to protect the freedom of users.\n\n  Finally, every program is threatened constantly by software patents.\nStates should not allow patents to restrict development and use of\nsoftware on general-purpose computers, but in those that do, we wish to\navoid the special danger that patents applied to a free program could\nmake it effectively proprietary.  To prevent this, the GPL assures that\npatents cannot be used to render the program non-free.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.\n\n                       TERMS AND CONDITIONS\n\n  0. Definitions.\n\n  \"This License\" refers to version 3 of the GNU General Public License.\n\n  \"Copyright\" also means copyright-like laws that apply to other kinds of\nworks, such as semiconductor masks.\n\n  \"The Program\" refers to any copyrightable work licensed under this\nLicense.  Each licensee is addressed as \"you\".  \"Licensees\" and\n\"recipients\" may be individuals or organizations.\n\n  To \"modify\" a work means to copy from or adapt all or part of the work\nin a fashion requiring copyright permission, other than the making of an\nexact copy.  The resulting work is called a \"modified version\" of the\nearlier work or a work \"based on\" the earlier work.\n\n  A \"covered work\" means either the unmodified Program or a work based\non the Program.\n\n  To \"propagate\" a work means to do anything with it that, without\npermission, would make you directly or secondarily liable for\ninfringement under applicable copyright law, except executing it on a\ncomputer or modifying a private copy.  Propagation includes copying,\ndistribution (with or without modification), making available to the\npublic, and in some countries other activities as well.\n\n  To \"convey\" a work means any kind of propagation that enables other\nparties to make or receive copies.  Mere interaction with a user through\na computer network, with no transfer of a copy, is not conveying.\n\n  An interactive user interface displays \"Appropriate Legal Notices\"\nto the extent that it includes a convenient and prominently visible\nfeature that (1) displays an appropriate copyright notice, and (2)\ntells the user that there is no warranty for the work (except to the\nextent that warranties are provided), that licensees may convey the\nwork under this License, and how to view a copy of this License.  If\nthe interface presents a list of user commands or options, such as a\nmenu, a prominent item in the list meets this criterion.\n\n  1. Source Code.\n\n  The \"source code\" for a work means the preferred form of the work\nfor making modifications to it.  \"Object code\" means any non-source\nform of a work.\n\n  A \"Standard Interface\" means an interface that either is an official\nstandard defined by a recognized standards body, or, in the case of\ninterfaces specified for a particular programming language, one that\nis widely used among developers working in that language.\n\n  The \"System Libraries\" of an executable work include anything, other\nthan the work as a whole, that (a) is included in the normal form of\npackaging a Major Component, but which is not part of that Major\nComponent, and (b) serves only to enable use of the work with that\nMajor Component, or to implement a Standard Interface for which an\nimplementation is available to the public in source code form.  A\n\"Major Component\", in this context, means a major essential component\n(kernel, window system, and so on) of the specific operating system\n(if any) on which the executable work runs, or a compiler used to\nproduce the work, or an object code interpreter used to run it.\n\n  The \"Corresponding Source\" for a work in object code form means all\nthe source code needed to generate, install, and (for an executable\nwork) run the object code and to modify the work, including scripts to\ncontrol those activities.  However, it does not include the work's\nSystem Libraries, or general-purpose tools or generally available free\nprograms which are used unmodified in performing those activities but\nwhich are not part of the work.  For example, Corresponding Source\nincludes interface definition files associated with source files for\nthe work, and the source code for shared libraries and dynamically\nlinked subprograms that the work is specifically designed to require,\nsuch as by intimate data communication or control flow between those\nsubprograms and other parts of the work.\n\n  The Corresponding Source need not include anything that users\ncan regenerate automatically from other parts of the Corresponding\nSource.\n\n  The Corresponding Source for a work in source code form is that\nsame work.\n\n  2. Basic Permissions.\n\n  All rights granted under this License are granted for the term of\ncopyright on the Program, and are irrevocable provided the stated\nconditions are met.  This License explicitly affirms your unlimited\npermission to run the unmodified Program.  The output from running a\ncovered work is covered by this License only if the output, given its\ncontent, constitutes a covered work.  This License acknowledges your\nrights of fair use or other equivalent, as provided by copyright law.\n\n  You may make, run and propagate covered works that you do not\nconvey, without conditions so long as your license otherwise remains\nin force.  You may convey covered works to others for the sole purpose\nof having them make modifications exclusively for you, or provide you\nwith facilities for running those works, provided that you comply with\nthe terms of this License in conveying all material for which you do\nnot control copyright.  Those thus making or running the covered works\nfor you must do so exclusively on your behalf, under your direction\nand control, on terms that prohibit them from making any copies of\nyour copyrighted material outside their relationship with you.\n\n  Conveying under any other circumstances is permitted solely under\nthe conditions stated below.  Sublicensing is not allowed; section 10\nmakes it unnecessary.\n\n  3. Protecting Users' Legal Rights From Anti-Circumvention Law.\n\n  No covered work shall be deemed part of an effective technological\nmeasure under any applicable law fulfilling obligations under article\n11 of the WIPO copyright treaty adopted on 20 December 1996, or\nsimilar laws prohibiting or restricting circumvention of such\nmeasures.\n\n  When you convey a covered work, you waive any legal power to forbid\ncircumvention of technological measures to the extent such circumvention\nis effected by exercising rights under this License with respect to\nthe covered work, and you disclaim any intention to limit operation or\nmodification of the work as a means of enforcing, against the work's\nusers, your or third parties' legal rights to forbid circumvention of\ntechnological measures.\n\n  4. Conveying Verbatim Copies.\n\n  You may convey verbatim copies of the Program's source code as you\nreceive it, in any medium, provided that you conspicuously and\nappropriately publish on each copy an appropriate copyright notice;\nkeep intact all notices stating that this License and any\nnon-permissive terms added in accord with section 7 apply to the code;\nkeep intact all notices of the absence of any warranty; and give all\nrecipients a copy of this License along with the Program.\n\n  You may charge any price or no price for each copy that you convey,\nand you may offer support or warranty protection for a fee.\n\n  5. Conveying Modified Source Versions.\n\n  You may convey a work based on the Program, or the modifications to\nproduce it from the Program, in the form of source code under the\nterms of section 4, provided that you also meet all of these conditions:\n\n    a) The work must carry prominent notices stating that you modified\n    it, and giving a relevant date.\n\n    b) The work must carry prominent notices stating that it is\n    released under this License and any conditions added under section\n    7.  This requirement modifies the requirement in section 4 to\n    \"keep intact all notices\".\n\n    c) You must license the entire work, as a whole, under this\n    License to anyone who comes into possession of a copy.  This\n    License will therefore apply, along with any applicable section 7\n    additional terms, to the whole of the work, and all its parts,\n    regardless of how they are packaged.  This License gives no\n    permission to license the work in any other way, but it does not\n    invalidate such permission if you have separately received it.\n\n    d) If the work has interactive user interfaces, each must display\n    Appropriate Legal Notices; however, if the Program has interactive\n    interfaces that do not display Appropriate Legal Notices, your\n    work need not make them do so.\n\n  A compilation of a covered work with other separate and independent\nworks, which are not by their nature extensions of the covered work,\nand which are not combined with it such as to form a larger program,\nin or on a volume of a storage or distribution medium, is called an\n\"aggregate\" if the compilation and its resulting copyright are not\nused to limit the access or legal rights of the compilation's users\nbeyond what the individual works permit.  Inclusion of a covered work\nin an aggregate does not cause this License to apply to the other\nparts of the aggregate.\n\n  6. Conveying Non-Source Forms.\n\n  You may convey a covered work in object code form under the terms\nof sections 4 and 5, provided that you also convey the\nmachine-readable Corresponding Source under the terms of this License,\nin one of these ways:\n\n    a) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by the\n    Corresponding Source fixed on a durable physical medium\n    customarily used for software interchange.\n\n    b) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by a\n    written offer, valid for at least three years and valid for as\n    long as you offer spare parts or customer support for that product\n    model, to give anyone who possesses the object code either (1) a\n    copy of the Corresponding Source for all the software in the\n    product that is covered by this License, on a durable physical\n    medium customarily used for software interchange, for a price no\n    more than your reasonable cost of physically performing this\n    conveying of source, or (2) access to copy the\n    Corresponding Source from a network server at no charge.\n\n    c) Convey individual copies of the object code with a copy of the\n    written offer to provide the Corresponding Source.  This\n    alternative is allowed only occasionally and noncommercially, and\n    only if you received the object code with such an offer, in accord\n    with subsection 6b.\n\n    d) Convey the object code by offering access from a designated\n    place (gratis or for a charge), and offer equivalent access to the\n    Corresponding Source in the same way through the same place at no\n    further charge.  You need not require recipients to copy the\n    Corresponding Source along with the object code.  If the place to\n    copy the object code is a network server, the Corresponding Source\n    may be on a different server (operated by you or a third party)\n    that supports equivalent copying facilities, provided you maintain\n    clear directions next to the object code saying where to find the\n    Corresponding Source.  Regardless of what server hosts the\n    Corresponding Source, you remain obligated to ensure that it is\n    available for as long as needed to satisfy these requirements.\n\n    e) Convey the object code using peer-to-peer transmission, provided\n    you inform other peers where the object code and Corresponding\n    Source of the work are being offered to the general public at no\n    charge under subsection 6d.\n\n  A separable portion of the object code, whose source code is excluded\nfrom the Corresponding Source as a System Library, need not be\nincluded in conveying the object code work.\n\n  A \"User Product\" is either (1) a \"consumer product\", which means any\ntangible personal property which is normally used for personal, family,\nor household purposes, or (2) anything designed or sold for incorporation\ninto a dwelling.  In determining whether a product is a consumer product,\ndoubtful cases shall be resolved in favor of coverage.  For a particular\nproduct received by a particular user, \"normally used\" refers to a\ntypical or common use of that class of product, regardless of the status\nof the particular user or of the way in which the particular user\nactually uses, or expects or is expected to use, the product.  A product\nis a consumer product regardless of whether the product has substantial\ncommercial, industrial or non-consumer uses, unless such uses represent\nthe only significant mode of use of the product.\n\n  \"Installation Information\" for a User Product means any methods,\nprocedures, authorization keys, or other information required to install\nand execute modified versions of a covered work in that User Product from\na modified version of its Corresponding Source.  The information must\nsuffice to ensure that the continued functioning of the modified object\ncode is in no case prevented or interfered with solely because\nmodification has been made.\n\n  If you convey an object code work under this section in, or with, or\nspecifically for use in, a User Product, and the conveying occurs as\npart of a transaction in which the right of possession and use of the\nUser Product is transferred to the recipient in perpetuity or for a\nfixed term (regardless of how the transaction is characterized), the\nCorresponding Source conveyed under this section must be accompanied\nby the Installation Information.  But this requirement does not apply\nif neither you nor any third party retains the ability to install\nmodified object code on the User Product (for example, the work has\nbeen installed in ROM).\n\n  The requirement to provide Installation Information does not include a\nrequirement to continue to provide support service, warranty, or updates\nfor a work that has been modified or installed by the recipient, or for\nthe User Product in which it has been modified or installed.  Access to a\nnetwork may be denied when the modification itself materially and\nadversely affects the operation of the network or violates the rules and\nprotocols for communication across the network.\n\n  Corresponding Source conveyed, and Installation Information provided,\nin accord with this section must be in a format that is publicly\ndocumented (and with an implementation available to the public in\nsource code form), and must require no special password or key for\nunpacking, reading or copying.\n\n  7. Additional Terms.\n\n  \"Additional permissions\" are terms that supplement the terms of this\nLicense by making exceptions from one or more of its conditions.\nAdditional permissions that are applicable to the entire Program shall\nbe treated as though they were included in this License, to the extent\nthat they are valid under applicable law.  If additional permissions\napply only to part of the Program, that part may be used separately\nunder those permissions, but the entire Program remains governed by\nthis License without regard to the additional permissions.\n\n  When you convey a copy of a covered work, you may at your option\nremove any additional permissions from that copy, or from any part of\nit.  (Additional permissions may be written to require their own\nremoval in certain cases when you modify the work.)  You may place\nadditional permissions on material, added by you to a covered work,\nfor which you have or can give appropriate copyright permission.\n\n  Notwithstanding any other provision of this License, for material you\nadd to a covered work, you may (if authorized by the copyright holders of\nthat material) supplement the terms of this License with terms:\n\n    a) Disclaiming warranty or limiting liability differently from the\n    terms of sections 15 and 16 of this License; or\n\n    b) Requiring preservation of specified reasonable legal notices or\n    author attributions in that material or in the Appropriate Legal\n    Notices displayed by works containing it; or\n\n    c) Prohibiting misrepresentation of the origin of that material, or\n    requiring that modified versions of such material be marked in\n    reasonable ways as different from the original version; or\n\n    d) Limiting the use for publicity purposes of names of licensors or\n    authors of the material; or\n\n    e) Declining to grant rights under trademark law for use of some\n    trade names, trademarks, or service marks; or\n\n    f) Requiring indemnification of licensors and authors of that\n    material by anyone who conveys the material (or modified versions of\n    it) with contractual assumptions of liability to the recipient, for\n    any liability that these contractual assumptions directly impose on\n    those licensors and authors.\n\n  All other non-permissive additional terms are considered \"further\nrestrictions\" within the meaning of section 10.  If the Program as you\nreceived it, or any part of it, contains a notice stating that it is\ngoverned by this License along with a term that is a further\nrestriction, you may remove that term.  If a license document contains\na further restriction but permits relicensing or conveying under this\nLicense, you may add to a covered work material governed by the terms\nof that license document, provided that the further restriction does\nnot survive such relicensing or conveying.\n\n  If you add terms to a covered work in accord with this section, you\nmust place, in the relevant source files, a statement of the\nadditional terms that apply to those files, or a notice indicating\nwhere to find the applicable terms.\n\n  Additional terms, permissive or non-permissive, may be stated in the\nform of a separately written license, or stated as exceptions;\nthe above requirements apply either way.\n\n  8. Termination.\n\n  You may not propagate or modify a covered work except as expressly\nprovided under this License.  Any attempt otherwise to propagate or\nmodify it is void, and will automatically terminate your rights under\nthis License (including any patent licenses granted under the third\nparagraph of section 11).\n\n  However, if you cease all violation of this License, then your\nlicense from a particular copyright holder is reinstated (a)\nprovisionally, unless and until the copyright holder explicitly and\nfinally terminates your license, and (b) permanently, if the copyright\nholder fails to notify you of the violation by some reasonable means\nprior to 60 days after the cessation.\n\n  Moreover, your license from a particular copyright holder is\nreinstated permanently if the copyright holder notifies you of the\nviolation by some reasonable means, this is the first time you have\nreceived notice of violation of this License (for any work) from that\ncopyright holder, and you cure the violation prior to 30 days after\nyour receipt of the notice.\n\n  Termination of your rights under this section does not terminate the\nlicenses of parties who have received copies or rights from you under\nthis License.  If your rights have been terminated and not permanently\nreinstated, you do not qualify to receive new licenses for the same\nmaterial under section 10.\n\n  9. Acceptance Not Required for Having Copies.\n\n  You are not required to accept this License in order to receive or\nrun a copy of the Program.  Ancillary propagation of a covered work\noccurring solely as a consequence of using peer-to-peer transmission\nto receive a copy likewise does not require acceptance.  However,\nnothing other than this License grants you permission to propagate or\nmodify any covered work.  These actions infringe copyright if you do\nnot accept this License.  Therefore, by modifying or propagating a\ncovered work, you indicate your acceptance of this License to do so.\n\n  10. Automatic Licensing of Downstream Recipients.\n\n  Each time you convey a covered work, the recipient automatically\nreceives a license from the original licensors, to run, modify and\npropagate that work, subject to this License.  You are not responsible\nfor enforcing compliance by third parties with this License.\n\n  An \"entity transaction\" is a transaction transferring control of an\norganization, or substantially all assets of one, or subdividing an\norganization, or merging organizations.  If propagation of a covered\nwork results from an entity transaction, each party to that\ntransaction who receives a copy of the work also receives whatever\nlicenses to the work the party's predecessor in interest had or could\ngive under the previous paragraph, plus a right to possession of the\nCorresponding Source of the work from the predecessor in interest, if\nthe predecessor has it or can get it with reasonable efforts.\n\n  You may not impose any further restrictions on the exercise of the\nrights granted or affirmed under this License.  For example, you may\nnot impose a license fee, royalty, or other charge for exercise of\nrights granted under this License, and you may not initiate litigation\n(including a cross-claim or counterclaim in a lawsuit) alleging that\nany patent claim is infringed by making, using, selling, offering for\nsale, or importing the Program or any portion of it.\n\n  11. Patents.\n\n  A \"contributor\" is a copyright holder who authorizes use under this\nLicense of the Program or a work on which the Program is based.  The\nwork thus licensed is called the contributor's \"contributor version\".\n\n  A contributor's \"essential patent claims\" are all patent claims\nowned or controlled by the contributor, whether already acquired or\nhereafter acquired, that would be infringed by some manner, permitted\nby this License, of making, using, or selling its contributor version,\nbut do not include claims that would be infringed only as a\nconsequence of further modification of the contributor version.  For\npurposes of this definition, \"control\" includes the right to grant\npatent sublicenses in a manner consistent with the requirements of\nthis License.\n\n  Each contributor grants you a non-exclusive, worldwide, royalty-free\npatent license under the contributor's essential patent claims, to\nmake, use, sell, offer for sale, import and otherwise run, modify and\npropagate the contents of its contributor version.\n\n  In the following three paragraphs, a \"patent license\" is any express\nagreement or commitment, however denominated, not to enforce a patent\n(such as an express permission to practice a patent or covenant not to\nsue for patent infringement).  To \"grant\" such a patent license to a\nparty means to make such an agreement or commitment not to enforce a\npatent against the party.\n\n  If you convey a covered work, knowingly relying on a patent license,\nand the Corresponding Source of the work is not available for anyone\nto copy, free of charge and under the terms of this License, through a\npublicly available network server or other readily accessible means,\nthen you must either (1) cause the Corresponding Source to be so\navailable, or (2) arrange to deprive yourself of the benefit of the\npatent license for this particular work, or (3) arrange, in a manner\nconsistent with the requirements of this License, to extend the patent\nlicense to downstream recipients.  \"Knowingly relying\" means you have\nactual knowledge that, but for the patent license, your conveying the\ncovered work in a country, or your recipient's use of the covered work\nin a country, would infringe one or more identifiable patents in that\ncountry that you have reason to believe are valid.\n\n  If, pursuant to or in connection with a single transaction or\narrangement, you convey, or propagate by procuring conveyance of, a\ncovered work, and grant a patent license to some of the parties\nreceiving the covered work authorizing them to use, propagate, modify\nor convey a specific copy of the covered work, then the patent license\nyou grant is automatically extended to all recipients of the covered\nwork and works based on it.\n\n  A patent license is \"discriminatory\" if it does not include within\nthe scope of its coverage, prohibits the exercise of, or is\nconditioned on the non-exercise of one or more of the rights that are\nspecifically granted under this License.  You may not convey a covered\nwork if you are a party to an arrangement with a third party that is\nin the business of distributing software, under which you make payment\nto the third party based on the extent of your activity of conveying\nthe work, and under which the third party grants, to any of the\nparties who would receive the covered work from you, a discriminatory\npatent license (a) in connection with copies of the covered work\nconveyed by you (or copies made from those copies), or (b) primarily\nfor and in connection with specific products or compilations that\ncontain the covered work, unless you entered into that arrangement,\nor that patent license was granted, prior to 28 March 2007.\n\n  Nothing in this License shall be construed as excluding or limiting\nany implied license or other defenses to infringement that may\notherwise be available to you under applicable patent law.\n\n  12. No Surrender of Others' Freedom.\n\n  If conditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot convey a\ncovered work so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you may\nnot convey it at all.  For example, if you agree to terms that obligate you\nto collect a royalty for further conveying from those to whom you convey\nthe Program, the only way you could satisfy both those terms and this\nLicense would be to refrain entirely from conveying the Program.\n\n  13. Use with the GNU Affero General Public License.\n\n  Notwithstanding any other provision of this License, you have\npermission to link or combine any covered work with a work licensed\nunder version 3 of the GNU Affero General Public License into a single\ncombined work, and to convey the resulting work.  The terms of this\nLicense will continue to apply to the part which is the covered work,\nbut the special requirements of the GNU Affero General Public License,\nsection 13, concerning interaction through a network will apply to the\ncombination as such.\n\n  14. Revised Versions of this License.\n\n  The Free Software Foundation may publish revised and/or new versions of\nthe GNU General Public License from time to time.  Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\n  Each version is given a distinguishing version number.  If the\nProgram specifies that a certain numbered version of the GNU General\nPublic License \"or any later version\" applies to it, you have the\noption of following the terms and conditions either of that numbered\nversion or of any later version published by the Free Software\nFoundation.  If the Program does not specify a version number of the\nGNU General Public License, you may choose any version ever published\nby the Free Software Foundation.\n\n  If the Program specifies that a proxy can decide which future\nversions of the GNU General Public License can be used, that proxy's\npublic statement of acceptance of a version permanently authorizes you\nto choose that version for the Program.\n\n  Later license versions may give you additional or different\npermissions.  However, no additional obligations are imposed on any\nauthor or copyright holder as a result of your choosing to follow a\nlater version.\n\n  15. Disclaimer of Warranty.\n\n  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\nAPPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\nHOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\nOF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\nTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\nIS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\nALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n  16. Limitation of Liability.\n\n  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\nTHE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\nGENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\nUSE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\nDATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\nPARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\nEVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGES.\n\n  17. Interpretation of Sections 15 and 16.\n\n  If the disclaimer of warranty and limitation of liability provided\nabove cannot be given local legal effect according to their terms,\nreviewing courts shall apply local law that most closely approximates\nan absolute waiver of all civil liability in connection with the\nProgram, unless a warranty or assumption of liability accompanies a\ncopy of the Program in return for a fee.\n\n                     END OF TERMS AND CONDITIONS\n\n            How to Apply These Terms to Your New Programs\n\n  If you develop a new program, and you want it to be of the greatest\npossible use to the public, the best way to achieve this is to make it\nfree software which everyone can redistribute and change under these terms.\n\n  To do so, attach the following notices to the program.  It is safest\nto attach them to the start of each source file to most effectively\nstate the exclusion of warranty; and each file should have at least\nthe \"copyright\" line and a pointer to where the full notice is found.\n\n    <one line to give the program's name and a brief idea of what it does.>\n    Copyright (C) <year>  <name of author>\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see <https://www.gnu.org/licenses/>.\n\nAlso add information on how to contact you by electronic and paper mail.\n\n  If the program does terminal interaction, make it output a short\nnotice like this when it starts in an interactive mode:\n\n    <program>  Copyright (C) <year>  <name of author>\n    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\n    This is free software, and you are welcome to redistribute it\n    under certain conditions; type `show c' for details.\n\nThe hypothetical commands `show w' and `show c' should show the appropriate\nparts of the General Public License.  Of course, your program's commands\nmight be different; for a GUI interface, you would use an \"about box\".\n\n  You should also get your employer (if you work as a programmer) or school,\nif any, to sign a \"copyright disclaimer\" for the program, if necessary.\nFor more information on this, and how to apply and follow the GNU GPL, see\n<https://www.gnu.org/licenses/>.\n\n  The GNU General Public License does not permit incorporating your program\ninto proprietary programs.  If your program is a subroutine library, you\nmay consider it more useful to permit linking proprietary applications with\nthe library.  If this is what you want to do, use the GNU Lesser General\nPublic License instead of this License.  But first, please read\n<https://www.gnu.org/licenses/why-not-lgpl.html>.\n"
  },
  {
    "path": "README.md",
    "content": "\n<p align=\"center\">\n\t<a><img width=\"100px\" src=\"https://raw.githubusercontent.com/huiyadanli/RevokeMsgPatcher/master/Images/logo.png\"/></a>\n</p>\n<p align=\"center\">\n\t<a href=\"https://www.microsoft.com/download/details.aspx?id=30653\">\n\t\t<img src=\"https://img.shields.io/badge/platform-windows-lightgrey.svg?style=flat-square\"/>\n\t</a>\n\t<a href=\"https://github.com/huiyadanli/RevokeMsgPatcher/releases\">\n\t\t<img src=\"https://img.shields.io/github/downloads/huiyadanli/RevokeMsgPatcher/total.svg?style=flat-square\"/>\n\t</a>\n\t<a href=\"https://ci.appveyor.com/project/huiyadanli/RevokeMsgPatcher\">\n\t\t<img src=\"https://img.shields.io/appveyor/ci/huiyadanli/RevokeMsgPatcher.svg?style=flat-square\"/>\n\t</a>\n</p>\n\n# 👀微信/QQ/TIM防撤回补丁\n适用于 Windows 下 PC 版微信/QQ/TIM的防撤回补丁。**支持微信/QQ/TIM**，其中微信能够选择安装多开功能。\n\n<img width=\"180px\" src=\"https://raw.githubusercontent.com/huiyadanli/RevokeMsgPatcher/master/Images/revoke.jpg\"/>\n\n下载地址：\n**[⚡️点我下载最新版本](https://github.com/huiyadanli/RevokeMsgPatcher/releases/download/2.1/RevokeMsgPatcher.v2.1.zip)** |\n[☁备用下载-蓝奏云](https://wwmy.lanzouq.com/b0fot7dpe)  密码:coco| \n[☁备用下载-百度云](https://pan.baidu.com/s/15ilr78t8F1-VW8eUZSkr_Q?pwd=3rrj) \n\n相关文档：\n**[✔支持哪些版本](https://github.com/huiyadanli/RevokeMsgPatcher/wiki/%E7%89%88%E6%9C%AC%E6%94%AF%E6%8C%81)** | \n[❓常见问题](https://github.com/huiyadanli/RevokeMsgPatcher/wiki#%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98) | \n[📖查看完整文档](https://github.com/huiyadanli/RevokeMsgPatcher/wiki)\n\n原理与方法：\n[📗微信](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) |\n[📕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) |\n[📘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)\n**（本人不参与方法寻找，仅做特征搬运）**\n\n附带产物：[一个通用的微信多开工具](https://github.com/huiyadanli/RevokeMsgPatcher/tree/master/RevokeMsgPatcher.MultiInstance)\n\n## 📷截图\n![Screenshot](https://raw.githubusercontent.com/huiyadanli/RevokeMsgPatcher/master/Images/screenshot.png)\n\n## 🔨使用方法\n\n1. 首先，你的系统需要满足以下条件：\n\n    * Windows 7 或更高版本，**不支持XP**。\n    * [.NET Framework 4.5.2](https://www.microsoft.com/en-us/download/details.aspx?id=42642) 或更高版本。**低于此版本在打开程序时可能无反应，或者直接报错**。\n\n2. 使用本程序前，先关闭微信/QQ/TIM。\n\n3. **以管理员身份运行本程序**，等待右下角获取最新的补丁信息。\n\n4. 选择微信/QQ/TIM的安装路径。如果你用的安装版的微信/QQ/TIM，正常情况下本程序会自动从注册表中获取安装路径，绿色版需要手动选择路径。\n\n5. 点击防撤回。界面可能会出现一段时间的无响应，请耐心等待。**由于修改了微信的 WeChatWin.dll 文件、QQ/TIM的 IM.dll 文件，杀毒软件可能会弹出警告，放行即可。**\n\n注意：微信/QQ/TIM更新之后要重新安装补丁！\n\n## 💡致谢\n\n本项目早期内容源自 [wechat_anti_revoke](https://github.com/36huo/wechat_anti_revoke) 项目。\n\n2.0 之前版本 QQNT 防撤回依赖于 [LiteLoaderQQNT](https://github.com/LiteLoaderQQNT/LiteLoaderQQNT)，修补依赖于 [DLLHijackMethod](https://github.com/LiteLoaderQQNT/QQNTFileVerifyPatch/tree/DLLHijackMethod) 并集成了以下插件：\n\n* [插件列表查看 LL-plugin-list-viewer](https://github.com/ltxhhz/LL-plugin-list-viewer)\n* [防撤回 LiteLoaderQQNT-Anti-Recall](https://github.com/xh321/LiteLoaderQQNT-Anti-Recall)\n\n2.1 版本的 QQNTT 防撤回特征来自 [NTQQAntiRecall]( https://github.com/NapNeko/NTQQAntiRecall)\n\n微信4.0版本后的防撤回特征来自于 [BetterWX](https://github.com/zetaloop/BetterWX)\n\n## ❤️投喂\n\n觉的好用的话，可以支持作者哟ヾ(･ω･`｡) \n* [⚡爱发电](https://afdian.com/@huiyadanli)\n* [🍚微信赞赏](https://github.com/huiyadanli/huiyadanli/blob/master/DONATE.md)\n\n## 📄License\n[GPLv3](https://github.com/huiyadanli/RevokeMsgPatcher/blob/master/LICENSE)\n\n![](https://raw.githubusercontent.com/huiyadanli/RevokeMsgPatcher/master/Images/give_a_star.png)\n"
  },
  {
    "path": "RevokeMsgPatcher/App.config",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<configuration>\n    <startup> \n        <supportedRuntime version=\"v4.0\" sku=\".NETFramework,Version=v4.5.2\"/>\n    </startup>\n</configuration>\n"
  },
  {
    "path": "RevokeMsgPatcher/BusinessException.cs",
    "content": "﻿using System;\n\nnamespace RevokeMsgPatcher\n{\n    class BusinessException : ApplicationException\n    {\n        public string ErrorCode { get; protected set; }\n\n        public BusinessException(string errcode, string message) : base(message)\n        {\n            ErrorCode = errcode;\n        }\n    }\n}\n"
  },
  {
    "path": "RevokeMsgPatcher/FormMain.Designer.cs",
    "content": "﻿namespace RevokeMsgPatcher\n{\n    partial class FormMain\n    {\n        /// <summary>\n        /// 必需的设计器变量。\n        /// </summary>\n        private System.ComponentModel.IContainer components = null;\n\n        /// <summary>\n        /// 清理所有正在使用的资源。\n        /// </summary>\n        /// <param name=\"disposing\">如果应释放托管资源，为 true；否则为 false。</param>\n        protected override void Dispose(bool disposing)\n        {\n            if (disposing && (components != null))\n            {\n                components.Dispose();\n            }\n            base.Dispose(disposing);\n        }\n\n        #region Windows 窗体设计器生成的代码\n\n        /// <summary>\n        /// 设计器支持所需的方法 - 不要修改\n        /// 使用代码编辑器修改此方法的内容。\n        /// </summary>\n        private void InitializeComponent()\n        {\n            this.components = new System.ComponentModel.Container();\n            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));\n            this.lblPathTag = new System.Windows.Forms.Label();\n            this.btnPatch = new System.Windows.Forms.Button();\n            this.txtPath = new System.Windows.Forms.TextBox();\n            this.btnChoosePath = new System.Windows.Forms.Button();\n            this.label1 = new System.Windows.Forms.Label();\n            this.linkLabel1 = new System.Windows.Forms.LinkLabel();\n            this.btnRestore = new System.Windows.Forms.Button();\n            this.lblUpdatePachJson = new System.Windows.Forms.Label();\n            this.lblVersion = new System.Windows.Forms.Label();\n            this.lblVersionTag = new System.Windows.Forms.Label();\n            this.rbtWechat = new System.Windows.Forms.RadioButton();\n            this.rbtQQ = new System.Windows.Forms.RadioButton();\n            this.rbtTIM = new System.Windows.Forms.RadioButton();\n            this.label5 = new System.Windows.Forms.Label();\n            this.rbtQQLite = new System.Windows.Forms.RadioButton();\n            this.menuStrip1 = new System.Windows.Forms.MenuStrip();\n            this.高级ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\n            this.特征码防撤回强制ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\n            this.手动输入补丁信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\n            this.通用微信多开工具ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\n            this.帮助ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\n            this.支持版本ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\n            this.常见问题ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\n            this.防撤回原理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\n            this.完整文档ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\n            this.关于ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\n            this.作者ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\n            this.主页ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\n            this.lblCategory = new System.Windows.Forms.Label();\n            this.panelCategories = new System.Windows.Forms.FlowLayoutPanel();\n            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);\n            this.panelNotice = new System.Windows.Forms.Panel();\n            this.labelNotice = new System.Windows.Forms.Label();\n            this.rbtQQNT = new System.Windows.Forms.RadioButton();\n            this.rbtWeixin = new System.Windows.Forms.RadioButton();\n            this.menuStrip1.SuspendLayout();\n            this.panelNotice.SuspendLayout();\n            this.SuspendLayout();\n            // \n            // lblPathTag\n            // \n            this.lblPathTag.AutoSize = true;\n            this.lblPathTag.Location = new System.Drawing.Point(14, 63);\n            this.lblPathTag.Name = \"lblPathTag\";\n            this.lblPathTag.Size = new System.Drawing.Size(65, 12);\n            this.lblPathTag.TabIndex = 1;\n            this.lblPathTag.Text = \"应用路径：\";\n            // \n            // btnPatch\n            // \n            this.btnPatch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));\n            this.btnPatch.Location = new System.Drawing.Point(378, 108);\n            this.btnPatch.Name = \"btnPatch\";\n            this.btnPatch.Size = new System.Drawing.Size(98, 23);\n            this.btnPatch.TabIndex = 3;\n            this.btnPatch.Text = \"安装补丁！\";\n            this.btnPatch.UseVisualStyleBackColor = true;\n            this.btnPatch.Click += new System.EventHandler(this.btnPatch_Click);\n            // \n            // txtPath\n            // \n            this.txtPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) \n            | System.Windows.Forms.AnchorStyles.Right)));\n            this.txtPath.Location = new System.Drawing.Point(84, 58);\n            this.txtPath.Name = \"txtPath\";\n            this.txtPath.Size = new System.Drawing.Size(352, 21);\n            this.txtPath.TabIndex = 4;\n            this.txtPath.TextChanged += new System.EventHandler(this.txtPath_TextChanged);\n            // \n            // btnChoosePath\n            // \n            this.btnChoosePath.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));\n            this.btnChoosePath.Location = new System.Drawing.Point(442, 56);\n            this.btnChoosePath.Name = \"btnChoosePath\";\n            this.btnChoosePath.Size = new System.Drawing.Size(34, 23);\n            this.btnChoosePath.TabIndex = 5;\n            this.btnChoosePath.Text = \"...\";\n            this.btnChoosePath.UseVisualStyleBackColor = true;\n            this.btnChoosePath.Click += new System.EventHandler(this.btnChoosePath_Click);\n            // \n            // label1\n            // \n            this.label1.AutoSize = true;\n            this.label1.Location = new System.Drawing.Point(14, 139);\n            this.label1.Name = \"label1\";\n            this.label1.Size = new System.Drawing.Size(125, 12);\n            this.label1.TabIndex = 6;\n            this.label1.Text = \"软件主页(免费开源)：\";\n            // \n            // linkLabel1\n            // \n            this.linkLabel1.AutoSize = true;\n            this.linkLabel1.Location = new System.Drawing.Point(138, 139);\n            this.linkLabel1.Name = \"linkLabel1\";\n            this.linkLabel1.Size = new System.Drawing.Size(41, 12);\n            this.linkLabel1.TabIndex = 7;\n            this.linkLabel1.TabStop = true;\n            this.linkLabel1.Text = \"GitHub\";\n            this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);\n            // \n            // btnRestore\n            // \n            this.btnRestore.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));\n            this.btnRestore.Location = new System.Drawing.Point(290, 108);\n            this.btnRestore.Name = \"btnRestore\";\n            this.btnRestore.Size = new System.Drawing.Size(82, 23);\n            this.btnRestore.TabIndex = 8;\n            this.btnRestore.Text = \"备份还原\";\n            this.btnRestore.UseVisualStyleBackColor = true;\n            this.btnRestore.Click += new System.EventHandler(this.btnRestore_Click);\n            // \n            // lblUpdatePachJson\n            // \n            this.lblUpdatePachJson.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));\n            this.lblUpdatePachJson.Cursor = System.Windows.Forms.Cursors.Hand;\n            this.lblUpdatePachJson.ForeColor = System.Drawing.Color.OrangeRed;\n            this.lblUpdatePachJson.Location = new System.Drawing.Point(177, 141);\n            this.lblUpdatePachJson.Name = \"lblUpdatePachJson\";\n            this.lblUpdatePachJson.Size = new System.Drawing.Size(299, 12);\n            this.lblUpdatePachJson.TabIndex = 9;\n            this.lblUpdatePachJson.Text = \"[ 获取最新补丁信息中... ]\";\n            this.lblUpdatePachJson.TextAlign = System.Drawing.ContentAlignment.TopRight;\n            this.lblUpdatePachJson.Click += new System.EventHandler(this.lblUpdatePachJson_Click);\n            // \n            // lblVersion\n            // \n            this.lblVersion.AutoSize = true;\n            this.lblVersion.Location = new System.Drawing.Point(85, 113);\n            this.lblVersion.Name = \"lblVersion\";\n            this.lblVersion.Size = new System.Drawing.Size(0, 12);\n            this.lblVersion.TabIndex = 10;\n            // \n            // lblVersionTag\n            // \n            this.lblVersionTag.AutoSize = true;\n            this.lblVersionTag.Location = new System.Drawing.Point(14, 113);\n            this.lblVersionTag.Name = \"lblVersionTag\";\n            this.lblVersionTag.Size = new System.Drawing.Size(65, 12);\n            this.lblVersionTag.TabIndex = 9;\n            this.lblVersionTag.Text = \"当前版本：\";\n            // \n            // rbtWechat\n            // \n            this.rbtWechat.AutoSize = true;\n            this.rbtWechat.Checked = true;\n            this.rbtWechat.Location = new System.Drawing.Point(84, 36);\n            this.rbtWechat.Name = \"rbtWechat\";\n            this.rbtWechat.Size = new System.Drawing.Size(47, 16);\n            this.rbtWechat.TabIndex = 12;\n            this.rbtWechat.TabStop = true;\n            this.rbtWechat.Text = \"微信\";\n            this.rbtWechat.UseVisualStyleBackColor = true;\n            this.rbtWechat.CheckedChanged += new System.EventHandler(this.radioButtons_CheckedChanged);\n            // \n            // rbtQQ\n            // \n            this.rbtQQ.AutoSize = true;\n            this.rbtQQ.Location = new System.Drawing.Point(261, 36);\n            this.rbtQQ.Name = \"rbtQQ\";\n            this.rbtQQ.Size = new System.Drawing.Size(35, 16);\n            this.rbtQQ.TabIndex = 13;\n            this.rbtQQ.Text = \"QQ\";\n            this.rbtQQ.UseVisualStyleBackColor = true;\n            this.rbtQQ.CheckedChanged += new System.EventHandler(this.radioButtons_CheckedChanged);\n            // \n            // rbtTIM\n            // \n            this.rbtTIM.AutoSize = true;\n            this.rbtTIM.Location = new System.Drawing.Point(302, 36);\n            this.rbtTIM.Name = \"rbtTIM\";\n            this.rbtTIM.Size = new System.Drawing.Size(41, 16);\n            this.rbtTIM.TabIndex = 14;\n            this.rbtTIM.Text = \"TIM\";\n            this.rbtTIM.UseVisualStyleBackColor = true;\n            this.rbtTIM.CheckedChanged += new System.EventHandler(this.radioButtons_CheckedChanged);\n            // \n            // label5\n            // \n            this.label5.AutoSize = true;\n            this.label5.Location = new System.Drawing.Point(14, 38);\n            this.label5.Name = \"label5\";\n            this.label5.Size = new System.Drawing.Size(65, 12);\n            this.label5.TabIndex = 16;\n            this.label5.Text = \"选择应用：\";\n            // \n            // rbtQQLite\n            // \n            this.rbtQQLite.AutoSize = true;\n            this.rbtQQLite.Location = new System.Drawing.Point(349, 36);\n            this.rbtQQLite.Name = \"rbtQQLite\";\n            this.rbtQQLite.Size = new System.Drawing.Size(71, 16);\n            this.rbtQQLite.TabIndex = 18;\n            this.rbtQQLite.Text = \"QQ轻聊版\";\n            this.rbtQQLite.UseVisualStyleBackColor = true;\n            this.rbtQQLite.CheckedChanged += new System.EventHandler(this.radioButtons_CheckedChanged);\n            // \n            // menuStrip1\n            // \n            this.menuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);\n            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\n            this.高级ToolStripMenuItem,\n            this.帮助ToolStripMenuItem,\n            this.关于ToolStripMenuItem});\n            this.menuStrip1.Location = new System.Drawing.Point(0, 0);\n            this.menuStrip1.Name = \"menuStrip1\";\n            this.menuStrip1.Padding = new System.Windows.Forms.Padding(4, 1, 0, 1);\n            this.menuStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;\n            this.menuStrip1.Size = new System.Drawing.Size(490, 24);\n            this.menuStrip1.TabIndex = 19;\n            this.menuStrip1.Text = \"menuStrip1\";\n            // \n            // 高级ToolStripMenuItem\n            // \n            this.高级ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\n            this.特征码防撤回强制ToolStripMenuItem,\n            this.手动输入补丁信息ToolStripMenuItem,\n            this.通用微信多开工具ToolStripMenuItem});\n            this.高级ToolStripMenuItem.Name = \"高级ToolStripMenuItem\";\n            this.高级ToolStripMenuItem.Size = new System.Drawing.Size(44, 22);\n            this.高级ToolStripMenuItem.Text = \"高级\";\n            // \n            // 特征码防撤回强制ToolStripMenuItem\n            // \n            this.特征码防撤回强制ToolStripMenuItem.Name = \"特征码防撤回强制ToolStripMenuItem\";\n            this.特征码防撤回强制ToolStripMenuItem.Size = new System.Drawing.Size(196, 22);\n            this.特征码防撤回强制ToolStripMenuItem.Text = \"特征码防撤回（强制）\";\n            this.特征码防撤回强制ToolStripMenuItem.Visible = false;\n            this.特征码防撤回强制ToolStripMenuItem.Click += new System.EventHandler(this.特征码防撤回强制ToolStripMenuItem_Click);\n            // \n            // 手动输入补丁信息ToolStripMenuItem\n            // \n            this.手动输入补丁信息ToolStripMenuItem.Name = \"手动输入补丁信息ToolStripMenuItem\";\n            this.手动输入补丁信息ToolStripMenuItem.Size = new System.Drawing.Size(196, 22);\n            this.手动输入补丁信息ToolStripMenuItem.Text = \"手动输入补丁信息\";\n            this.手动输入补丁信息ToolStripMenuItem.Visible = false;\n            this.手动输入补丁信息ToolStripMenuItem.Click += new System.EventHandler(this.手动输入补丁信息ToolStripMenuItem_Click);\n            // \n            // 通用微信多开工具ToolStripMenuItem\n            // \n            this.通用微信多开工具ToolStripMenuItem.Name = \"通用微信多开工具ToolStripMenuItem\";\n            this.通用微信多开工具ToolStripMenuItem.Size = new System.Drawing.Size(196, 22);\n            this.通用微信多开工具ToolStripMenuItem.Text = \"通用微信多开工具\";\n            this.通用微信多开工具ToolStripMenuItem.Click += new System.EventHandler(this.通用微信多开工具ToolStripMenuItem_Click);\n            // \n            // 帮助ToolStripMenuItem\n            // \n            this.帮助ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\n            this.支持版本ToolStripMenuItem,\n            this.常见问题ToolStripMenuItem,\n            this.防撤回原理ToolStripMenuItem,\n            this.完整文档ToolStripMenuItem});\n            this.帮助ToolStripMenuItem.Name = \"帮助ToolStripMenuItem\";\n            this.帮助ToolStripMenuItem.Size = new System.Drawing.Size(44, 22);\n            this.帮助ToolStripMenuItem.Text = \"帮助\";\n            // \n            // 支持版本ToolStripMenuItem\n            // \n            this.支持版本ToolStripMenuItem.Name = \"支持版本ToolStripMenuItem\";\n            this.支持版本ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);\n            this.支持版本ToolStripMenuItem.Text = \"支持版本\";\n            this.支持版本ToolStripMenuItem.Click += new System.EventHandler(this.支持版本ToolStripMenuItem_Click);\n            // \n            // 常见问题ToolStripMenuItem\n            // \n            this.常见问题ToolStripMenuItem.Name = \"常见问题ToolStripMenuItem\";\n            this.常见问题ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);\n            this.常见问题ToolStripMenuItem.Text = \"常见问题\";\n            this.常见问题ToolStripMenuItem.Click += new System.EventHandler(this.常见问题ToolStripMenuItem_Click);\n            // \n            // 防撤回原理ToolStripMenuItem\n            // \n            this.防撤回原理ToolStripMenuItem.Name = \"防撤回原理ToolStripMenuItem\";\n            this.防撤回原理ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);\n            this.防撤回原理ToolStripMenuItem.Text = \"防撤回原理\";\n            this.防撤回原理ToolStripMenuItem.Click += new System.EventHandler(this.防撤回原理ToolStripMenuItem_Click);\n            // \n            // 完整文档ToolStripMenuItem\n            // \n            this.完整文档ToolStripMenuItem.Name = \"完整文档ToolStripMenuItem\";\n            this.完整文档ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);\n            this.完整文档ToolStripMenuItem.Text = \"完整文档\";\n            this.完整文档ToolStripMenuItem.Click += new System.EventHandler(this.完整文档ToolStripMenuItem_Click);\n            // \n            // 关于ToolStripMenuItem\n            // \n            this.关于ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\n            this.作者ToolStripMenuItem,\n            this.主页ToolStripMenuItem});\n            this.关于ToolStripMenuItem.Name = \"关于ToolStripMenuItem\";\n            this.关于ToolStripMenuItem.Size = new System.Drawing.Size(44, 22);\n            this.关于ToolStripMenuItem.Text = \"关于\";\n            // \n            // 作者ToolStripMenuItem\n            // \n            this.作者ToolStripMenuItem.Name = \"作者ToolStripMenuItem\";\n            this.作者ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);\n            this.作者ToolStripMenuItem.Text = \"关于\";\n            this.作者ToolStripMenuItem.Click += new System.EventHandler(this.关于ToolStripMenuItem_Click);\n            // \n            // 主页ToolStripMenuItem\n            // \n            this.主页ToolStripMenuItem.Name = \"主页ToolStripMenuItem\";\n            this.主页ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);\n            this.主页ToolStripMenuItem.Text = \"软件主页\";\n            this.主页ToolStripMenuItem.Click += new System.EventHandler(this.主页ToolStripMenuItem_Click);\n            // \n            // lblCategory\n            // \n            this.lblCategory.AutoSize = true;\n            this.lblCategory.Location = new System.Drawing.Point(14, 89);\n            this.lblCategory.Name = \"lblCategory\";\n            this.lblCategory.Size = new System.Drawing.Size(65, 12);\n            this.lblCategory.TabIndex = 20;\n            this.lblCategory.Text = \"可选功能：\";\n            // \n            // panelCategories\n            // \n            this.panelCategories.AutoSize = true;\n            this.panelCategories.Location = new System.Drawing.Point(83, 85);\n            this.panelCategories.Name = \"panelCategories\";\n            this.panelCategories.Size = new System.Drawing.Size(393, 18);\n            this.panelCategories.TabIndex = 22;\n            // \n            // panelNotice\n            // \n            this.panelNotice.BackColor = System.Drawing.SystemColors.Info;\n            this.panelNotice.Controls.Add(this.labelNotice);\n            this.panelNotice.Location = new System.Drawing.Point(16, 173);\n            this.panelNotice.Margin = new System.Windows.Forms.Padding(2);\n            this.panelNotice.Name = \"panelNotice\";\n            this.panelNotice.Size = new System.Drawing.Size(460, 0);\n            this.panelNotice.TabIndex = 23;\n            // \n            // labelNotice\n            // \n            this.labelNotice.BackColor = System.Drawing.Color.Transparent;\n            this.labelNotice.ForeColor = System.Drawing.SystemColors.MenuHighlight;\n            this.labelNotice.Location = new System.Drawing.Point(11, 7);\n            this.labelNotice.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);\n            this.labelNotice.Name = \"labelNotice\";\n            this.labelNotice.Size = new System.Drawing.Size(441, 0);\n            this.labelNotice.TabIndex = 0;\n            this.labelNotice.Text = \"测试测试测试测试\";\n            // \n            // rbtQQNT\n            // \n            this.rbtQQNT.AutoSize = true;\n            this.rbtQQNT.Location = new System.Drawing.Point(208, 36);\n            this.rbtQQNT.Name = \"rbtQQNT\";\n            this.rbtQQNT.Size = new System.Drawing.Size(47, 16);\n            this.rbtQQNT.TabIndex = 24;\n            this.rbtQQNT.Text = \"QQNT\";\n            this.rbtQQNT.UseVisualStyleBackColor = true;\n            this.rbtQQNT.CheckedChanged += new System.EventHandler(this.radioButtons_CheckedChanged);\n            // \n            // rbtWeixin\n            // \n            this.rbtWeixin.AutoSize = true;\n            this.rbtWeixin.Location = new System.Drawing.Point(137, 36);\n            this.rbtWeixin.Name = \"rbtWeixin\";\n            this.rbtWeixin.Size = new System.Drawing.Size(65, 16);\n            this.rbtWeixin.TabIndex = 25;\n            this.rbtWeixin.Text = \"微信4.0\";\n            this.rbtWeixin.UseVisualStyleBackColor = true;\n            this.rbtWeixin.CheckedChanged += new System.EventHandler(this.radioButtons_CheckedChanged);\n            // \n            // FormMain\n            // \n            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\n            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\n            this.ClientSize = new System.Drawing.Size(490, 169);\n            this.Controls.Add(this.rbtQQNT);\n            this.Controls.Add(this.panelNotice);\n            this.Controls.Add(this.panelCategories);\n            this.Controls.Add(this.lblCategory);\n            this.Controls.Add(this.rbtQQLite);\n            this.Controls.Add(this.lblUpdatePachJson);\n            this.Controls.Add(this.lblVersion);\n            this.Controls.Add(this.lblVersionTag);\n            this.Controls.Add(this.label5);\n            this.Controls.Add(this.txtPath);\n            this.Controls.Add(this.rbtTIM);\n            this.Controls.Add(this.lblPathTag);\n            this.Controls.Add(this.rbtQQ);\n            this.Controls.Add(this.btnRestore);\n            this.Controls.Add(this.rbtWechat);\n            this.Controls.Add(this.btnPatch);\n            this.Controls.Add(this.btnChoosePath);\n            this.Controls.Add(this.linkLabel1);\n            this.Controls.Add(this.label1);\n            this.Controls.Add(this.menuStrip1);\n            this.Controls.Add(this.rbtWeixin);\n            this.Icon = ((System.Drawing.Icon)(resources.GetObject(\"$this.Icon\")));\n            this.MainMenuStrip = this.menuStrip1;\n            this.MinimumSize = new System.Drawing.Size(504, 144);\n            this.Name = \"FormMain\";\n            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\n            this.Text = \"微信/QQ/TIM防撤回补丁\";\n            this.Load += new System.EventHandler(this.FormMain_Load);\n            this.menuStrip1.ResumeLayout(false);\n            this.menuStrip1.PerformLayout();\n            this.panelNotice.ResumeLayout(false);\n            this.ResumeLayout(false);\n            this.PerformLayout();\n\n        }\n\n        #endregion\n        private System.Windows.Forms.Label lblPathTag;\n        private System.Windows.Forms.Button btnPatch;\n        private System.Windows.Forms.TextBox txtPath;\n        private System.Windows.Forms.Button btnChoosePath;\n        private System.Windows.Forms.Label label1;\n        private System.Windows.Forms.LinkLabel linkLabel1;\n        private System.Windows.Forms.Button btnRestore;\n        private System.Windows.Forms.Label lblUpdatePachJson;\n        private System.Windows.Forms.Label lblVersion;\n        private System.Windows.Forms.Label lblVersionTag;\n        private System.Windows.Forms.RadioButton rbtWechat;\n        private System.Windows.Forms.RadioButton rbtQQ;\n        private System.Windows.Forms.RadioButton rbtTIM;\n        private System.Windows.Forms.Label label5;\n        private System.Windows.Forms.RadioButton rbtQQLite;\n        private System.Windows.Forms.MenuStrip menuStrip1;\n        private System.Windows.Forms.ToolStripMenuItem 高级ToolStripMenuItem;\n        private System.Windows.Forms.ToolStripMenuItem 关于ToolStripMenuItem;\n        private System.Windows.Forms.ToolStripMenuItem 作者ToolStripMenuItem;\n        private System.Windows.Forms.ToolStripMenuItem 主页ToolStripMenuItem;\n        private System.Windows.Forms.ToolStripMenuItem 帮助ToolStripMenuItem;\n        private System.Windows.Forms.ToolStripMenuItem 支持版本ToolStripMenuItem;\n        private System.Windows.Forms.ToolStripMenuItem 常见问题ToolStripMenuItem;\n        private System.Windows.Forms.ToolStripMenuItem 防撤回原理ToolStripMenuItem;\n        private System.Windows.Forms.ToolStripMenuItem 完整文档ToolStripMenuItem;\n        private System.Windows.Forms.ToolStripMenuItem 手动输入补丁信息ToolStripMenuItem;\n        private System.Windows.Forms.ToolStripMenuItem 特征码防撤回强制ToolStripMenuItem;\n        private System.Windows.Forms.ToolStripMenuItem 通用微信多开工具ToolStripMenuItem;\n        private System.Windows.Forms.Label lblCategory;\n        private System.Windows.Forms.FlowLayoutPanel panelCategories;\n        private System.Windows.Forms.ToolTip toolTip1;\n        private System.Windows.Forms.Panel panelNotice;\n        private System.Windows.Forms.Label labelNotice;\n        private System.Windows.Forms.RadioButton rbtQQNT;\n        private System.Windows.Forms.RadioButton rbtWeixin;\n    }\n}\n\n"
  },
  {
    "path": "RevokeMsgPatcher/FormMain.cs",
    "content": "﻿using RevokeMsgPatcher.Forms;\nusing RevokeMsgPatcher.Model;\nusing RevokeMsgPatcher.Modifier;\nusing RevokeMsgPatcher.Utils;\nusing System;\nusing System.Collections.Generic;\nusing System.Diagnostics;\nusing System.Drawing;\nusing System.IO;\nusing System.Text;\nusing System.Web.Script.Serialization;\nusing System.Windows.Forms;\n\nnamespace RevokeMsgPatcher\n{\n    public partial class FormMain : Form\n    {\n        // 当前使用的修改者\n        private AppModifier modifier = null;\n\n        private WechatModifier wechatModifier = null;\n        private WeixinModifier weixinModifier = null;\n        private QQModifier qqModifier = null;\n        private TIMModifier timModifier = null;\n        private QQLiteModifier qqLiteModifier = null;\n        private QQNTModifier qqntModifier = null;\n\n        private string thisVersion;\n        private bool needUpdate = false;\n        private string getPatchJsonStatus = \"GETTING\"; // GETTING FAIL SUCCESS\n\n        private readonly GAHelper ga = GAHelper.Instance; // Google Analytics 记录\n\n        Bag bag = null;\n\n        FormLiteLoaderQQNT formLiteLoader = null;\n\n        public void InitModifier()\n        {\n            // 从配置文件中读取配置\n            JavaScriptSerializer serializer = new JavaScriptSerializer();\n            bag = serializer.Deserialize<Bag>(Properties.Resources.PatchJson);\n\n            // 初始化每个应用对应的修改者\n            wechatModifier = new WechatModifier(bag.Apps[\"Wechat\"]);\n            weixinModifier = new WeixinModifier(bag.Apps[\"Weixin\"]);\n            qqModifier = new QQModifier(bag.Apps[\"QQ\"]);\n            timModifier = new TIMModifier(bag.Apps[\"TIM\"]);\n            qqLiteModifier = new QQLiteModifier(bag.Apps[\"QQLite\"]);\n            qqntModifier = new QQNTModifier(bag.Apps[\"QQNT\"]);\n\n            rbtWechat.Tag = wechatModifier;\n            rbtWeixin.Tag = weixinModifier;\n            rbtQQ.Tag = qqModifier;\n            rbtTIM.Tag = timModifier;\n            rbtQQLite.Tag = qqLiteModifier;\n            rbtQQNT.Tag = qqntModifier;\n\n            // 默认微信\n            rbtWechat.Enabled = true;\n            modifier = wechatModifier;\n        }\n\n        public FormMain()\n        {\n            InitializeComponent();\n\n            // 标题加上版本号\n            string currentVersion = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString();\n            if (currentVersion.Length > 3)\n            {\n                thisVersion = currentVersion.Substring(0, 3);\n                currentVersion = \" v\" + thisVersion;\n            }\n\n            this.Text += currentVersion;\n\n            InitModifier();\n            InitControls();\n\n            ga.RequestPageView($\"/main/{thisVersion}\", $\"进入{thisVersion}版本主界面\");\n        }\n\n        private void InitControls()\n        {\n            // 自动获取应用安装路径\n            txtPath.Text = modifier.FindInstallPath();\n            // 显示是否能够备份还原、版本和功能\n            //InitEditorsAndUI(txtPath.Text);\n        }\n\n        private void InitEditorsAndUI(string path)\n        {\n            if (!string.IsNullOrEmpty(path))\n            {\n                EnableAllButton(false);\n\n                // 清空界面元素\n                lblVersion.Text = \"\";\n                panelCategories.Controls.Clear();\n\n                // 重新计算并修改界面元素\n                bool hasEditors = modifier.InitEditors(path);\n                if (!hasEditors)\n                {\n                    btnPatch.Enabled = false;\n                    return;\n                }\n\n                modifier.SetVersionLabelAndCategoryCategories(lblVersion, panelCategories);\n\n                EnableAllButton(true);\n\n                // 重新显示备份状态\n                btnRestore.Enabled = false;\n                btnRestore.Enabled = modifier.BackupExists();\n\n                List<string> categories = UIController.GetCategoriesFromPanel(panelCategories);\n                if (categories != null && categories.Count == 0)\n                {\n                    btnPatch.Enabled = false;\n                }\n            }\n        }\n\n        private void btnPatch_Click(object sender, EventArgs e)\n        {\n            if (!modifier.IsAllFilesExist(txtPath.Text))\n            {\n                MessageBox.Show(\"请选择正确的安装路径!\");\n                return;\n            }\n\n            // 记录点了什么应用的防撤回\n            string enName = GetCheckedRadioButtonNameEn(); // 应用英文名\n            string version = modifier.GetVersion(); // 应用版本\n            ga.RequestPageView($\"{enName}/{version}/patch\", \"点击防撤回\");\n\n            //if (getPatchJsonStatus != \"SUCCESS\")\n            //{\n            //    if (MessageBox.Show(\"当前程序未获取到最新补丁信息(或者正在获取中，如果成功请无视本提示)，可能会出现补丁安装失败的情况，你可以通过以下方法重试:\" + Environment.NewLine\n            //        + \"1. 重新启动本程序，重新获取最新补丁信息\" + Environment.NewLine\n            //        + \"2. 如果每次都是[获取最新补丁信息失败]，请检查自身网络是否有问题，或者等一段时间后重试\" + Environment.NewLine\n            //        + \"点击 \\\"确定\\\" 继续安装补丁。\",\n            //        \"提示\", MessageBoxButtons.OKCancel) != DialogResult.OK)\n            //    {\n            //        return;\n            //    }\n            //}\n\n            EnableAllButton(false);\n            // a.重新初始化编辑器\n            bool hasEditors = modifier.InitEditors(txtPath.Text);\n            if (!hasEditors)\n            {\n                btnPatch.Enabled = false;\n                return;\n            }\n\n            // b.获取选择的功能 （精准匹配返回null） // TODO 此处逻辑可以优化 不可完全信任UI信息\n            List<string> categories = UIController.GetCategoriesFromPanel(panelCategories);\n\n            // DealiAxy: 修复一个空指针异常的逻辑错误\n            if (categories != null)\n            {\n                if (categories.Count == 0)\n                {\n                    MessageBox.Show(\"请至少选择一项功能\");\n                    EnableAllButton(true);\n                    btnRestore.Enabled = modifier.BackupExists();\n                    return;\n                }\n\n                // 20220806 偷懒的特殊逻辑，用于提示用户选择对防撤回功能进行二选一\n                if (categories.Contains(\"防撤回(老)\") && categories.Contains(\"防撤回带提示(新)\"))\n                {\n                    DialogResult result = MessageBox.Show(@\"防撤回(老) 和 防撤回带提示(新) 两个功能二选一即可！\n\n1. 防撤回(老) 没有提示，新版本会出现撤回自己消息不断转圈的情况(实际撤回成功)；\n\n2. 防撤回带提示(新) 有撤回提示 但是存在以下问题：\n    a. 如果正在和对方聊天时，对方撤回了消息，那撤回提示依然不会显示，只有在左侧预览窗有显示撤回，需要切换到和别人的聊天窗再切回来才能看到撤回提示，如果是把聊天拉出单独窗口，一直不会有撤回提示。\n    b. 视频/图片消息撤回后会被删除，无法查看\n    c. 部分历史消息无法防撤回；\n\n点击确定继续，点击取消重新选择！\", \"功能选择提示\", MessageBoxButtons.YesNo, MessageBoxIcon.Warning);\n                    if (result != DialogResult.Yes)\n                    {\n                        EnableAllButton(true);\n                        btnRestore.Enabled = modifier.BackupExists();\n                        return;\n                    }\n                }\n            }\n\n            // c.计算SHA1，验证文件完整性，寻找对应的补丁信息（精确版本、通用特征码两种补丁信息）\n            try\n            {\n                modifier.ValidateAndFindModifyInfo(categories);\n            }\n            catch (BusinessException ex)\n            {\n                ga.RequestPageView($\"{enName}/{version}/patch/sha1/ex/{ex.ErrorCode}\", ex.Message);\n                MessageBox.Show(ex.Message);\n                EnableAllButton(true);\n                btnRestore.Enabled = modifier.BackupExists();\n                return;\n            }\n            catch (IOException ex)\n            {\n                ga.RequestPageView($\"{enName}/{version}/patch/sha1/ex/{ex.HResult.ToString(\"x4\")}\", ex.Message);\n                MessageBox.Show(ex.Message + \" 请以管理员权限启动本程序，并确认当前应用（微信/QQ/TIM）处于关闭状态。\");\n                EnableAllButton(true);\n                btnRestore.Enabled = modifier.BackupExists();\n                return;\n            }\n            catch (Exception ex)\n            {\n                ga.RequestPageView($\"{enName}/{version}/patch/sha1/ex/{ex.HResult.ToString(\"x4\")}\", ex.Message);\n                MessageBox.Show(ex.Message);\n                EnableAllButton(true);\n                btnRestore.Enabled = modifier.BackupExists();\n                return;\n            }\n\n            // d.打补丁\n            try\n            {\n                modifier.Patch();\n                ga.RequestPageView($\"{enName}/{version}/patch/succ\", \"补丁安装成功\");\n                MessageBox.Show(\"补丁安装成功！\", \"提示\", MessageBoxButtons.OK, MessageBoxIcon.Information);\n            }\n            catch (BusinessException ex)\n            {\n                Console.WriteLine(ex.Message);\n                ga.RequestPageView($\"{enName}/{version}/patch/ex/{ex.ErrorCode}\", ex.Message);\n                MessageBox.Show(ex.Message);\n            }\n            catch (Exception ex)\n            {\n                Console.WriteLine(ex.Message);\n                ga.RequestPageView($\"{enName}/{version}/patch/ex/{ex.HResult.ToString(\"x4\")}\", ex.Message);\n                MessageBox.Show(ex.Message + \" 请以管理员权限启动本程序，并确认当前应用（微信/QQ/TIM）处于关闭状态。\");\n            }\n            finally\n            {\n                InitEditorsAndUI(txtPath.Text);\n            }\n        }\n\n        private void txtPath_TextChanged(object sender, EventArgs e)\n        {\n            if (modifier.IsAllFilesExist(txtPath.Text))\n            {\n                InitEditorsAndUI(txtPath.Text);\n            }\n            else\n            {\n                UIController.AddMsgToPanel(panelCategories, \"请输入正确的应用路径\");\n                lblVersion.Text = \"\";\n                btnPatch.Enabled = false;\n                btnRestore.Enabled = false;\n            }\n        }\n\n        private void btnChoosePath_Click(object sender, EventArgs e)\n        {\n            FolderBrowserDialog dialog = new FolderBrowserDialog();\n            dialog.Description = \"请选择安装路径\";\n            if (dialog.ShowDialog() == DialogResult.OK)\n            {\n                if (string.IsNullOrEmpty(dialog.SelectedPath) || !modifier.IsAllFilesExist(dialog.SelectedPath))\n                {\n                    MessageBox.Show(\"无法找到此应用的关键文件，请选择正确的安装路径!\");\n                }\n                else\n                {\n                    txtPath.Text = dialog.SelectedPath;\n                    // 显示是否能够备份还原、版本和功能\n                    InitEditorsAndUI(txtPath.Text);\n                }\n            }\n        }\n\n        private void btnRestore_Click(object sender, EventArgs e)\n        {\n            EnableAllButton(false);\n            try\n            {\n                bool succ;\n                if (rbtQQNT.Checked)\n                {\n                    succ = qqntModifier.Restore();\n                }\n                else\n                {\n                    succ = modifier.Restore();\n                }\n\n                if (succ)\n                {\n                    MessageBox.Show(\"还原成功！\");\n                }\n            }\n            catch (Exception ex)\n            {\n                Console.WriteLine(ex.Message);\n                MessageBox.Show(ex.Message);\n            }\n\n            EnableAllButton(true);\n            // 重新计算显示是否能够备份还原、版本和功能\n            InitEditorsAndUI(txtPath.Text);\n        }\n\n        private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)\n        {\n            Process.Start(\"https://github.com/huiyadanli/RevokeMsgPatcher\");\n        }\n\n        private async void FormMain_Load(object sender, EventArgs e)\n        {\n            InitNoticeControls(bag);\n            // 异步获取最新的补丁信息\n            string json = await HttpUtil.GetPatchJsonAsync();\n            //string json = null; // local test\n            if (string.IsNullOrEmpty(json))\n            {\n                lblUpdatePachJson.Text = \"[ 获取最新补丁信息失败 ]\";\n                ga.RequestPageView($\"/main/json/fail\", $\"获取最新补丁信息失败\");\n                getPatchJsonStatus = \"FAIL\";\n            }\n            else\n            {\n                try\n                {\n                    JavaScriptSerializer serializer = new JavaScriptSerializer();\n                    Bag newBag = serializer.Deserialize<Bag>(json);\n\n                    if (Convert.ToDecimal(newBag.LatestVersion) > Convert.ToDecimal(thisVersion))\n                    {\n                        needUpdate = true;\n                        lblUpdatePachJson.Text = $\"[ 存在最新版本 {newBag.LatestVersion} ]\";\n                        lblUpdatePachJson.ForeColor = Color.Red;\n                    }\n                    else if (bag.PatchVersion == 0 || newBag.PatchVersion > bag.PatchVersion)\n                    {\n                        needUpdate = false;\n                        lblUpdatePachJson.Text = \"[ 获取成功，点击查看更多信息 ]\";\n                        lblUpdatePachJson.ForeColor = Color.RoyalBlue;\n\n                        wechatModifier.Config = newBag.Apps[\"Wechat\"];\n                        weixinModifier.Config = newBag.Apps[\"Weixin\"];\n                        qqModifier.Config = newBag.Apps[\"QQ\"];\n                        timModifier.Config = newBag.Apps[\"TIM\"];\n                        qqLiteModifier.Config = newBag.Apps[\"QQLite\"];\n\n                        getPatchJsonStatus = \"SUCCESS\";\n                        bag = newBag;\n                        InitControls();\n                        InitNoticeControls(newBag);\n                        InitEditorsAndUI(txtPath.Text);\n                    }\n                    else if (newBag.PatchVersion <= bag.PatchVersion)\n                    {\n                        needUpdate = false;\n                        lblUpdatePachJson.Text = \"[ 软件内置补丁信息已经是最新 ]\";\n                        lblUpdatePachJson.ForeColor = Color.RoyalBlue;\n                    }\n                }\n                catch (Exception ex)\n                {\n                    Console.WriteLine(ex.Message);\n                    lblUpdatePachJson.Text = \"[ 更换新配置时异常 ]\";\n                    ga.RequestPageView($\"/main/json/exception\", $\"更换新配置时异常\");\n                    getPatchJsonStatus = \"FAIL\";\n                }\n            }\n        }\n\n        private void lblUpdatePachJson_Click(object sender, EventArgs e)\n        {\n            string tips = \"\";\n            if (needUpdate)\n            {\n                tips += \"【当前存在最新版本，点击确定进入软件主页下载最新版本。】\" + Environment.NewLine + Environment.NewLine;\n            }\n\n            tips += \"支持以下版本\" + Environment.NewLine;\n            tips += \" ➯ 微信：\" + wechatModifier.Config.GetSupportVersionStr() + Environment.NewLine;\n            tips += \" ➯ 微信4.0：\" + weixinModifier.Config.GetSupportVersionStr() + Environment.NewLine;\n            tips += \" ➯ QQNT：\" + qqntModifier.Config.GetSupportVersionStr() + Environment.NewLine;\n            tips += \" ➯ QQ：\" + qqModifier.Config.GetSupportVersionStr() + Environment.NewLine;\n            tips += \" ➯ QQ轻聊版：\" + qqLiteModifier.Config.GetSupportVersionStr() + Environment.NewLine;\n            tips += \" ➯ TIM：\" + timModifier.Config.GetSupportVersionStr() + Environment.NewLine;\n\n            DialogResult dr = MessageBox.Show(tips, \"当前支持防撤回的版本\", MessageBoxButtons.OKCancel);\n            if (dr == DialogResult.OK && needUpdate)\n            {\n                Process.Start(\"https://github.com/huiyadanli/RevokeMsgPatcher/releases\");\n            }\n        }\n\n        private void radioButtons_CheckedChanged(object sender, EventArgs e)\n        {\n            RadioButton radioButton = sender as RadioButton;\n            if (!radioButton.Checked)\n            {\n                return;\n            }\n\n            EnableAllButton(false);\n\n            // 切换使用不同的防撤回对象\n            if (rbtWechat.Checked)\n            {\n                modifier = (WechatModifier)rbtWechat.Tag;\n            }\n            else if (rbtWeixin.Checked)\n            {\n                modifier = (WeixinModifier)rbtWeixin.Tag;\n            }\n            else if (rbtQQ.Checked)\n            {\n                modifier = (QQModifier)rbtQQ.Tag;\n            }\n            else if (rbtTIM.Checked)\n            {\n                modifier = (TIMModifier)rbtTIM.Tag;\n            }\n            else if (rbtQQLite.Checked)\n            {\n                modifier = (QQLiteModifier)rbtQQLite.Tag;\n            }\n            else if (rbtQQNT.Checked)\n            {\n                modifier = (QQNTModifier)rbtQQNT.Tag;\n                // ShowOrFocusFormLiteLoaderQQNT();\n            }\n\n            EnableAllButton(true);\n            // 触发了 txtPath_TextChanged 方法 已经调用了 InitEditorsAndUI(txtPath.Text);\n            // 也就是说 重新计算显示是否能够备份还原、版本和功能\n            txtPath.Text = modifier.FindInstallPath();\n\n            ga.RequestPageView($\"{GetCheckedRadioButtonNameEn()}/{lblVersion.Text}/switch\", \"切换标签页\");\n        }\n\n        private void ShowOrFocusFormLiteLoaderQQNT()\n        {\n            if (formLiteLoader == null || formLiteLoader.IsDisposed)\n            {\n                formLiteLoader = new FormLiteLoaderQQNT();\n                formLiteLoader.Show();\n            }\n            else\n            {\n                if (formLiteLoader.WindowState == FormWindowState.Minimized)\n                {\n                    formLiteLoader.WindowState = FormWindowState.Normal;\n                }\n                formLiteLoader.BringToFront();\n                formLiteLoader.Focus();\n            }\n        }\n\n        private string GetCheckedRadioButtonNameEn()\n        {\n            if (rbtWechat.Checked)\n            {\n                return \"wechat\";\n            }\n            else if (rbtQQ.Checked)\n            {\n                return \"qq\";\n            }\n            else if (rbtTIM.Checked)\n            {\n                return \"tim\";\n            }\n            else if (rbtQQLite.Checked)\n            {\n                return \"qqlite\";\n            }\n            else if (rbtQQNT.Checked)\n            {\n                return \"qqnt\";\n            }\n\n            return \"none\";\n        }\n\n        private void EnableAllButton(bool state)\n        {\n            foreach (Control c in this.Controls)\n            {\n                if (c is Button)\n                {\n                    c.Enabled = state;\n                }\n            }\n        }\n\n        private void 关于ToolStripMenuItem_Click(object sender, EventArgs e)\n        {\n            MessageBox.Show(\"本程序仅供学习交流,严禁用于商业用途。\\n十六进制编辑器使用的修改数据集收集自网络。\\n作者：huiyadanli\", \"关于本软件\");\n        }\n\n        private void 主页ToolStripMenuItem_Click(object sender, EventArgs e)\n        {\n            Process.Start(\"https://github.com/huiyadanli/RevokeMsgPatcher\");\n        }\n\n        private void 支持版本ToolStripMenuItem_Click(object sender, EventArgs e)\n        {\n            Process.Start(\"https://github.com/huiyadanli/RevokeMsgPatcher/wiki/%E7%89%88%E6%9C%AC%E6%94%AF%E6%8C%81\");\n        }\n\n        private void 常见问题ToolStripMenuItem_Click(object sender, EventArgs e)\n        {\n            Process.Start(\"https://github.com/huiyadanli/RevokeMsgPatcher/wiki#%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98\");\n        }\n\n        private void 防撤回原理ToolStripMenuItem_Click(object sender, EventArgs e)\n        {\n            Process.Start(\"https://github.com/huiyadanli/RevokeMsgPatcher/wiki#%E5%8E%9F%E7%90%86\");\n        }\n\n        private void 完整文档ToolStripMenuItem_Click(object sender, EventArgs e)\n        {\n            Process.Start(\"https://github.com/huiyadanli/RevokeMsgPatcher/wiki\");\n        }\n\n        private void 特征码防撤回强制ToolStripMenuItem_Click(object sender, EventArgs e)\n        {\n            MessageBox.Show(\"作者正在考虑是否要加上这个功能\", \"强制使用特征码防撤回\");\n        }\n\n        private void 手动输入补丁信息ToolStripMenuItem_Click(object sender, EventArgs e)\n        {\n            MessageBox.Show(\"作者正在考虑是否要加上这个功能，该功能可能有安全风险，暂时不加入\", \"手动输入补丁信息\");\n        }\n\n        private void 通用微信多开工具ToolStripMenuItem_Click(object sender, EventArgs e)\n        {\n            string path = Path.Combine(Application.StartupPath, \"RevokeMsgPatcher.MultiInstance.exe\");\n            if (File.Exists(path))\n            {\n                Process p = new Process();\n                p.StartInfo.FileName = path;\n                p.Start();\n            }\n            else\n            {\n                DialogResult dr = MessageBox.Show($\"未在同级目录下找到“微信通用多开工具”，位置：{path}，点击“确定”访问微信通用多开工具的主页，你可以在主页上下载到这个工具。\",\n                    \"未找到程序\", MessageBoxButtons.OKCancel);\n                if (dr == DialogResult.OK)\n                {\n                    Process.Start(\n                        \"https://github.com/huiyadanli/RevokeMsgPatcher/tree/master/RevokeMsgPatcher.MultiInstance\");\n                }\n            }\n        }\n\n        private void InitNoticeControls(Bag b)\n        {\n            labelNotice.Cursor = Cursors.Default;\n            panelNotice.Visible = false;\n            labelNotice.Visible = false;\n            if (b != null && !string.IsNullOrEmpty(b.Notice))\n            {\n                labelNotice.Text = b.Notice;\n                // 一行26个中文字 // TODO 这种计算方式并不精确，而且高dpi缩放问题会导致很多问题\n                int lineNum = (int)Math.Ceiling(Encoding.Default.GetByteCount(b.Notice) / 2 * 1.0 / 26);\n                lineNum = lineNum < 1 ? 1 : lineNum;\n                int height = lineNum * 26;\n                labelNotice.Size = new Size(labelNotice.Size.Width, labelNotice.Size.Height + height);\n                panelNotice.Size = new Size(panelNotice.Size.Width, panelNotice.Size.Height + height);\n                this.Size = new Size(this.Size.Width, this.Size.Height + panelNotice.Size.Height + 20);\n\n                if (!string.IsNullOrEmpty(b.NoticeUrl))\n                {\n                    labelNotice.Cursor = Cursors.Hand;\n                    this.labelNotice.MouseClick += new MouseEventHandler(this.labelNotice_MouseClick);\n                }\n\n                panelNotice.Visible = true;\n                labelNotice.Visible = true;\n            }\n        }\n\n        private void labelNotice_MouseClick(object sender, MouseEventArgs e)\n        {\n            if (bag.NoticeUrl != null && bag.NoticeUrl.ToLower().StartsWith(\"http\"))\n            {\n                Process.Start(bag.NoticeUrl);\n            }\n        }\n    }\n}"
  },
  {
    "path": "RevokeMsgPatcher/FormMain.resx",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <metadata name=\"menuStrip1.TrayLocation\" type=\"System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\">\n    <value>17, 17</value>\n  </metadata>\n  <metadata name=\"toolTip1.TrayLocation\" type=\"System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\">\n    <value>182, 17</value>\n  </metadata>\n  <assembly alias=\"System.Drawing\" name=\"System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\" />\n  <data name=\"$this.Icon\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n    <value>\n        AAABAAEAQEAAAAEAIAAoQgAAFgAAACgAAABAAAAAgAAAAAEAIAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FOAJPRTgOT0U4KE5EN1BPRTh2T0U4jU9FN5FPRTiRT0U4kU9F\n        OJFPRTiRT0Q4j09FN35PRTdcT0U4ME9FOBRPRTgET0U4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTcATkQ4Ek9FOEZORTiHT0U3yU9FN+VPRDf3T0Q3/09F\n        Nv9PRDb/T0Q1/09ENf9PRDX/T0Q1/09FNv9PRDf/T0Q3+09FN+tPRTfTTkU4m09FOFhPRTgcT0U4Ak9F\n        OAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FOAJPRTcqT0U4eE9FOM1ORDf1T0Q2/09E\n        Nv9ORTn/TkZD/05IVf9NSmP/TUxt/01Ndv9NTnr/TU13/01Mb/9NS2X/TklY/05HR/9ORTr/T0U2/09E\n        Nv9PRTf7T0U4209FOJVPRTg8T0Q4CE9FOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4Ak5FOCRPRTiNT0Q4409F\n        N/1PRDX/TkU8/01JVv9MTn//S1Ol/0pWvP9KWM7/SlnU/0pZ1/9KWtj/SlrZ/0pa2P9KWtf/SlnV/0pZ\n        0f9KV8L/S1Ss/0xQi/9NSl//TkZC/09ENv9PRDb/T0U48U9FOKtPRTg6T0U4BAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTcATkU3Ek5F\n        OHJPRTjfT0Q3/05FN/9OR0n/TE59/0tUrv9KWdD/SlrY/0pa2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa2P9KWtj/SlnU/0pWuv9MUIz/TUhV/05FOf9PRDb/T0Q3709F\n        OJdPRTgkT0U4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AABPRTgCT0U4Mk9FOLtPRDf7T0Q2/05HR/9MT4f/SlfC/0pZ1/9KWtj/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtj/SlnY/0pY\n        y/9MUZj/TUhV/05FN/9PRDf9T0U4105FN1RPRTgGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAABPRTgGTkU3XE9FN+FPRDf/TkU8/01Mc/9KVr3/SlnX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrY/0pYyv9MT4j/TkZF/05ENv9ORTfxTkU3h09FOA5PRTcAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTgIT0U4ek9FN/FPRTb/TkdM/0tSn/9KWdT/SlrY/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnX/0tVtf9NSl//TkU3/09F\n        N/tPRTelT0U4GE5ENwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTgKT0U4iU9FN/dORTj/TUpg/0pW\n        vP9KWdj/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtj/SljK/01NeP9ORTn/T0Q3/U9FOLdPRTgcT0U4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTgIT0U4hU9F\n        N/lPRTf/TkdJ/0pWv/9KWtn/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWdP/TE+L/05FO/9PRDf/T0U4s09FNxgAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AABPRTgCT0U4bE9FN/VPRTf/T0U3/05FOP9NTXP/SljO/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ1f9MT4z/TkU7/09E\n        N/1PRTihT0U3DgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAABPRTgAT0U4Rk9FN+1ORTb/TUtn/0xNe/9ORTn/TkU3/01Mcf9KWM3/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlnV/0xPiP9ORTj/T0U3+09FOHxPRTgEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4Ik9FONFPRTb/TUlX/0pXxP9KWdL/TE6A/05F\n        Of9ORTf/TUxv/0pYzf9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWdL/TUxz/05FN/9PRTftT0U4SE9FOAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATkU4Bk5FOJ1PRDf9TkZD/0tU\n        sP9KWtj/SlrX/0pZ0v9MToD/TkU5/05FN/9NTHD/SljN/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pXx/9NSVn/T0Q2/09F\n        OM1PRTgcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4AE9F\n        OEhPRTfzTkU4/0xQjP9KWdf/SlrX/0pa1/9KWtf/SlnS/0xOgP9ORTn/TkU3/01McP9KWM3/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtj/S1St/05GQP9PRTf9T0U4g09FOAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAE9FOA5PRTi9T0Q2/01JWv9KWM3/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWdL/TE6B/05F\n        OP9ORTf/TUxx/0pYzf9KWdf/SlrX/0pa1/9KWtf/SlrX/0pZ1P9KWcz/SlrW/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlnW/0pZzf9MTXv/TkQ2/09FN+VPRDgsT0U4AAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FOABORThYT0U4905FPP9LU6X/SlrY/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pZ0/9MToL/TkU5/05FN/9NTG//SljN/0pa1/9KWtf/SlrX/0pZ1P9LToL/TlOQ/0pa\n        1v9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pYzf9QUHH/Sla//05HTP9PRDf/T0U4k09F\n        OAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTgKT0U4vU9ENv9NSmT/SlnS/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnS/0xOgv9ORTj/TkU2/01Mb/9KWMz/SlrX/0pZ\n        0/9LToP/TkQ1/01Tlv9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ0v9NTXL/T0xh/0pa\n        1v9MT4n/TkU3/09FN+VPRTgmAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTgAT0U4PE9F\n        N/FORTr/S1Ol/0pZ2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWdP/TE+C/05F\n        Of9ORTf/TUxt/0pXyf9LTX//TkQ2/05ENP9NUpb/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrW/0pZ\n        0v9PUoX/T0U2/05Mav9KWtf/SlfC/05HSv9PRTf9T0U4eE9FOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAATkU3Ak9FOI1PRTf/TkhV/0pYzv9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pZ0v9MToL/TkU5/05FNv9NR0//TkQ1/09FNf9ORDT/TVKW/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pYzv9OUHr/T0U3/05ENf9MTXX/SlrX/0pZ1/9NTXX/T0Q2/05FOMVORTgOAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FNxRPRTfRTkQ2/0xOgP9KWtj/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnS/0xOgP9NRDb/TkQ1/09FNf9PRTX/TkQ0/01S\n        lv9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlnW/0tYw/9NSmH/TkU1/09FNf9ORDX/T1Wb/0pa1/9KWtj/S1Oq/05F\n        Ov9PRTfzT0U4OAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTg8T0U38U5FPP9LVLH/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ0v9MTHT/TkQ1/09F\n        Nf9PRTX/T0U1/05ENP9NU5b/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtb/SlnP/01SlP9PR0b/TkQ0/09FNf9PRTX/TkQ3/0xX\n        uf9KWtf/SlrX/0pYyv9OSE7/T0Q3/U9FOHpPRTcAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTgAT0U4eE5E\n        N/1OSFD/SljK/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ\n        0v9MTHP/TkQ1/09FNf9PRTX/T0U1/09FNf9ORDT/TVKV/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWc3/TFOc/09KVv9PRTb/T0U1/09F\n        Nf9PRTX/T0U1/09KUv9LWcz/SlrX/0pa1/9KWdf/TExz/09ENv9PRTixT0U4CAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAT0U4Bk9FOKVPRTb/TUxt/0pZ1v9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pZ0P9MS2//TkQ1/09FNf9PRTX/T0U1/09FNf9PRTX/TkQ0/09MZP9KWMv/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1v9KWdP/S1nO/0tUp/9UVof/iYaO/7u3\n        sv9ORDT/T0U1/2phVP/Mycb/YllL/05ENP9OTnP/SlrW/0pa1/9KWtf/SlrZ/0tQkP9ORTb/T0U41U9F\n        OBoAAAAAAAAAAAAAAAAAAAAAAAAAAE5FOBBPRTjFTkQ1/0xPhP9KWtn/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZz/9MS27/TkQ1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/05E\n        NP9PRTf/UU1g/0xRlP9LUpv/TFat/01Yuv9NWcH/TVnB/01Zvv9NV7L/S1Oh/0tRlv9PUon/Tkpb/09I\n        Sf9iWk7/zsvH/9jW0/+qpZ7/T0U1/8K/u//Kx8T/0c/M/1NKOv9ORDT/TVex/0pa1/9KWtf/SlrX/0pa\n        2P9LVLD/TkU8/09FN/FPRTg4AAAAAAAAAAAAAAAAAAAAAAAAAABPRTgkTkU35U5FN/9LU6H/SlrY/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pYz/9MS2r/TkQ1/09FNf9PRTX/T0U1/09F\n        Nf9PRTX/T0U1/09FNf9PRTX/T0Q0/05ENP9ORDT/TkQ1/09GOf9PRj7/T0dA/09HQP9PRz//T0Y7/05F\n        Nv9ORDT/TkQ0/05ENP9PRTX/mJKJ/6unoP+HgXb/zcrG/2ZeUP/Ewb3/nJeP/66qo/9waFz/T0pX/0pZ\n        zv9KWtf/SlrX/0pa1/9KWtf/SlfC/05GRP9PRTf5TkU4TgAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4Mk9F\n        N+9ORTv/S1W0/0pa2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pYzv9MSmf/TkQ1/09F\n        Nf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09F\n        Nf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/6Kdlf9waFv/T0U1/8TBvP9vZ1r/o56X/09F\n        Nf+gm5P/cmpf/0xSl/9KWtb/SlrX/0pa1/9KWtf/SlrX/0pYyv9OR0z/T0U3+09FOFgAAAAAAAAAAAAA\n        AAAAAAAAAAAAAE9FODpPRTfzTkU+/0tVuv9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pY\n        zf9MSmX/TkQ1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09F\n        Nf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf+QioD/jIZ8/09F\n        Nf/DwLv/YFdI/7y5s/9PRTX/sa2m/2FcZv9KWMr/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWM7/TkhT/09E\n        NvtPRThYAAAAAAAAAAAAAAAAAAAAAAAAAABPRTdCT0U39U5GQP9KVr7/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pYzP94eJT/XFNE/09FNf9+d2z/VEo7/09FNf9SSTn/f3ht/4mDeP9bUkP/T0U1/1NJ\n        Of+AeW7/gntw/09FNf9yal3/YFdJ/09FNf91bmH/XVRF/1ZNPv+HgHb/c2tf/3t0af9PRTX/Ukk5/4iB\n        d/9qYVT/WVBB/7Wxq/+uqaL/enJn/09FNf+inZX/qaWe/5yXkf9MU5z/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlnQ/01JV/9PRDb7T0U4WAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U3Qk9FN/VORkD/Sla+/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pYy/9UUWn/9PT0/6GclP9dU0X/+Pj4/4mDeP9PRTX/raih/9XT\n        0P+3s63/wL24/09FNf/LyMT/1NHO/8fEwP95cWX/trKt/4N8cf9PRTX/wb25/3lxZf+tqaL/zszI/9nX\n        1f/T0c7/T0U1/4uEev/d3Nr/nJaO/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/05ENP9OTGX/SlnT/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ0P9NSVf/T0Q2+09FOFgAAAAAAAAAAAAAAAAAAAAAAAAAAE9F\n        ODpPRTfzTkY+/0tWuv9KWtf/SlrX/0pa1/9KWtf/SlrX/0pYyf9MSVz/h4B2/8XCvv/PzMn/koyC/9LQ\n        zf/Bvrn/T0U1/+Xj4v+2sq3/qqWf/6mknf9kW03/5+bl/1BGNv9PRTX/T0U1/7ayrf+DfHH/T0U1/8G9\n        uf95cWX/rKeg/7ayrf+dmI//09HO/09FNf+Ykon/opyV/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09E\n        NP9PSUr/S1jD/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWM7/TkhT/09ENvtPRThYAAAAAAAA\n        AAAAAAAAAAAAAAAAAABPRTcyT0Q3705FO/9LVbT/SlrY/0pa1/9KWtf/SlrX/0pXyP9NSVv/TkQ1/8G+\n        uf+IgXf/ycbC/97c2/94cWX/6Ofm/1VMPP/f3dv/qaSd/5SOhf/x8fH/YFdJ/+rp6f9WTD3/T0U1/09F\n        Nf+2sq3/mZSL/09FNf/IxcD/eXFl/1hPQP+WkIf/wLy3/9PRzv9PRTX/mJKJ/6Kclf9PRTX/T0U1/09F\n        Nf9PRTX/T0U1/09FNf9ORTr/TFOg/0pa1v9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SljK/05H\n        TP9PRTf7T0U4WAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4JE9FOOdORDj/S1Kj/0pa2f9KWtf/SlrX/0pZ\n        z/9NSVj/TkQ1/1hOP//o5+b/U0o6/4uEev/r6un/UEY2/7y4s/+Ignf/hn90/+fl5P/b2db/sq2n/09F\n        Nf+uqqP/5uXk/9LQzf95cWX/trKt/+vq6f/Qzcr/7e3s/1xSRP9kXE7/5ePi/93b2f+rpp//W1JD/+De\n        3P/i4d//m5WN/09FNf9PRTX/T0U1/09FNf9ORTn/TlOX/0pZ1v9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pXw/9ORkT/T0U3+U9FOE4AAAAAAAAAAAAAAAAAAAAAAAAAAE9EOBBPRTjHTkQ1/0xP\n        hf9KWtn/SlrX/0pa1/9KWdP/TE5+/05FNv9SSDn/aF9S/09FNf9USjv/Zl1Q/09FNf9dVEX/XVRF/09F\n        Nf9fVkf/aWFT/09FNf9PRTX/T0U1/2deUf9uZln/UEY2/7ayrf+EfXL/bmZZ/1lQQf9PRTX/T0U1/15V\n        R/9uZln/UUc4/1JIOP+qpZ7/sq6o/2JZS/9PRTX/T0U1/09FNf9ORTj/T1ON/0pa1f9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa2P9LVbL/TkU9/09FN/NPRTg6AAAAAAAAAAAAAAAAAAAAAAAA\n        AABPRTgGT0U4pU9FNv9NTG7/SlrX/0pa1/9KWtf/SlrX/0pZ0/9LToL/TkU2/09FNf9PRTX/T0U1/09F\n        Nf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf+2sqz/g3xx/09F\n        Nf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/XVRF/2lgU/9PRTX/T0U1/09FNf9ORTr/T1SU/0pZ\n        1P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtn/TFGR/05FN/9PRTjXT0U4HAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAT0U4AE9FOHpPRDf9TkhS/0pYyv9KWtf/SlrX/0pa1/9KWtf/SlnV/0tP\n        hv9ORTf/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09F\n        Nf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/05E\n        NP9ORkH/TVSh/0pa1v9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnX/01N\n        dP9PRDb/T0U4tU9FOAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTg+TkQ3805FPf9LVbP/SlrY/0pa\n        1/9KWtf/SlrX/0pa1/9KWdT/S0+J/05FN/9PRTX/T0U1/09FNf9PRTX/xMG9/2JZS/9WTD3/2dfU/46H\n        fv+EfXL/gHlu/5+akv+Nh33/m5aN/4uFev9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09F\n        Nf9PRTX/T0U1/05ENP9QTF3/S1a3/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pYy/9OSFD/T0Q2/U9FOHxPRTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U3Fk9F\n        N9VPRDb/TE+E/0pa2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ1f9LT4v/TkU4/09FNf9PRTX/T0U1/9XT\n        0P9lXE7/T0U1/7i0r/9aUUL/i4V6/4qDef/g393/1NLP/6ijnP+UjoT/T0U1/09FNf9PRTX/T0U1/09F\n        Nf9PRTX/T0U1/09FNf9ORDT/TkQ0/05ENf9QSk7/S1e//0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa2P9LVK7/TkU7/09FN/VPRTg6AAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAE9FOAJPRTiRT0U2/05JVv9KWM7/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnV/0tQ\n        j/9ORTj/T0U1/09FNf/V09D/ZVxO/09FNf+4tK//WlFC/4uFev/Fwr7/p6Ka/7Svqf/V0s//lI6E/09F\n        Nf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9ORDX/TkdB/05MYf9PRjz/TkU2/01LZv9KWMn/SlrY/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWdf/TU13/09ENv9PRTjJT0U4EAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4QE9FN/NORTv/S1Oo/0pa2P9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWdX/S1CS/05FOP9TSjr/1tTR/2lhU/9QRjb/uLSv/1pRQv+LhXr/+Pj4/2Rb\n        Tf9xaV3/+vn6/5SOhP9PRTX/T0U1/05ENP9ORDT/TkU1/05ENv9PSlX/TVCF/0tXwv9KWdT/TE+J/05F\n        Ov9ORTb/TUto/0pXyf9KWtj/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlfE/05H\n        TP9PRTf9T0U4fE9FOAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FOAxPRTjBT0Q2/01L\n        Z/9KWdL/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ1f9LUZT/19bY/+Xk4//l5OP/fXZq/9jW\n        1P+Oh37/g3xy/7OvqP9PRTX/TkU1/7y4s/+LhXz/TkU4/05FOv9ORkL/T01o/01PgP9MV7b/SlnP/0pa\n        1/9KWtf/SlrX/0pZ1P9MUIv/TkU7/09FNv9NS2b/SlfK/0pa2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrY/0xQjf9ORTf/T0U3509FOCgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AABPRTgAT0U4Xk9FN/lORT3/S1Op/0pa2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnV/0tR\n        mP9ORTn/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/0xLZf9NUYv/TlSY/05Ysf9KV8H/SljH/0pZ\n        1P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnU/0xPiv9ORTr/TkQ2/01LaP9KV8n/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pXxf9OSE7/T0U3/09FOJtPRTgGAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FOBBPRTjBTkQ2/01JXf9KWc7/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWdb/S1Gb/05FO/9PRTX/T0U1/09FNf9PRTX/T0U1/05ENP9NUpf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWdX/TFCM/05F\n        PP9ORTb/TUpl/0pXyP9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ1/9MTn//TkU2/09FN+lPRTgwT0U4AAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTcAT0U4Tk9FN/VORTn/TFCR/0pa\n        2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ1v9KUp3/TkU7/09FNf9PRTX/T0U1/09F\n        Nf9ORDT/TVKW/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pZ1P9MUIv/TkU7/09FNv9NSmb/SlfH/0pa2P9KWtf/SlrX/0pa2P9LVbL/TkZC/09F\n        N/1PRDiJT0U4AgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE5F\n        OAhPRDihT0Q3/05GRf9LVbP/SlnY/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnW/0tS\n        oP9ORT3/T0U1/09FNf9PRTX/TkQ0/01Slv9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnV/0xPjP9ORTz/TkU2/01KZf9KV8j/SlrX/0pa\n        1/9KWMn/TUlb/05FNv9PRTjRT0U4HgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAT0U3Jk9FONdORDb/TUlb/0pXyP9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWdb/SlOj/05FPv9PRTX/T0U1/05ENP9NUpb/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWdT/TFCK/05F\n        O/9ORTb/TUpl/0pXyP9KWdT/TE15/05FN/9PRTfxT0U4UE9FOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FNwBPRTdOT0U3705FN/9NS2z/SljO/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ1v9KU6b/TkU+/05FNf9ORDT/TVKW/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pZ1f9MUI3/TkU7/05FNv9NS2b/TE+D/05FOv9PRTf7T0U4g09FOAQAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4BE9F\n        N3RPRTf3TkU3/01Ndf9KWM//SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnW/0pT\n        qP9ORkD/TkQ0/01Slv9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnV/0xQjf9ORj7/T0Q3/09FN/9PRTf9T0U4qU9F\n        OBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAABPRTgIT0U4jU9FN/tORTj/TUxy/0pYzP9KWtj/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWdb/SlSr/01FP/9NU5b/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWdH/TUtn/09F\n        Nv9PRTf/T0U3u09FOBxPRTcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FOA5PRTiVT0U3+U5FNv9NS2b/SlbA/0pZ\n        2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ1v9KU6f/TlOT/0pa1v9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        2P9KWM3/TE6A/05FPP9PRDf9T0U4v09FOCBPRTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4Ck9F\n        OINPRTf1TkU2/05IT/9LU6X/SlnW/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa2P9KVrr/TUpk/05EOP9PRDf9T0U3r09FNx5ORDcAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAABPRTgGT0U4ZE9FN+VPRDb/TkU+/0xNe/9KV8H/SlrY/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrY/0pYzf9MUJD/TkdI/05ENv9PRTfzT0U4kU9FOBJPRTcAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FNwJPRTc6T0U4w09EN/tPRDb/TkdK/0xQ\n        jf9KV8X/SlrY/0pa2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtj/SljO/0tSn/9OSVr/TkU4/09EN/9PRTjdT0U3XE9F\n        OAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4AE9F\n        NxRPRTd+T0U35U9FN/9ORDf/TkdO/0xOg/9KVbf/SlnR/0pa2f9KWtj/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtj/SlrZ/0pZ1f9KV8D/S1GU/01JWv9ORTn/T0Q2/09F\n        N/FPRTehT0U4Kk9FOAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAT0U4Ak9FOCxORTeVT0U36U9FN/9PRDb/TkY+/01KXf9MT4P/S1St/0pX\n        xP9KWM7/SlnV/0pZ2P9KWtj/SlnY/0pZ2P9KWtj/SlnW/0pZ0P9KV8f/S1W2/0xQjv9NS2j/TkZD/09E\n        N/9PRTf/T0U3809FN7NPRThET0U3BgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4BE9FODBPRTiHT0U31U9F\n        N/dPRDb/T0U2/05FO/9ORkb/TUhV/01Mbf9NTXr/TE6A/0xPhP9MToH/TE58/01Mcf9NSVz/TkdJ/05G\n        Pf9ORTf/T0Q2/09EN/tORDflT0U4nU9EOEZPRTgKT0U4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAT0U4Ak9FNxZPRTdMT0U4mU9FOMtPRTfvT0U3+U9ENv1PRDb/T0U2/09FNv9PRTb/T0U2/09F\n        Nv9PRDb/T0Q2/09EN/lPRTfzT0U32U9FOKdPRTdgT0U4Ik9FOARPRTgAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FOARPRTgST0U4ME9FN1JPRTh+TkU3o09F\n        OLFPRTi9T0U4wU9FOL9PRTi1T0U4qU9FOItPRThaT0U4Ok5FNxhPRTcGT0U4AAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AABPRTgAT0U4Ak9FOARPRTgET0U4Bk9FOAZPRTgGT0U4BE9FOARPRTgCT0U4AE9FOAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAA////////////////////////////////////8B////////4AAP//////+AAAH//////AAAAH\n        /////4AAAAH////+AAAAAP////wAAAAAP///+AAAAAAf///gAAAAAA///8AAAAAAB///wAAAAAAD//+A\n        AAAAAAP//wAAAAAAAf/+AAAAAAAA//4AAAAAAAB//AAAAAAAAH/8AAAAAAAAP/gAAAAAAAA/+AAAAAAA\n        AD/wAAAAAAAAH/AAAAAAAAAf8AAAAAAAAB/wAAAAAAAAD+AAAAAAAAAP4AAAAAAAAA/gAAAAAAAAD+AA\n        AAAAAAAP4AAAAAAAAA/gAAAAAAAAD+AAAAAAAAAP4AAAAAAAAA/gAAAAAAAAD+AAAAAAAAAP4AAAAAAA\n        AA/gAAAAAAAAD/AAAAAAAAAP8AAAAAAAAB/wAAAAAAAAH/AAAAAAAAAf+AAAAAAAAD/4AAAAAAAAP/wA\n        AAAAAAA//AAAAAAAAH/+AAAAAAAAf/4AAAAAAAD//wAAAAAAAf//gAAAAAAB///AAAAAAAP//8AAAAAA\n        B///4AAAAAAP///wAAAAAB////wAAAAAP////gAAAAD/////gAAAAf/////AAAAH//////AAAB//////\n        /gAA////////8A////////////////////////////////////8=\n</value>\n  </data>\n</root>"
  },
  {
    "path": "RevokeMsgPatcher/Forms/FormLiteLoaderQQNT.Designer.cs",
    "content": "﻿namespace RevokeMsgPatcher.Forms\n{\n    partial class FormLiteLoaderQQNT\n    {\n        /// <summary>\n        /// Required designer variable.\n        /// </summary>\n        private System.ComponentModel.IContainer components = null;\n\n        /// <summary>\n        /// Clean up any resources being used.\n        /// </summary>\n        /// <param name=\"disposing\">true if managed resources should be disposed; otherwise, false.</param>\n        protected override void Dispose(bool disposing)\n        {\n            if (disposing && (components != null))\n            {\n                components.Dispose();\n            }\n            base.Dispose(disposing);\n        }\n\n        #region Windows Form Designer generated code\n\n        /// <summary>\n        /// Required method for Designer support - do not modify\n        /// the contents of this method with the code editor.\n        /// </summary>\n        private void InitializeComponent()\n        {\n            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormLiteLoaderQQNT));\n            this.splitContainer1 = new System.Windows.Forms.SplitContainer();\n            this.dataGridView1 = new System.Windows.Forms.DataGridView();\n            this.btnChoose = new System.Windows.Forms.Button();\n            this.label2 = new System.Windows.Forms.Label();\n            this.btnCheckUpdateAll = new System.Windows.Forms.Button();\n            this.btnPath = new System.Windows.Forms.Button();\n            this.btnRestore = new System.Windows.Forms.Button();\n            this.txtQQNTPath = new System.Windows.Forms.TextBox();\n            this.label1 = new System.Windows.Forms.Label();\n            this.splitter1 = new System.Windows.Forms.Splitter();\n            this.cboGithubProxy = new System.Windows.Forms.ComboBox();\n            this.label3 = new System.Windows.Forms.Label();\n            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();\n            this.splitContainer1.Panel1.SuspendLayout();\n            this.splitContainer1.Panel2.SuspendLayout();\n            this.splitContainer1.SuspendLayout();\n            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();\n            this.SuspendLayout();\n            // \n            // splitContainer1\n            // \n            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;\n            this.splitContainer1.Location = new System.Drawing.Point(0, 0);\n            this.splitContainer1.Name = \"splitContainer1\";\n            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;\n            // \n            // splitContainer1.Panel1\n            // \n            this.splitContainer1.Panel1.Controls.Add(this.dataGridView1);\n            // \n            // splitContainer1.Panel2\n            // \n            this.splitContainer1.Panel2.Controls.Add(this.cboGithubProxy);\n            this.splitContainer1.Panel2.Controls.Add(this.btnChoose);\n            this.splitContainer1.Panel2.Controls.Add(this.label2);\n            this.splitContainer1.Panel2.Controls.Add(this.btnCheckUpdateAll);\n            this.splitContainer1.Panel2.Controls.Add(this.btnPath);\n            this.splitContainer1.Panel2.Controls.Add(this.btnRestore);\n            this.splitContainer1.Panel2.Controls.Add(this.txtQQNTPath);\n            this.splitContainer1.Panel2.Controls.Add(this.label1);\n            this.splitContainer1.Panel2.Controls.Add(this.label3);\n            this.splitContainer1.Size = new System.Drawing.Size(446, 297);\n            this.splitContainer1.SplitterDistance = 157;\n            this.splitContainer1.TabIndex = 0;\n            // \n            // dataGridView1\n            // \n            this.dataGridView1.AllowUserToAddRows = false;\n            this.dataGridView1.AllowUserToDeleteRows = false;\n            this.dataGridView1.BackgroundColor = System.Drawing.Color.White;\n            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;\n            this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;\n            this.dataGridView1.GridColor = System.Drawing.Color.White;\n            this.dataGridView1.Location = new System.Drawing.Point(0, 0);\n            this.dataGridView1.Name = \"dataGridView1\";\n            this.dataGridView1.ReadOnly = true;\n            this.dataGridView1.RowTemplate.Height = 23;\n            this.dataGridView1.Size = new System.Drawing.Size(446, 157);\n            this.dataGridView1.TabIndex = 2;\n            // \n            // btnChoose\n            // \n            this.btnChoose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));\n            this.btnChoose.Location = new System.Drawing.Point(394, 74);\n            this.btnChoose.Name = \"btnChoose\";\n            this.btnChoose.Size = new System.Drawing.Size(38, 23);\n            this.btnChoose.TabIndex = 6;\n            this.btnChoose.Text = \"...\";\n            this.btnChoose.UseVisualStyleBackColor = true;\n            this.btnChoose.Click += new System.EventHandler(this.btnChoose_Click);\n            // \n            // label2\n            // \n            this.label2.Location = new System.Drawing.Point(12, 11);\n            this.label2.Name = \"label2\";\n            this.label2.Size = new System.Drawing.Size(424, 26);\n            this.label2.TabIndex = 5;\n            this.label2.Text = \"这只是一个安装器，所有功能都来自于 LiteLoaderQQNT 和其相关插件。\";\n            // \n            // btnCheckUpdateAll\n            // \n            this.btnCheckUpdateAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));\n            this.btnCheckUpdateAll.Location = new System.Drawing.Point(357, 45);\n            this.btnCheckUpdateAll.Name = \"btnCheckUpdateAll\";\n            this.btnCheckUpdateAll.Size = new System.Drawing.Size(75, 23);\n            this.btnCheckUpdateAll.TabIndex = 4;\n            this.btnCheckUpdateAll.Text = \"更新所有\";\n            this.btnCheckUpdateAll.UseVisualStyleBackColor = true;\n            this.btnCheckUpdateAll.Click += new System.EventHandler(this.btnCheckUpdateAll_Click);\n            // \n            // btnPath\n            // \n            this.btnPath.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));\n            this.btnPath.Location = new System.Drawing.Point(359, 101);\n            this.btnPath.Name = \"btnPath\";\n            this.btnPath.Size = new System.Drawing.Size(75, 23);\n            this.btnPath.TabIndex = 3;\n            this.btnPath.Text = \"安装\";\n            this.btnPath.UseVisualStyleBackColor = true;\n            this.btnPath.Click += new System.EventHandler(this.btnPath_Click);\n            // \n            // btnRestore\n            // \n            this.btnRestore.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));\n            this.btnRestore.Location = new System.Drawing.Point(278, 101);\n            this.btnRestore.Name = \"btnRestore\";\n            this.btnRestore.Size = new System.Drawing.Size(75, 23);\n            this.btnRestore.TabIndex = 2;\n            this.btnRestore.Text = \"备份还原\";\n            this.btnRestore.UseVisualStyleBackColor = true;\n            this.btnRestore.Click += new System.EventHandler(this.btnRestore_Click);\n            // \n            // txtQQNTPath\n            // \n            this.txtQQNTPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) \n            | System.Windows.Forms.AnchorStyles.Right)));\n            this.txtQQNTPath.Location = new System.Drawing.Point(95, 74);\n            this.txtQQNTPath.Name = \"txtQQNTPath\";\n            this.txtQQNTPath.Size = new System.Drawing.Size(293, 21);\n            this.txtQQNTPath.TabIndex = 1;\n            // \n            // label1\n            // \n            this.label1.AutoSize = true;\n            this.label1.Location = new System.Drawing.Point(10, 77);\n            this.label1.Name = \"label1\";\n            this.label1.Size = new System.Drawing.Size(89, 12);\n            this.label1.TabIndex = 0;\n            this.label1.Text = \"QQNT安装路径：\";\n            // \n            // splitter1\n            // \n            this.splitter1.Location = new System.Drawing.Point(0, 0);\n            this.splitter1.Name = \"splitter1\";\n            this.splitter1.Size = new System.Drawing.Size(3, 297);\n            this.splitter1.TabIndex = 1;\n            this.splitter1.TabStop = false;\n            // \n            // cboGithubProxy\n            // \n            this.cboGithubProxy.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) \n            | System.Windows.Forms.AnchorStyles.Right)));\n            this.cboGithubProxy.FormattingEnabled = true;\n            this.cboGithubProxy.Location = new System.Drawing.Point(95, 48);\n            this.cboGithubProxy.Name = \"cboGithubProxy\";\n            this.cboGithubProxy.Size = new System.Drawing.Size(256, 20);\n            this.cboGithubProxy.TabIndex = 7;\n            // \n            // label3\n            // \n            this.label3.AutoSize = true;\n            this.label3.Location = new System.Drawing.Point(9, 51);\n            this.label3.Name = \"label3\";\n            this.label3.Size = new System.Drawing.Size(65, 12);\n            this.label3.TabIndex = 8;\n            this.label3.Text = \"更新代理：\";\n            // \n            // FormLiteLoaderQQNT\n            // \n            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\n            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\n            this.ClientSize = new System.Drawing.Size(446, 297);\n            this.Controls.Add(this.splitter1);\n            this.Controls.Add(this.splitContainer1);\n            this.Icon = ((System.Drawing.Icon)(resources.GetObject(\"$this.Icon\")));\n            this.Name = \"FormLiteLoaderQQNT\";\n            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\n            this.Text = \"LiteLoaderQQNT安装器\";\n            this.splitContainer1.Panel1.ResumeLayout(false);\n            this.splitContainer1.Panel2.ResumeLayout(false);\n            this.splitContainer1.Panel2.PerformLayout();\n            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();\n            this.splitContainer1.ResumeLayout(false);\n            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();\n            this.ResumeLayout(false);\n\n        }\n\n        #endregion\n\n        private System.Windows.Forms.SplitContainer splitContainer1;\n        private System.Windows.Forms.DataGridView dataGridView1;\n        private System.Windows.Forms.Label label1;\n        private System.Windows.Forms.Button btnPath;\n        private System.Windows.Forms.Button btnRestore;\n        private System.Windows.Forms.TextBox txtQQNTPath;\n        private System.Windows.Forms.Button btnCheckUpdateAll;\n        private System.Windows.Forms.Label label2;\n        private System.Windows.Forms.Button btnChoose;\n        private System.Windows.Forms.Splitter splitter1;\n        private System.Windows.Forms.ComboBox cboGithubProxy;\n        private System.Windows.Forms.Label label3;\n    }\n}"
  },
  {
    "path": "RevokeMsgPatcher/Forms/FormLiteLoaderQQNT.cs",
    "content": "﻿using Newtonsoft.Json;\nusing RevokeMsgPatcher.Model;\nusing RevokeMsgPatcher.Utils;\nusing System;\nusing System.Collections.Generic;\nusing System.Data;\nusing System.Diagnostics;\nusing System.IO;\nusing System.Linq;\nusing System.Text;\nusing System.Threading.Tasks;\nusing System.Windows.Forms;\n\nnamespace RevokeMsgPatcher.Forms\n{\n    public partial class FormLiteLoaderQQNT : Form\n    {\n        List<LiteLoaderRowData> data = new List<LiteLoaderRowData>();\n\n        public FormLiteLoaderQQNT()\n        {\n            InitializeComponent();\n            InitializeDataGridView();\n            txtQQNTPath.Text = FindInstallPath();\n\n            InitCboProxyList();\n        }\n\n        private void InitCboProxyList()\n        {\n            // 添加代理 URL 到下拉菜单\n            foreach (var proxy in ProxySpeedTester.ProxyUrls)\n            {\n                cboGithubProxy.Items.Add(proxy.Replace(\"{0}\",\"\"));\n            }\n\n            // 异步测试代理速度并设置默认选项\n            Task.Run(async () =>\n            {\n                var fastestProxy = await ProxySpeedTester.GetFastestProxyAsync(ProxySpeedTester.TargetUrl);\n                Debug.WriteLine(fastestProxy.Item1);\n                if (!string.IsNullOrEmpty(fastestProxy.Item1))\n                {\n                    cboGithubProxy.Invoke(new Action(() => cboGithubProxy.SelectedItem = fastestProxy.Item1));\n                }\n            });\n        }\n\n\n        private void InitializeDataGridView()\n        {\n            dataGridView1.RowHeadersVisible = false;\n            // 设置 DataGridView 的列\n            dataGridView1.Columns.Add(new DataGridViewLinkColumn { Name = \"NameColumn\", HeaderText = \"名称\", AutoSizeMode = DataGridViewAutoSizeColumnMode.AllCells });\n            dataGridView1.Columns.Add(new DataGridViewLinkColumn { Name = \"AuthorColumn\", HeaderText = \"作者\", AutoSizeMode = DataGridViewAutoSizeColumnMode.AllCells });\n            dataGridView1.Columns.Add(new DataGridViewButtonColumn { Name = \"UpdateButtonColumn\", HeaderText = \"更新\", Text = \"更新\", UseColumnTextForButtonValue = true, AutoSizeMode = DataGridViewAutoSizeColumnMode.AllCells });\n            dataGridView1.Columns.Add(new DataGridViewTextBoxColumn { Name = \"StatusColumn\", HeaderText = \"状态\", AutoSizeMode = DataGridViewAutoSizeColumnMode.AllCells });\n\n            // 初始化数据并添加行\n            data = InitData();\n            foreach (var item in data)\n            {\n                AddRow(item);\n            }\n\n\n            // 处理单元格点击事件\n            dataGridView1.CellClick += DataGridView1_CellClick;\n        }\n\n        private List<LiteLoaderRowData> InitData()\n        {\n            var data = new List<LiteLoaderRowData>\n            {\n                new LiteLoaderRowData\n                {\n                    Name = \"本体 LiteLoaderQQNT\",\n                    NameLink = \"https://github.com/LiteLoaderQQNT/LiteLoaderQQNT\",\n                    Author = \"mo-jinran\",\n                    AuthorLink = \"https://github.com/mo-jinran\",\n                    Status = \"未检查\",\n                    MainBranchName = \"main\",\n                    LocalPath = Path.Combine(Application.StartupPath, \"LiteLoaderQQNT\"),\n                    DownloadUrl = \"https://github.com/LiteLoaderQQNT/LiteLoaderQQNT/releases/download/#{version}/LiteLoaderQQNT.zip\"\n                },\n                new LiteLoaderRowData\n                {\n                    Name = \"补丁 DLLHijackMethod\",\n                    NameLink = \"https://github.com/LiteLoaderQQNT/QQNTFileVerifyPatch/tree/DLLHijackMethod\",\n                    Author = \"sysrom\",\n                    AuthorLink = \"https://github.com/sysrom\",\n                    LocalPath = Path.Combine(Application.StartupPath, \"Public\"),\n                    Status = \"无需更新\"\n                },\n                new LiteLoaderRowData\n                {\n                    Name = \"列表插件 LL-plugin-list-viewer\",\n                    NameLink = \"https://github.com/ltxhhz/LL-plugin-list-viewer\",\n                    Author = \"ltxhhz\",\n                    AuthorLink = \"https://github.com/ltxhhz\",\n                    Status = \"未检查\",\n                    MainBranchName = \"main\",\n                    LocalPath = Path.Combine(Application.StartupPath, \"LiteLoaderQQNT/plugins/list-viewer\"),\n                    DownloadUrl = \"https://github.com/ltxhhz/LL-plugin-list-viewer/releases/download/v#{version}/list-viewer.zip\"\n                },\n                new LiteLoaderRowData\n                {\n                    Name = \"防撤回插件 LiteLoaderQQNT-Anti-Recall\",\n                    NameLink = \"https://github.com/xh321/LiteLoaderQQNT-Anti-Recall\",\n                    Author = \"xh321\",\n                    AuthorLink = \"https://github.com/xh321\",\n                    Status = \"未检查\",\n                    MainBranchName = \"master\",\n                    LocalPath = Path.Combine(Application.StartupPath, \"LiteLoaderQQNT/plugins/qq-anti-recall\"),\n                    DownloadUrl = \"https://github.com/xh321/LiteLoaderQQNT-Anti-Recall/releases/download/#{version}/qq-anti-recall.zip\"\n                }\n            };\n\n            return data;\n        }\n\n        private void AddRow(LiteLoaderRowData rowData)\n        {\n            int rowIndex = dataGridView1.Rows.Add();\n            DataGridViewRow row = dataGridView1.Rows[rowIndex];\n            rowData.Row = row;\n\n            // 设置名称列\n            DataGridViewLinkCell nameCell = (DataGridViewLinkCell)row.Cells[\"NameColumn\"];\n            nameCell.Value = rowData.Name;\n            nameCell.Tag = rowData.NameLink;\n\n            // 设置作者列\n            DataGridViewLinkCell authorCell = (DataGridViewLinkCell)row.Cells[\"AuthorColumn\"];\n            authorCell.Value = rowData.Author;\n            authorCell.Tag = rowData.AuthorLink;\n\n            // 设置状态列\n            row.Cells[\"StatusColumn\"].Value = rowData.Status;\n\n            // 订阅状态更新事件\n            rowData.StatusUpdated += (newStatus) =>\n            {\n                if (dataGridView1.InvokeRequired)\n                {\n                    dataGridView1.Invoke(new Action(() => row.Cells[\"StatusColumn\"].Value = newStatus));\n                }\n                else\n                {\n                    row.Cells[\"StatusColumn\"].Value = newStatus;\n                }\n            };\n\n            rowData.GetLocalVersionAndUpdateStatus();\n        }\n\n\n        private void DataGridView1_CellClick(object sender, DataGridViewCellEventArgs e)\n        {\n            if (e.RowIndex >= 0)\n            {\n                if (e.ColumnIndex == dataGridView1.Columns[\"UpdateButtonColumn\"].Index)\n                {\n                    if (data[e.RowIndex].NameLink.Contains(\"QQNTFileVerifyPatch\"))\n                    {\n                        MessageBox.Show(\"此项无需更新！\");\n                        return;\n                    }\n\n                    data[e.RowIndex].Row.Cells[\"StatusColumn\"].Value = \"正在更新\";\n                    var proxyUrl = cboGithubProxy.Text;\n                    Task.Run(() => data[e.RowIndex].CheckAndUpdate(proxyUrl));\n                }\n                else if (e.ColumnIndex == dataGridView1.Columns[\"NameColumn\"].Index || e.ColumnIndex == dataGridView1.Columns[\"AuthorColumn\"].Index)\n                {\n                    string url = dataGridView1.Rows[e.RowIndex].Cells[e.ColumnIndex].Tag.ToString();\n                    System.Diagnostics.Process.Start(url);\n                }\n            }\n        }\n\n        private void btnCheckUpdateAll_Click(object sender, EventArgs e)\n        {\n            var proxyUrl = cboGithubProxy.Text;\n            foreach (var item in data)\n            {\n                Task.Run(() => item.CheckAndUpdate(proxyUrl));\n            }\n        }\n\n        private void btnRestore_Click(object sender, EventArgs e)\n        {\n            string installPath = txtQQNTPath.Text;\n            if (!IsAllFilesExist(installPath))\n            {\n                MessageBox.Show(\"请选择正确的QQNT安装路径!\");\n                return;\n            }\n\n            try\n            {\n                string appPath = GetAppPath(installPath);\n                RestoreDll(installPath);\n                RestorePackageJson(appPath);\n                MessageBox.Show(\"LiteLoaderQQNT 还原成功！\");\n            }\n            catch (Exception ex)\n            {\n                MessageBox.Show(\n                    $@\"\n                     还原时出现异常：{ex.Source}\n                     --\n                     {ex.StackTrace}\n                     --\n                     {ex.Message}\n                     \"\n                );\n            }\n        }\n\n        private void RestoreDll(string installPath)\n        {\n            string destPath = Path.Combine(installPath, \"dbghelp.dll\");\n            if (File.Exists(destPath))\n            {\n                File.Delete(destPath);\n            }\n        }\n\n        private void RestorePackageJson(string appPath)\n        {\n            string packageJsonPath = Path.Combine(appPath, \"package.json\");\n            string backupPath = Path.Combine(appPath, \"package.json.h.bak\");\n            if (File.Exists(backupPath))\n            {\n                File.Copy(backupPath, packageJsonPath, true);\n            }\n            else\n            {\n                throw new Exception($\"在路径{appPath}下，未找到package.json.h.bak备份文件，请确认是否通过本软件安装过 LiteLoaderQQNT\");\n            }\n        }\n\n        /// <summary>\n        /// 打补丁\n        /// </summary>\n        /// <param name=\"sender\"></param>\n        /// <param name=\"e\"></param>\n        private void btnPath_Click(object sender, EventArgs e)\n        {\n            string installPath = txtQQNTPath.Text;\n            if (!IsAllFilesExist(installPath))\n            {\n                MessageBox.Show(\"请选择正确的QQNT安装路径!\");\n                return;\n            }\n\n            try\n            {\n                string appPath = GetAppPath(installPath);\n                MoveDll(installPath);\n                CreateLauncherFile(appPath);\n                ModifyPackageJson(appPath);\n                MessageBox.Show(\"LiteLoaderQQNT 安装成功！\");\n            }\n            catch (IOException ex)\n            {\n                MessageBox.Show(\n                    $@\"\n请以管理员权限启动本程序，并确认 QQNT 处于关闭状态。\n                     安装 LiteLoaderQQNT 时出现异常：{ex.Source}\n                     --\n                     {ex.StackTrace}\n                     --\n                     {ex.Message}\n                     \"\n                );\n            }\n            catch (Exception ex)\n            {\n                MessageBox.Show(\n                    $@\"\n                     安装 LiteLoaderQQNT 时出现异常：{ex.Source}\n                     --\n                     {ex.StackTrace}\n                     --\n                     {ex.Message}\n                     \"\n                );\n            }\n        }\n\n\n        private void MoveDll(string installPath)\n        {\n            string fileName = \"dbghelp.dll\";\n            string destPath = Path.Combine(installPath, fileName);\n            if (File.Exists(destPath))\n            {\n                File.Delete(destPath);\n            }\n\n            File.Copy(Path.Combine(Application.StartupPath, \"Public\", fileName), destPath);\n        }\n\n        /// <summary>\n        /// 查看 QQNT 根目录(txtQQNTPath.Text)，是否存在 versions 文件夹 是，则路径为 QQNT\\versions\\版本号\\resources\\app 否，则路径为 QQNT\\resources\\app \n        /// </summary>\n        /// <param name=\"installPath\"></param>\n        /// <returns></returns>\n        private string GetAppPath(string installPath)\n        {\n            string versionsPath = Path.Combine(installPath, \"versions\");\n            if (Directory.Exists(versionsPath))\n            {\n                var versionDirectories = Directory.GetDirectories(versionsPath);\n                if (versionDirectories.Length > 0)\n                {\n                    // 选择最新的版本\n                    string latestVersion = versionDirectories\n                        .Select(Path.GetFileName)\n                        .OrderByDescending(v => new\n                        {\n                            MainVersion = new Version(v.Split('-')[0]),\n                            SubVersion = int.Parse(v.Split('-')[1])\n                        })\n                        .FirstOrDefault();\n\n                    if (latestVersion != null)\n                    {\n                        return Path.Combine(versionsPath, latestVersion, \"resources\", \"app\");\n                    }\n                }\n            }\n\n            return Path.Combine(installPath, \"resources\", \"app\");\n        }\n\n        /// <summary>\n        /// 创建 app/app_launcher/liteloader.h.js 文件，写入 require(String.raw*) 其中 * 为 LiteLoaderQQNT 的路径\n        /// </summary>\n        /// <param name=\"appPath\"></param>\n        /// <exception cref=\"Exception\"></exception>\n        private void CreateLauncherFile(string appPath)\n        {\n            string launcherDir = Path.Combine(appPath, \"app_launcher\");\n            if (!Directory.Exists(launcherDir))\n            {\n                throw new Exception($\"在路径{appPath}下，未找到app_launcher文件夹\");\n            }\n\n            string launcherFilePath = Path.Combine(launcherDir, \"liteloader.h.js\");\n            // if (File.Exists(launcherFilePath))\n            // {\n            //     Debug.WriteLine(\"已经创建过liteloader.h.js文件\");\n            //     return;\n            // }\n\n            string liteLoaderPath = Path.Combine(Application.StartupPath, \"LiteLoaderQQNT\");\n            string content = $\"require(String.raw`{liteLoaderPath}`);\";\n\n            File.WriteAllText(launcherFilePath, content, Encoding.UTF8);\n        }\n\n        /// <summary>\n        /// 修改 app/package.json 文件，将 main 后面的路径改为 ./app_launcher/liteloader.h.js\n        /// </summary>\n        /// <param name=\"appPath\"></param>\n        /// <exception cref=\"Exception\"></exception>\n        private void ModifyPackageJson(string appPath)\n        {\n            string packageJsonPath = Path.Combine(appPath, \"package.json\");\n            if (File.Exists(packageJsonPath))\n            {\n                string json = File.ReadAllText(packageJsonPath);\n                dynamic jsonObj = JsonConvert.DeserializeObject(json);\n                if (jsonObj.main != null)\n                {\n                    var s = (string)jsonObj.main;\n                    if (s.Contains(\"liteloader.h.js\"))\n                    {\n                        Debug.WriteLine(\"已经修改过package.json文件\");\n                        return;\n                    }\n                }\n\n                // 备份\n                File.Copy(packageJsonPath, Path.Combine(appPath, \"package.json.h.bak\"), true);\n\n                // 修改\n                jsonObj.main = \"./app_launcher/liteloader.h.js\";\n                string output = JsonConvert.SerializeObject(jsonObj, Formatting.Indented);\n                File.WriteAllText(packageJsonPath, output);\n            }\n            else\n            {\n                throw new Exception($\"在路径{appPath}下，未找到package.json文件\");\n            }\n        }\n\n        private void btnChoose_Click(object sender, EventArgs e)\n        {\n            FolderBrowserDialog dialog = new FolderBrowserDialog();\n            dialog.Description = \"请选择安装路径\";\n            if (dialog.ShowDialog() == DialogResult.OK)\n            {\n                if (string.IsNullOrEmpty(dialog.SelectedPath) || !IsAllFilesExist(dialog.SelectedPath))\n                {\n                    MessageBox.Show(\"无法找到此应用的关键文件，请选择正确的安装路径!\");\n                }\n                else\n                {\n                    txtQQNTPath.Text = dialog.SelectedPath;\n                }\n            }\n        }\n\n        /// <summary>\n        /// 自动寻找获取QQNT安装路径\n        /// </summary>\n        /// <returns></returns>\n        public string FindInstallPath()\n        {\n            try\n            {\n                string installPath = PathUtil.FindInstallPathFromRegistryWOW6432Node(\"QQ\");\n                if (!string.IsNullOrEmpty(installPath))\n                {\n                    installPath = Path.GetDirectoryName(installPath);\n                    if (IsAllFilesExist(installPath))\n                    {\n                        return installPath;\n                    }\n                }\n\n                installPath = PathUtil.FindInstallPathFromRegistry(\"QQNT\");\n                if (!IsAllFilesExist(installPath))\n                {\n                    List<string> defaultPathList = PathUtil.GetDefaultInstallPaths(@\"Tencent\\QQNT\");\n                    foreach (string defaultPath in defaultPathList)\n                    {\n                        if (IsAllFilesExist(defaultPath))\n                        {\n                            return defaultPath;\n                        }\n                    }\n                }\n                else\n                {\n                    return installPath;\n                }\n            }\n            catch (Exception e)\n            {\n                Console.WriteLine(e.Message);\n            }\n\n            return null;\n        }\n\n        private bool IsAllFilesExist(string installPath)\n        {\n            return File.Exists(Path.Combine(installPath, \"QQ.exe\"));\n        }\n    }\n}"
  },
  {
    "path": "RevokeMsgPatcher/Forms/FormLiteLoaderQQNT.resx",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <assembly alias=\"System.Drawing\" name=\"System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\" />\n  <data name=\"$this.Icon\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n    <value>\n        AAABAAEAQEAAAAEAIAAoQgAAFgAAACgAAABAAAAAgAAAAAEAIAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FOAJPRTgOT0U4KE5EN1BPRTh2T0U4jU9FN5FPRTiRT0U4kU9F\n        OJFPRTiRT0Q4j09FN35PRTdcT0U4ME9FOBRPRTgET0U4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTcATkQ4Ek9FOEZORTiHT0U3yU9FN+VPRDf3T0Q3/09F\n        Nv9PRDb/T0Q1/09ENf9PRDX/T0Q1/09FNv9PRDf/T0Q3+09FN+tPRTfTTkU4m09FOFhPRTgcT0U4Ak9F\n        OAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FOAJPRTcqT0U4eE9FOM1ORDf1T0Q2/09E\n        Nv9ORTn/TkZD/05IVf9NSmP/TUxt/01Ndv9NTnr/TU13/01Mb/9NS2X/TklY/05HR/9ORTr/T0U2/09E\n        Nv9PRTf7T0U4209FOJVPRTg8T0Q4CE9FOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4Ak5FOCRPRTiNT0Q4409F\n        N/1PRDX/TkU8/01JVv9MTn//S1Ol/0pWvP9KWM7/SlnU/0pZ1/9KWtj/SlrZ/0pa2P9KWtf/SlnV/0pZ\n        0f9KV8L/S1Ss/0xQi/9NSl//TkZC/09ENv9PRDb/T0U48U9FOKtPRTg6T0U4BAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTcATkU3Ek5F\n        OHJPRTjfT0Q3/05FN/9OR0n/TE59/0tUrv9KWdD/SlrY/0pa2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa2P9KWtj/SlnU/0pWuv9MUIz/TUhV/05FOf9PRDb/T0Q3709F\n        OJdPRTgkT0U4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AABPRTgCT0U4Mk9FOLtPRDf7T0Q2/05HR/9MT4f/SlfC/0pZ1/9KWtj/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtj/SlnY/0pY\n        y/9MUZj/TUhV/05FN/9PRDf9T0U4105FN1RPRTgGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAABPRTgGTkU3XE9FN+FPRDf/TkU8/01Mc/9KVr3/SlnX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrY/0pYyv9MT4j/TkZF/05ENv9ORTfxTkU3h09FOA5PRTcAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTgIT0U4ek9FN/FPRTb/TkdM/0tSn/9KWdT/SlrY/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnX/0tVtf9NSl//TkU3/09F\n        N/tPRTelT0U4GE5ENwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTgKT0U4iU9FN/dORTj/TUpg/0pW\n        vP9KWdj/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtj/SljK/01NeP9ORTn/T0Q3/U9FOLdPRTgcT0U4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTgIT0U4hU9F\n        N/lPRTf/TkdJ/0pWv/9KWtn/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWdP/TE+L/05FO/9PRDf/T0U4s09FNxgAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AABPRTgCT0U4bE9FN/VPRTf/T0U3/05FOP9NTXP/SljO/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ1f9MT4z/TkU7/09E\n        N/1PRTihT0U3DgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAABPRTgAT0U4Rk9FN+1ORTb/TUtn/0xNe/9ORTn/TkU3/01Mcf9KWM3/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlnV/0xPiP9ORTj/T0U3+09FOHxPRTgEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4Ik9FONFPRTb/TUlX/0pXxP9KWdL/TE6A/05F\n        Of9ORTf/TUxv/0pYzf9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWdL/TUxz/05FN/9PRTftT0U4SE9FOAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATkU4Bk5FOJ1PRDf9TkZD/0tU\n        sP9KWtj/SlrX/0pZ0v9MToD/TkU5/05FN/9NTHD/SljN/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pXx/9NSVn/T0Q2/09F\n        OM1PRTgcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4AE9F\n        OEhPRTfzTkU4/0xQjP9KWdf/SlrX/0pa1/9KWtf/SlnS/0xOgP9ORTn/TkU3/01McP9KWM3/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtj/S1St/05GQP9PRTf9T0U4g09FOAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAE9FOA5PRTi9T0Q2/01JWv9KWM3/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWdL/TE6B/05F\n        OP9ORTf/TUxx/0pYzf9KWdf/SlrX/0pa1/9KWtf/SlrX/0pZ1P9KWcz/SlrW/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlnW/0pZzf9MTXv/TkQ2/09FN+VPRDgsT0U4AAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FOABORThYT0U4905FPP9LU6X/SlrY/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pZ0/9MToL/TkU5/05FN/9NTG//SljN/0pa1/9KWtf/SlrX/0pZ1P9LToL/TlOQ/0pa\n        1v9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pYzf9QUHH/Sla//05HTP9PRDf/T0U4k09F\n        OAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTgKT0U4vU9ENv9NSmT/SlnS/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnS/0xOgv9ORTj/TkU2/01Mb/9KWMz/SlrX/0pZ\n        0/9LToP/TkQ1/01Tlv9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ0v9NTXL/T0xh/0pa\n        1v9MT4n/TkU3/09FN+VPRTgmAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTgAT0U4PE9F\n        N/FORTr/S1Ol/0pZ2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWdP/TE+C/05F\n        Of9ORTf/TUxt/0pXyf9LTX//TkQ2/05ENP9NUpb/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrW/0pZ\n        0v9PUoX/T0U2/05Mav9KWtf/SlfC/05HSv9PRTf9T0U4eE9FOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAATkU3Ak9FOI1PRTf/TkhV/0pYzv9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pZ0v9MToL/TkU5/05FNv9NR0//TkQ1/09FNf9ORDT/TVKW/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pYzv9OUHr/T0U3/05ENf9MTXX/SlrX/0pZ1/9NTXX/T0Q2/05FOMVORTgOAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FNxRPRTfRTkQ2/0xOgP9KWtj/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnS/0xOgP9NRDb/TkQ1/09FNf9PRTX/TkQ0/01S\n        lv9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlnW/0tYw/9NSmH/TkU1/09FNf9ORDX/T1Wb/0pa1/9KWtj/S1Oq/05F\n        Ov9PRTfzT0U4OAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTg8T0U38U5FPP9LVLH/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ0v9MTHT/TkQ1/09F\n        Nf9PRTX/T0U1/05ENP9NU5b/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtb/SlnP/01SlP9PR0b/TkQ0/09FNf9PRTX/TkQ3/0xX\n        uf9KWtf/SlrX/0pYyv9OSE7/T0Q3/U9FOHpPRTcAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTgAT0U4eE5E\n        N/1OSFD/SljK/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ\n        0v9MTHP/TkQ1/09FNf9PRTX/T0U1/09FNf9ORDT/TVKV/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWc3/TFOc/09KVv9PRTb/T0U1/09F\n        Nf9PRTX/T0U1/09KUv9LWcz/SlrX/0pa1/9KWdf/TExz/09ENv9PRTixT0U4CAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAT0U4Bk9FOKVPRTb/TUxt/0pZ1v9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pZ0P9MS2//TkQ1/09FNf9PRTX/T0U1/09FNf9PRTX/TkQ0/09MZP9KWMv/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1v9KWdP/S1nO/0tUp/9UVof/iYaO/7u3\n        sv9ORDT/T0U1/2phVP/Mycb/YllL/05ENP9OTnP/SlrW/0pa1/9KWtf/SlrZ/0tQkP9ORTb/T0U41U9F\n        OBoAAAAAAAAAAAAAAAAAAAAAAAAAAE5FOBBPRTjFTkQ1/0xPhP9KWtn/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZz/9MS27/TkQ1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/05E\n        NP9PRTf/UU1g/0xRlP9LUpv/TFat/01Yuv9NWcH/TVnB/01Zvv9NV7L/S1Oh/0tRlv9PUon/Tkpb/09I\n        Sf9iWk7/zsvH/9jW0/+qpZ7/T0U1/8K/u//Kx8T/0c/M/1NKOv9ORDT/TVex/0pa1/9KWtf/SlrX/0pa\n        2P9LVLD/TkU8/09FN/FPRTg4AAAAAAAAAAAAAAAAAAAAAAAAAABPRTgkTkU35U5FN/9LU6H/SlrY/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pYz/9MS2r/TkQ1/09FNf9PRTX/T0U1/09F\n        Nf9PRTX/T0U1/09FNf9PRTX/T0Q0/05ENP9ORDT/TkQ1/09GOf9PRj7/T0dA/09HQP9PRz//T0Y7/05F\n        Nv9ORDT/TkQ0/05ENP9PRTX/mJKJ/6unoP+HgXb/zcrG/2ZeUP/Ewb3/nJeP/66qo/9waFz/T0pX/0pZ\n        zv9KWtf/SlrX/0pa1/9KWtf/SlfC/05GRP9PRTf5TkU4TgAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4Mk9F\n        N+9ORTv/S1W0/0pa2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pYzv9MSmf/TkQ1/09F\n        Nf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09F\n        Nf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/6Kdlf9waFv/T0U1/8TBvP9vZ1r/o56X/09F\n        Nf+gm5P/cmpf/0xSl/9KWtb/SlrX/0pa1/9KWtf/SlrX/0pYyv9OR0z/T0U3+09FOFgAAAAAAAAAAAAA\n        AAAAAAAAAAAAAE9FODpPRTfzTkU+/0tVuv9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pY\n        zf9MSmX/TkQ1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09F\n        Nf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf+QioD/jIZ8/09F\n        Nf/DwLv/YFdI/7y5s/9PRTX/sa2m/2FcZv9KWMr/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWM7/TkhT/09E\n        NvtPRThYAAAAAAAAAAAAAAAAAAAAAAAAAABPRTdCT0U39U5GQP9KVr7/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pYzP94eJT/XFNE/09FNf9+d2z/VEo7/09FNf9SSTn/f3ht/4mDeP9bUkP/T0U1/1NJ\n        Of+AeW7/gntw/09FNf9yal3/YFdJ/09FNf91bmH/XVRF/1ZNPv+HgHb/c2tf/3t0af9PRTX/Ukk5/4iB\n        d/9qYVT/WVBB/7Wxq/+uqaL/enJn/09FNf+inZX/qaWe/5yXkf9MU5z/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlnQ/01JV/9PRDb7T0U4WAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U3Qk9FN/VORkD/Sla+/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pYy/9UUWn/9PT0/6GclP9dU0X/+Pj4/4mDeP9PRTX/raih/9XT\n        0P+3s63/wL24/09FNf/LyMT/1NHO/8fEwP95cWX/trKt/4N8cf9PRTX/wb25/3lxZf+tqaL/zszI/9nX\n        1f/T0c7/T0U1/4uEev/d3Nr/nJaO/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/05ENP9OTGX/SlnT/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ0P9NSVf/T0Q2+09FOFgAAAAAAAAAAAAAAAAAAAAAAAAAAE9F\n        ODpPRTfzTkY+/0tWuv9KWtf/SlrX/0pa1/9KWtf/SlrX/0pYyf9MSVz/h4B2/8XCvv/PzMn/koyC/9LQ\n        zf/Bvrn/T0U1/+Xj4v+2sq3/qqWf/6mknf9kW03/5+bl/1BGNv9PRTX/T0U1/7ayrf+DfHH/T0U1/8G9\n        uf95cWX/rKeg/7ayrf+dmI//09HO/09FNf+Ykon/opyV/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09E\n        NP9PSUr/S1jD/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWM7/TkhT/09ENvtPRThYAAAAAAAA\n        AAAAAAAAAAAAAAAAAABPRTcyT0Q3705FO/9LVbT/SlrY/0pa1/9KWtf/SlrX/0pXyP9NSVv/TkQ1/8G+\n        uf+IgXf/ycbC/97c2/94cWX/6Ofm/1VMPP/f3dv/qaSd/5SOhf/x8fH/YFdJ/+rp6f9WTD3/T0U1/09F\n        Nf+2sq3/mZSL/09FNf/IxcD/eXFl/1hPQP+WkIf/wLy3/9PRzv9PRTX/mJKJ/6Kclf9PRTX/T0U1/09F\n        Nf9PRTX/T0U1/09FNf9ORTr/TFOg/0pa1v9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SljK/05H\n        TP9PRTf7T0U4WAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4JE9FOOdORDj/S1Kj/0pa2f9KWtf/SlrX/0pZ\n        z/9NSVj/TkQ1/1hOP//o5+b/U0o6/4uEev/r6un/UEY2/7y4s/+Ignf/hn90/+fl5P/b2db/sq2n/09F\n        Nf+uqqP/5uXk/9LQzf95cWX/trKt/+vq6f/Qzcr/7e3s/1xSRP9kXE7/5ePi/93b2f+rpp//W1JD/+De\n        3P/i4d//m5WN/09FNf9PRTX/T0U1/09FNf9ORTn/TlOX/0pZ1v9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pXw/9ORkT/T0U3+U9FOE4AAAAAAAAAAAAAAAAAAAAAAAAAAE9EOBBPRTjHTkQ1/0xP\n        hf9KWtn/SlrX/0pa1/9KWdP/TE5+/05FNv9SSDn/aF9S/09FNf9USjv/Zl1Q/09FNf9dVEX/XVRF/09F\n        Nf9fVkf/aWFT/09FNf9PRTX/T0U1/2deUf9uZln/UEY2/7ayrf+EfXL/bmZZ/1lQQf9PRTX/T0U1/15V\n        R/9uZln/UUc4/1JIOP+qpZ7/sq6o/2JZS/9PRTX/T0U1/09FNf9ORTj/T1ON/0pa1f9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa2P9LVbL/TkU9/09FN/NPRTg6AAAAAAAAAAAAAAAAAAAAAAAA\n        AABPRTgGT0U4pU9FNv9NTG7/SlrX/0pa1/9KWtf/SlrX/0pZ0/9LToL/TkU2/09FNf9PRTX/T0U1/09F\n        Nf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf+2sqz/g3xx/09F\n        Nf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/XVRF/2lgU/9PRTX/T0U1/09FNf9ORTr/T1SU/0pZ\n        1P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtn/TFGR/05FN/9PRTjXT0U4HAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAT0U4AE9FOHpPRDf9TkhS/0pYyv9KWtf/SlrX/0pa1/9KWtf/SlnV/0tP\n        hv9ORTf/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09F\n        Nf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/05E\n        NP9ORkH/TVSh/0pa1v9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnX/01N\n        dP9PRDb/T0U4tU9FOAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTg+TkQ3805FPf9LVbP/SlrY/0pa\n        1/9KWtf/SlrX/0pa1/9KWdT/S0+J/05FN/9PRTX/T0U1/09FNf9PRTX/xMG9/2JZS/9WTD3/2dfU/46H\n        fv+EfXL/gHlu/5+akv+Nh33/m5aN/4uFev9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09F\n        Nf9PRTX/T0U1/05ENP9QTF3/S1a3/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pYy/9OSFD/T0Q2/U9FOHxPRTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U3Fk9F\n        N9VPRDb/TE+E/0pa2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ1f9LT4v/TkU4/09FNf9PRTX/T0U1/9XT\n        0P9lXE7/T0U1/7i0r/9aUUL/i4V6/4qDef/g393/1NLP/6ijnP+UjoT/T0U1/09FNf9PRTX/T0U1/09F\n        Nf9PRTX/T0U1/09FNf9ORDT/TkQ0/05ENf9QSk7/S1e//0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa2P9LVK7/TkU7/09FN/VPRTg6AAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAE9FOAJPRTiRT0U2/05JVv9KWM7/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnV/0tQ\n        j/9ORTj/T0U1/09FNf/V09D/ZVxO/09FNf+4tK//WlFC/4uFev/Fwr7/p6Ka/7Svqf/V0s//lI6E/09F\n        Nf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9ORDX/TkdB/05MYf9PRjz/TkU2/01LZv9KWMn/SlrY/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWdf/TU13/09ENv9PRTjJT0U4EAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4QE9FN/NORTv/S1Oo/0pa2P9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWdX/S1CS/05FOP9TSjr/1tTR/2lhU/9QRjb/uLSv/1pRQv+LhXr/+Pj4/2Rb\n        Tf9xaV3/+vn6/5SOhP9PRTX/T0U1/05ENP9ORDT/TkU1/05ENv9PSlX/TVCF/0tXwv9KWdT/TE+J/05F\n        Ov9ORTb/TUto/0pXyf9KWtj/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlfE/05H\n        TP9PRTf9T0U4fE9FOAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FOAxPRTjBT0Q2/01L\n        Z/9KWdL/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ1f9LUZT/19bY/+Xk4//l5OP/fXZq/9jW\n        1P+Oh37/g3xy/7OvqP9PRTX/TkU1/7y4s/+LhXz/TkU4/05FOv9ORkL/T01o/01PgP9MV7b/SlnP/0pa\n        1/9KWtf/SlrX/0pZ1P9MUIv/TkU7/09FNv9NS2b/SlfK/0pa2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrY/0xQjf9ORTf/T0U3509FOCgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AABPRTgAT0U4Xk9FN/lORT3/S1Op/0pa2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnV/0tR\n        mP9ORTn/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/0xLZf9NUYv/TlSY/05Ysf9KV8H/SljH/0pZ\n        1P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnU/0xPiv9ORTr/TkQ2/01LaP9KV8n/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pXxf9OSE7/T0U3/09FOJtPRTgGAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FOBBPRTjBTkQ2/01JXf9KWc7/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWdb/S1Gb/05FO/9PRTX/T0U1/09FNf9PRTX/T0U1/05ENP9NUpf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWdX/TFCM/05F\n        PP9ORTb/TUpl/0pXyP9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ1/9MTn//TkU2/09FN+lPRTgwT0U4AAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTcAT0U4Tk9FN/VORTn/TFCR/0pa\n        2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ1v9KUp3/TkU7/09FNf9PRTX/T0U1/09F\n        Nf9ORDT/TVKW/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pZ1P9MUIv/TkU7/09FNv9NSmb/SlfH/0pa2P9KWtf/SlrX/0pa2P9LVbL/TkZC/09F\n        N/1PRDiJT0U4AgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE5F\n        OAhPRDihT0Q3/05GRf9LVbP/SlnY/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnW/0tS\n        oP9ORT3/T0U1/09FNf9PRTX/TkQ0/01Slv9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnV/0xPjP9ORTz/TkU2/01KZf9KV8j/SlrX/0pa\n        1/9KWMn/TUlb/05FNv9PRTjRT0U4HgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAT0U3Jk9FONdORDb/TUlb/0pXyP9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWdb/SlOj/05FPv9PRTX/T0U1/05ENP9NUpb/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWdT/TFCK/05F\n        O/9ORTb/TUpl/0pXyP9KWdT/TE15/05FN/9PRTfxT0U4UE9FOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FNwBPRTdOT0U3705FN/9NS2z/SljO/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ1v9KU6b/TkU+/05FNf9ORDT/TVKW/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pZ1f9MUI3/TkU7/05FNv9NS2b/TE+D/05FOv9PRTf7T0U4g09FOAQAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4BE9F\n        N3RPRTf3TkU3/01Ndf9KWM//SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnW/0pT\n        qP9ORkD/TkQ0/01Slv9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnV/0xQjf9ORj7/T0Q3/09FN/9PRTf9T0U4qU9F\n        OBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAABPRTgIT0U4jU9FN/tORTj/TUxy/0pYzP9KWtj/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWdb/SlSr/01FP/9NU5b/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWdH/TUtn/09F\n        Nv9PRTf/T0U3u09FOBxPRTcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FOA5PRTiVT0U3+U5FNv9NS2b/SlbA/0pZ\n        2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ1v9KU6f/TlOT/0pa1v9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        2P9KWM3/TE6A/05FPP9PRDf9T0U4v09FOCBPRTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4Ck9F\n        OINPRTf1TkU2/05IT/9LU6X/SlnW/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa2P9KVrr/TUpk/05EOP9PRDf9T0U3r09FNx5ORDcAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAABPRTgGT0U4ZE9FN+VPRDb/TkU+/0xNe/9KV8H/SlrY/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrY/0pYzf9MUJD/TkdI/05ENv9PRTfzT0U4kU9FOBJPRTcAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FNwJPRTc6T0U4w09EN/tPRDb/TkdK/0xQ\n        jf9KV8X/SlrY/0pa2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtj/SljO/0tSn/9OSVr/TkU4/09EN/9PRTjdT0U3XE9F\n        OAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4AE9F\n        NxRPRTd+T0U35U9FN/9ORDf/TkdO/0xOg/9KVbf/SlnR/0pa2f9KWtj/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtj/SlrZ/0pZ1f9KV8D/S1GU/01JWv9ORTn/T0Q2/09F\n        N/FPRTehT0U4Kk9FOAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAT0U4Ak9FOCxORTeVT0U36U9FN/9PRDb/TkY+/01KXf9MT4P/S1St/0pX\n        xP9KWM7/SlnV/0pZ2P9KWtj/SlnY/0pZ2P9KWtj/SlnW/0pZ0P9KV8f/S1W2/0xQjv9NS2j/TkZD/09E\n        N/9PRTf/T0U3809FN7NPRThET0U3BgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4BE9FODBPRTiHT0U31U9F\n        N/dPRDb/T0U2/05FO/9ORkb/TUhV/01Mbf9NTXr/TE6A/0xPhP9MToH/TE58/01Mcf9NSVz/TkdJ/05G\n        Pf9ORTf/T0Q2/09EN/tORDflT0U4nU9EOEZPRTgKT0U4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAT0U4Ak9FNxZPRTdMT0U4mU9FOMtPRTfvT0U3+U9ENv1PRDb/T0U2/09FNv9PRTb/T0U2/09F\n        Nv9PRDb/T0Q2/09EN/lPRTfzT0U32U9FOKdPRTdgT0U4Ik9FOARPRTgAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FOARPRTgST0U4ME9FN1JPRTh+TkU3o09F\n        OLFPRTi9T0U4wU9FOL9PRTi1T0U4qU9FOItPRThaT0U4Ok5FNxhPRTcGT0U4AAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AABPRTgAT0U4Ak9FOARPRTgET0U4Bk9FOAZPRTgGT0U4BE9FOARPRTgCT0U4AE9FOAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAA////////////////////////////////////8B////////4AAP//////+AAAH//////AAAAH\n        /////4AAAAH////+AAAAAP////wAAAAAP///+AAAAAAf///gAAAAAA///8AAAAAAB///wAAAAAAD//+A\n        AAAAAAP//wAAAAAAAf/+AAAAAAAA//4AAAAAAAB//AAAAAAAAH/8AAAAAAAAP/gAAAAAAAA/+AAAAAAA\n        AD/wAAAAAAAAH/AAAAAAAAAf8AAAAAAAAB/wAAAAAAAAD+AAAAAAAAAP4AAAAAAAAA/gAAAAAAAAD+AA\n        AAAAAAAP4AAAAAAAAA/gAAAAAAAAD+AAAAAAAAAP4AAAAAAAAA/gAAAAAAAAD+AAAAAAAAAP4AAAAAAA\n        AA/gAAAAAAAAD/AAAAAAAAAP8AAAAAAAAB/wAAAAAAAAH/AAAAAAAAAf+AAAAAAAAD/4AAAAAAAAP/wA\n        AAAAAAA//AAAAAAAAH/+AAAAAAAAf/4AAAAAAAD//wAAAAAAAf//gAAAAAAB///AAAAAAAP//8AAAAAA\n        B///4AAAAAAP///wAAAAAB////wAAAAAP////gAAAAD/////gAAAAf/////AAAAH//////AAAB//////\n        /gAA////////8A////////////////////////////////////8=\n</value>\n  </data>\n</root>"
  },
  {
    "path": "RevokeMsgPatcher/Forms/FormPatchInfo.Designer.cs",
    "content": "﻿namespace RevokeMsgPatcher.Forms\n{\n    partial class FormPatchInfo\n    {\n        /// <summary>\n        /// Required designer variable.\n        /// </summary>\n        private System.ComponentModel.IContainer components = null;\n\n        /// <summary>\n        /// Clean up any resources being used.\n        /// </summary>\n        /// <param name=\"disposing\">true if managed resources should be disposed; otherwise, false.</param>\n        protected override void Dispose(bool disposing)\n        {\n            if (disposing && (components != null))\n            {\n                components.Dispose();\n            }\n            base.Dispose(disposing);\n        }\n\n        #region Windows Form Designer generated code\n\n        /// <summary>\n        /// Required method for Designer support - do not modify\n        /// the contents of this method with the code editor.\n        /// </summary>\n        private void InitializeComponent()\n        {\n            this.rtbPatchInfo = new System.Windows.Forms.RichTextBox();\n            this.btnOK = new System.Windows.Forms.Button();\n            this.btnCancel = new System.Windows.Forms.Button();\n            this.label1 = new System.Windows.Forms.Label();\n            this.SuspendLayout();\n            // \n            // rtbPatchInfo\n            // \n            this.rtbPatchInfo.Location = new System.Drawing.Point(12, 45);\n            this.rtbPatchInfo.Name = \"rtbPatchInfo\";\n            this.rtbPatchInfo.Size = new System.Drawing.Size(489, 158);\n            this.rtbPatchInfo.TabIndex = 0;\n            this.rtbPatchInfo.Text = \"\";\n            // \n            // btnOK\n            // \n            this.btnOK.Location = new System.Drawing.Point(345, 209);\n            this.btnOK.Name = \"btnOK\";\n            this.btnOK.Size = new System.Drawing.Size(75, 23);\n            this.btnOK.TabIndex = 1;\n            this.btnOK.Text = \"确定\";\n            this.btnOK.UseVisualStyleBackColor = true;\n            // \n            // btnCancel\n            // \n            this.btnCancel.Location = new System.Drawing.Point(426, 209);\n            this.btnCancel.Name = \"btnCancel\";\n            this.btnCancel.Size = new System.Drawing.Size(75, 23);\n            this.btnCancel.TabIndex = 2;\n            this.btnCancel.Text = \"取消\";\n            this.btnCancel.UseVisualStyleBackColor = true;\n            // \n            // label1\n            // \n            this.label1.Location = new System.Drawing.Point(12, 9);\n            this.label1.Name = \"label1\";\n            this.label1.Size = new System.Drawing.Size(489, 33);\n            this.label1.TabIndex = 3;\n            this.label1.Text = \"注意：请勿随意输入补丁信息，错误的补丁信息将导致本软件无法正常使用。在被恶意情况下可以修改/破坏系统任意位置文件\";\n            // \n            // FormPatchInfo\n            // \n            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\n            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\n            this.ClientSize = new System.Drawing.Size(513, 241);\n            this.Controls.Add(this.label1);\n            this.Controls.Add(this.btnCancel);\n            this.Controls.Add(this.btnOK);\n            this.Controls.Add(this.rtbPatchInfo);\n            this.Name = \"FormPatchInfo\";\n            this.Text = \"请输入补丁信息\";\n            this.ResumeLayout(false);\n\n        }\n\n        #endregion\n\n        private System.Windows.Forms.RichTextBox rtbPatchInfo;\n        private System.Windows.Forms.Button btnOK;\n        private System.Windows.Forms.Button btnCancel;\n        private System.Windows.Forms.Label label1;\n    }\n}"
  },
  {
    "path": "RevokeMsgPatcher/Forms/FormPatchInfo.cs",
    "content": "﻿using System;\nusing System.Collections.Generic;\nusing System.ComponentModel;\nusing System.Data;\nusing System.Drawing;\nusing System.Linq;\nusing System.Text;\nusing System.Threading.Tasks;\nusing System.Windows.Forms;\n\nnamespace RevokeMsgPatcher.Forms\n{\n    public partial class FormPatchInfo : Form\n    {\n        public FormPatchInfo()\n        {\n            InitializeComponent();\n        }\n    }\n}\n"
  },
  {
    "path": "RevokeMsgPatcher/Forms/FormPatchInfo.resx",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n</root>"
  },
  {
    "path": "RevokeMsgPatcher/Forms/UIController.cs",
    "content": "﻿using System;\nusing System.Collections.Generic;\nusing System.Drawing;\nusing System.Linq;\nusing System.Text;\nusing System.Threading.Tasks;\nusing System.Windows.Forms;\n\nnamespace RevokeMsgPatcher.Forms\n{\n    public class UIController\n    {\n        public static void AddCategoryCheckBoxToPanel(Panel panel, string[] categories, string[] installed)\n        {\n            if (categories != null && categories.Length != 0)\n            {\n                panel.Controls.Clear();\n                for (int i = 0; i < categories.Length; i++)\n                {\n                    CheckBox chk = new CheckBox\n                    {\n                        Text = categories[i],\n                        Name = \"chkCategoriesIndex\" + i,\n                        Checked = true,\n                        AutoSize = true\n                    };\n                    if (installed.Contains(categories[i]))\n                    {\n                        chk.Text = chk.Text + \"（已安装）\";\n                        chk.Enabled = false;\n                    }\n                    panel.Controls.Add(chk);\n                }\n            }\n            else\n            {\n                AddMsgToPanel(panel, \"无功能选项\");\n            }\n        }\n\n        public static void AddMsgToPanel(Panel panel, string msg)\n        {\n            panel.Controls.Clear();\n            Label label = new Label\n            {\n                Name = \"lblCategoriesMsg\",\n                Text = msg,\n                TextAlign = ContentAlignment.MiddleLeft,\n                Size = new Size(panel.Width, panel.Height)\n            };\n            panel.Controls.Add(label);\n        }\n\n        public static List<string> GetCategoriesFromPanel(Panel panel)\n        {\n            List<string> categories = new List<string>();\n            foreach (Control ctrl in panel.Controls)\n            {\n                if (ctrl is CheckBox checkBox)\n                {\n                    if (checkBox.Enabled && checkBox.Checked)\n                    {\n                        categories.Add(checkBox.Text);\n                    }\n                }\n                else if (ctrl is Label label)\n                {\n                    return null; // 如果是标签, 说明是精准匹配, 直接返回null\n                }\n            }\n            return categories;\n        }\n    }\n}\n"
  },
  {
    "path": "RevokeMsgPatcher/Matcher/BoyerMooreMatcher.cs",
    "content": "﻿namespace RevokeMsgPatcher.Matcher\n{\n    public class BoyerMooreMatcher\n    {\n        private static int AlphabetSize = 256;\n\n        private static int Max(int a, int b) { return (a > b) ? a : b; }\n\n        static int[] PreprocessToBuildBadCharactorHeuristic(byte[] pattern)\n        {\n            int m = pattern.Length;\n            int[] badCharactorShifts = new int[AlphabetSize];\n\n            for (int i = 0; i < AlphabetSize; i++)\n            {\n                //badCharactorShifts[i] = -1;\n                badCharactorShifts[i] = m;\n            }\n\n            // fill the actual value of last occurrence of a character\n            for (int i = 0; i < m; i++)\n            {\n                //badCharactorShifts[(int)pattern[i]] = i;\n                badCharactorShifts[(int)pattern[i]] = m - 1 - i;\n            }\n\n            return badCharactorShifts;\n        }\n\n        static int[] PreprocessToBuildGoodSuffixHeuristic(byte[] pattern)\n        {\n            int m = pattern.Length;\n            int[] goodSuffixShifts = new int[m];\n            int[] suffixLengthArray = GetSuffixLengthArray(pattern);\n\n            for (int i = 0; i < m; ++i)\n            {\n                goodSuffixShifts[i] = m;\n            }\n\n            int j = 0;\n            for (int i = m - 1; i >= -1; --i)\n            {\n                if (i == -1 || suffixLengthArray[i] == i + 1)\n                {\n                    for (; j < m - 1 - i; ++j)\n                    {\n                        if (goodSuffixShifts[j] == m)\n                        {\n                            goodSuffixShifts[j] = m - 1 - i;\n                        }\n                    }\n                }\n            }\n\n            for (int i = 0; i < m - 1; ++i)\n            {\n                goodSuffixShifts[m - 1 - suffixLengthArray[i]] = m - 1 - i;\n            }\n\n            return goodSuffixShifts;\n        }\n\n        static int[] GetSuffixLengthArray(byte[] pattern)\n        {\n            int m = pattern.Length;\n            int[] suffixLengthArray = new int[m];\n\n            int f = 0, g = 0, i = 0;\n\n            suffixLengthArray[m - 1] = m;\n\n            g = m - 1;\n            for (i = m - 2; i >= 0; --i)\n            {\n                if (i > g && suffixLengthArray[i + m - 1 - f] < i - g)\n                {\n                    suffixLengthArray[i] = suffixLengthArray[i + m - 1 - f];\n                }\n                else\n                {\n                    if (i < g)\n                    {\n                        g = i;\n                    }\n                    f = i;\n\n                    // find different preceded character suffix\n                    while (g >= 0 && pattern[g] == pattern[g + m - 1 - f])\n                    {\n                        --g;\n                    }\n                    suffixLengthArray[i] = f - g;\n                }\n            }\n\n            return suffixLengthArray;\n        }\n\n        public static bool TryMatch(byte[] text, byte[] pattern, out int firstShift)\n        {\n            firstShift = -1;\n            int n = text.Length;\n            int m = pattern.Length;\n            int s = 0; // s is shift of the pattern with respect to text\n            int j = 0;\n\n            // fill the bad character and good suffix array by preprocessing\n            int[] badCharShifts = PreprocessToBuildBadCharactorHeuristic(pattern);\n            int[] goodSuffixShifts = PreprocessToBuildGoodSuffixHeuristic(pattern);\n\n            while (s <= (n - m))\n            {\n                // starts matching from the last character of the pattern\n                j = m - 1;\n\n                // keep reducing index j of pattern while characters of\n                // pattern and text are matching at this shift s\n                while (j >= 0 && pattern[j] == text[s + j])\n                {\n                    j--;\n                }\n\n                // if the pattern is present at current shift, then index j\n                // will become -1 after the above loop\n                if (j < 0)\n                {\n                    firstShift = s;\n                    return true;\n                }\n                else\n                {\n                    // shift the pattern so that the bad character in text\n                    // aligns with the last occurrence of it in pattern. the\n                    // max function is used to make sure that we get a positive\n                    // shift. We may get a negative shift if the last occurrence\n                    // of bad character in pattern is on the right side of the\n                    // current character.\n                    //s += Max(1, j - badCharShifts[(int)text[s + j]]);\n                    // now, compare bad char shift and good suffix shift to find best\n                    s += Max(goodSuffixShifts[j], badCharShifts[(int)text[s + j]] - (m - 1) + j);\n                }\n            }\n\n            return false;\n        }\n\n        public static int[] MatchAll(byte[] text, byte[] pattern)\n        {\n            int n = text.Length;\n            int m = pattern.Length;\n            int s = 0; // s is shift of the pattern with respect to text\n            int j = 0;\n            int[] shiftIndexes = new int[n - m + 1];\n            int c = 0;\n\n            // fill the bad character and good suffix array by preprocessing\n            int[] badCharShifts = PreprocessToBuildBadCharactorHeuristic(pattern);\n            int[] goodSuffixShifts = PreprocessToBuildGoodSuffixHeuristic(pattern);\n\n            while (s <= (n - m))\n            {\n                // starts matching from the last character of the pattern\n                j = m - 1;\n\n                // keep reducing index j of pattern while characters of\n                // pattern and text are matching at this shift s\n                while (j >= 0 && pattern[j] == text[s + j])\n                {\n                    j--;\n                }\n\n                // if the pattern is present at current shift, then index j\n                // will become -1 after the above loop\n                if (j < 0)\n                {\n                    shiftIndexes[c] = s;\n                    c++;\n\n                    // shift the pattern so that the next character in text\n                    // aligns with the last occurrence of it in pattern.\n                    // the condition s+m < n is necessary for the case when\n                    // pattern occurs at the end of text\n                    //s += (s + m < n) ? m - badCharShifts[(int)text[s + m]] : 1;\n                    s += goodSuffixShifts[0];\n                }\n                else\n                {\n                    // shift the pattern so that the bad character in text\n                    // aligns with the last occurrence of it in pattern. the\n                    // max function is used to make sure that we get a positive\n                    // shift. We may get a negative shift if the last occurrence\n                    // of bad character in pattern is on the right side of the\n                    // current character.\n                    //s += Max(1, j - badCharShifts[(int)text[s + j]]);\n                    // now, compare bad char shift and good suffix shift to find best\n                    s += Max(goodSuffixShifts[j], badCharShifts[(int)text[s + j]] - (m - 1) + j);\n                }\n            }\n\n            int[] shifts = new int[c];\n            for (int y = 0; y < c; y++)\n            {\n                shifts[y] = shiftIndexes[y];\n            }\n\n            return shifts;\n        }\n    }\n}\n"
  },
  {
    "path": "RevokeMsgPatcher/Matcher/FuzzyMatcher.cs",
    "content": "﻿using System;\nusing System.Collections.Generic;\nusing System.Linq;\n\nnamespace RevokeMsgPatcher.Matcher\n{\n    /// <summary>\n    /// 对16进制数据进行通配符查找\n    /// </summary>\n    public class FuzzyMatcher\n    {\n        public const byte wildcard = 0x3F; // 通配符\n\n        /// <summary>\n        /// 通配符匹配所有符合查找串的位置\n        /// </summary>\n        /// <param name=\"content\">被查找对象</param>\n        /// <param name=\"pattern\">查找串</param>\n        /// <returns></returns>\n        public static int[] MatchAll(byte[] content, byte[] pattern)\n        {\n            byte[] head = GetHead(pattern);\n            int[] indexs = BoyerMooreMatcher.MatchAll(content, head);\n            // 头串和查找串相同则直接返回，不同则继续判断是否符合查询串\n            if (head.Length == pattern.Length)\n            {\n                return indexs;\n            }\n            else\n            {\n                List<int> res = new List<int>();\n                foreach (int index in indexs)\n                {\n                    if (IsEqual(content, index, pattern))\n                    {\n                        res.Add(index);\n                    }\n                }\n                return res.ToArray();\n            }\n        }\n\n        /// <summary>\n        /// 通配符匹配所有符合查找串的位置，并排除已经替换的情况\n        /// </summary>\n        /// <param name=\"content\">被查找对象</param>\n        /// <param name=\"searchBytes\">查找串</param>\n        /// <param name=\"replaceBytes\">替换串</param>\n        /// <returns></returns>\n        public static int[] MatchNotReplaced(byte[] content, byte[] searchBytes, byte[] replaceBytes)\n        {\n            byte[] head = GetHead(searchBytes);\n            int[] indexs = BoyerMooreMatcher.MatchAll(content, head);\n            // 头串和查找串相同则直接返回，不同则继续判断是否符合查询串\n            List<int> res = new List<int>();\n            if (head.Length != searchBytes.Length)\n            {\n                foreach (int index in indexs)\n                {\n                    if (IsEqual(content, index, searchBytes))\n                    {\n                        res.Add(index);\n                    }\n                }\n                indexs = res.ToArray();\n            }\n            // 判断是否与替换串相同\n            res = new List<int>();\n            foreach (int index in indexs)\n            {\n                if (!IsEqual(content, index, replaceBytes))\n                {\n                    res.Add(index);\n                }\n            }\n            return res.ToArray();\n        }\n\n        /// <summary>\n        /// 获取头串\n        /// </summary>\n        /// <param name=\"whole\">完整查找串</param>\n        /// <returns></returns>\n        private static byte[] GetHead(byte[] whole)\n        {\n            int len = whole.Length;\n            for (int i = 0; i < whole.Length; i++)\n            {\n                if (whole[i] == wildcard)\n                {\n                    len = i;\n                    break;\n                }\n            }\n            if (len == 0)\n            {\n                throw new Exception(\"不正确的通配符位置!\");\n            }\n            return whole.Take(len).ToArray();\n        }\n\n        /// <summary>\n        /// 确认整个查找串是否匹配\n        /// </summary>\n        /// <param name=\"content\">被查找对象</param>\n        /// <param name=\"start\">头串匹配位置</param>\n        /// <param name=\"whole\">完整查找串</param>\n        /// <returns></returns>\n        public static bool IsEqual(byte[] content, int start, byte[] whole)\n        {\n            int i = 0;\n            for (i = 0; i < whole.Length; i++)\n            {\n                if (whole[i] == wildcard)\n                {\n                    continue;\n                }\n                if (content[start + i] != whole[i])\n                {\n                    break;\n                }\n            }\n            if (i == whole.Length)\n            {\n                return true;\n            }\n            else\n            {\n                return false;\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "RevokeMsgPatcher/Matcher/ModifyFinder.cs",
    "content": "﻿using RevokeMsgPatcher.Model;\nusing System;\nusing System.Collections.Generic;\nusing System.Diagnostics;\nusing System.IO;\nusing System.Linq;\n\nnamespace RevokeMsgPatcher.Matcher\n{\n    public class ModifyFinder\n    {\n        // TODO 该逻辑需要优化！\n        public static List<Change> FindChanges(string path, List<ReplacePattern> replacePatterns)\n        {\n            Stopwatch sw = new Stopwatch();\n            sw.Start();\n            // 读取整个文件(dll)\n            byte[] fileByteArray = File.ReadAllBytes(path);\n            Console.WriteLine(\"读取文件耗时：{0}ms.\", sw.Elapsed.TotalMilliseconds);\n\n            List<Change> changes = new List<Change>(); // 匹配且需要替换的地方\n\n            // 查找所有替换点\n            int matchNum = 0; // 匹配数量\n            foreach (ReplacePattern pattern in replacePatterns)\n            {\n                // 所有的匹配点位\n                int[] matchIndexs = FuzzyMatcher.MatchAll(fileByteArray, pattern.Search);\n                Console.WriteLine(\"匹配{0}耗时：{1}ms.\", pattern.Category, sw.Elapsed.TotalMilliseconds);\n                if (matchIndexs.Length >= 1)\n                {\n                    for (int i = 0; i < matchIndexs.Length; i++)\n                    {\n                        matchNum++;\n                        // 与要替换的串不一样才需要替换（当前的特征肯定不一样）\n                        if (!FuzzyMatcher.IsEqual(fileByteArray, matchIndexs[i], pattern.Replace))\n                        {\n                            changes.Add(new Change(matchIndexs[i], pattern.Replace));\n                        }\n                    }\n                }\n            }\n\n            // 匹配数和期望的匹配数不一致时报错（当前一个特征会出现多次）\n            if (matchNum < replacePatterns.Count)\n            {\n                Tuple<bool, SortedSet<string>> res = IsAllReplaced(fileByteArray, replacePatterns);\n                if (res.Item1)\n                {\n                    throw new BusinessException(\"match_already_replace\", \"特征比对：当前应用已经安装了对应功能的补丁！\");\n                }\n                else\n                {\n                    if (res.Item2.Count > 0)\n                    {\n                        throw new BusinessException(\"match_inconformity\", $\"特征比对：以下功能补丁已经安装，请取消勾选！\\n已安装功能：【{string.Join(\"、\", res.Item2)}】\");\n                    }\n                    else\n                    {\n                        throw new BusinessException(\"match_inconformity\", $\"特征比对：当前特征码匹配数[{matchNum}]和期望的匹配数[{replacePatterns.Count}]不一致。\\n\" +\n                            $\"出现此种情况的一般有如下可能：\\n\" +\n                            $\"1. 你可能已经安装了某个功能的补丁，请选择未安装功能进行安装。\\n\" +\n                            $\"2. 如果当前版本为最新版本，特征码可能出现变化（可能性比较低），请联系作者处理。\");\n                    }\n                }\n            }\n            else\n            {\n                // 匹配数和需要替换的数量不一致时，可能时部分/所有特征已经被替换\n                if (matchNum != changes.Count)\n                {\n                    // 此逻辑在当前特征配置下不会进入，因为查找串和替换串当前全部都是不相同的\n                    if (changes.Count == 0)\n                    {\n                        throw new BusinessException(\"match_already_replace\", \"特征比对：当前应用已经安装了所选功能补丁！\");\n                    }\n                    else\n                    {\n                        throw new BusinessException(\"match_part_replace\", \"特征比对：部分特征已经被替换，请确认是否有使用过其他防撤回/多开补丁！\");\n                    }\n\n                }\n                else\n                {\n                    // 匹配数和需要替换的数量一致时才是正常状态\n                    return changes;\n                }\n            }\n        }\n\n        public static SortedSet<string> FindReplacedFunction(string path, List<ReplacePattern> replacePatterns)\n        {\n            Stopwatch sw = new Stopwatch();\n            sw.Start();\n            byte[] fileByteArray = File.ReadAllBytes(path);\n            Console.WriteLine(\"读取文件耗时：{0}ms.\", sw.Elapsed.TotalMilliseconds);\n            Tuple<bool, SortedSet<string>> res = IsAllReplaced(fileByteArray, replacePatterns);\n            Console.WriteLine(\"匹配耗时：{0}ms.\", sw.Elapsed.TotalMilliseconds);\n            return res.Item2;\n        }\n\n        private static Tuple<bool, SortedSet<string>> IsAllReplaced(byte[] partByteArray, List<ReplacePattern> replacePatterns)\n        {\n            int matchNum = 0;\n            SortedSet<string> alreadyReplaced = new SortedSet<string>(); // 已经被替换特征的功能\n            foreach (ReplacePattern pattern in replacePatterns)\n            {\n                int[] searchMatchIndexs = FuzzyMatcher.MatchAll(partByteArray, pattern.Search);\n                int[] replaceMatchIndexs = FuzzyMatcher.MatchAll(partByteArray, pattern.Replace);\n                // 查找串没有，但是替换串存在，也就是说明这个功能已经完全完成替换\n                if (searchMatchIndexs.Length == 0 && replaceMatchIndexs.Length > 0)\n                {\n                    alreadyReplaced.Add(pattern.Category);\n                }\n            }\n            return new Tuple<bool, SortedSet<string>>(matchNum >= replacePatterns.Count, alreadyReplaced);\n        }\n    }\n}\n"
  },
  {
    "path": "RevokeMsgPatcher/Model/App.cs",
    "content": "﻿using System;\nusing System.Collections.Generic;\nusing System.Linq;\nusing System.Text;\nusing System.Threading.Tasks;\n\nnamespace RevokeMsgPatcher.Model\n{\n    public class App\n    {\n        public string Name { get; set; }\n\n        public Dictionary<string, TargetInfo> FileTargetInfos { get; set; }\n\n        public Dictionary<string, List<ModifyInfo>> FileModifyInfos { get; set; }\n\n        /// <summary>\n        /// 通用的修改特征\n        /// </summary>\n        public Dictionary<string, List<CommonModifyInfo>> FileCommonModifyInfos { get; set; }\n\n        public HashSet<string> GetSupportVersions()\n        {\n            // 使用 HashSet 防重\n            HashSet<string> versions = new HashSet<string>();\n            // 精准\n            if (FileModifyInfos != null)\n            {\n                foreach (List<ModifyInfo> modifyInfos in FileModifyInfos.Values)\n                {\n                    foreach (ModifyInfo modifyInfo in modifyInfos)\n                    {\n                        versions.Add(modifyInfo.Version);\n                    }\n                }\n            }\n            // 模糊 范围\n            if (FileCommonModifyInfos != null)\n            {\n                foreach (List<CommonModifyInfo> commonModifyInfos in FileCommonModifyInfos.Values)\n                {\n                    foreach (CommonModifyInfo commonModifyInfo in commonModifyInfos)\n                    {\n                        string end = string.IsNullOrEmpty(commonModifyInfo.EndVersion) ? \"最新版\" : commonModifyInfo.EndVersion;\n                        versions.Add(commonModifyInfo.StartVersion + \"~\" + end);\n                    }\n                }\n            }\n            return versions;\n        }\n\n        public string GetSupportVersionStr()\n        {\n            string str = \"\";\n            foreach (string v in GetSupportVersions())\n            {\n                str += v + \"、\";\n            }\n            if (str.Length > 1)\n            {\n                str = str.Substring(0, str.Length - 1);\n            }\n            return str;\n        }\n    }\n}\n"
  },
  {
    "path": "RevokeMsgPatcher/Model/Bag.cs",
    "content": "﻿using System;\nusing System.Collections.Generic;\nusing System.Linq;\nusing System.Text;\nusing System.Threading.Tasks;\n\nnamespace RevokeMsgPatcher.Model\n{\n    public class Bag\n    {\n        public Dictionary<string, App> Apps { get; set; }\n\n        public string LatestVersion { get; set; }\n\n        public string Notice { get; set; }\n\n        public string NoticeUrl { get; set; }\n\n        public int PatchVersion { get; set; }\n    }\n}\n"
  },
  {
    "path": "RevokeMsgPatcher/Model/Change.cs",
    "content": "﻿using System;\nusing System.Collections.Generic;\nusing System.Linq;\nusing System.Text;\nusing System.Threading.Tasks;\n\nnamespace RevokeMsgPatcher.Model\n{\n    public class Change\n    {\n        public long Position { get; set; }\n\n        public byte[] Content { get; set; }\n\n        public Change()\n        {\n\n        }\n\n        public Change(long position, byte[] content)\n        {\n            Position = position;\n            Content = content;\n        }\n\n        public Change Clone()\n        {\n            Change o = new Change();\n            o.Position = Position;\n            o.Content = Content;\n            return o;\n        }\n    }\n}\n"
  },
  {
    "path": "RevokeMsgPatcher/Model/CommonModifyInfo.cs",
    "content": "﻿using System;\nusing System.Collections.Generic;\nusing System.IO;\nusing System.Linq;\nusing System.Text;\nusing System.Threading.Tasks;\n\nnamespace RevokeMsgPatcher.Model\n{\n    public class CommonModifyInfo\n    {\n        public string Name { get; set; }\n\n        public string StartVersion { get; set; }\n\n        public string EndVersion { get; set; }\n\n        public List<ReplacePattern> ReplacePatterns { get; set; }\n\n\n        public CommonModifyInfo Clone()\n        {\n            CommonModifyInfo o = new CommonModifyInfo();\n            o.Name = Name;\n            o.StartVersion = StartVersion;\n            o.EndVersion = EndVersion;\n            List<ReplacePattern> cs = new List<ReplacePattern>();\n            foreach (ReplacePattern c in ReplacePatterns)\n            {\n                cs.Add(c.Clone());\n            }\n            o.ReplacePatterns = cs;\n            return o;\n        }\n\n        public List<string> GetCategories()\n        {\n            if (ReplacePatterns != null && ReplacePatterns.Count > 0)\n            {\n                return ReplacePatterns.Select(p => p.Category).ToList();\n            }\n            else\n            {\n                return new List<string>();\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "RevokeMsgPatcher/Model/Json/LiteLoaderPackage.cs",
    "content": "﻿using System;\nusing System.Collections.Generic;\nusing System.Linq;\nusing System.Text;\nusing System.Threading.Tasks;\n\nnamespace RevokeMsgPatcher.Model.Json\n{\n    internal class LiteLoaderPackage\n    {\n        public string Name { get; set; }\n        public string Version { get; set; }\n        public bool Private { get; set; }\n        public string Description { get; set; }\n        public string ProductName { get; set; }\n        public string Homepage { get; set; }\n        public bool SideEffects { get; set; }\n        public string Main { get; set; }\n        public string BuildVersion { get; set; }\n        public bool IsPureShell { get; set; }\n        public bool IsByteCodeShell { get; set; }\n        public string Platform { get; set; }\n        public string EleArch { get; set; }\n    }\n}\n"
  },
  {
    "path": "RevokeMsgPatcher/Model/Json/LiteLoaderPluginsManifest.cs",
    "content": "﻿namespace RevokeMsgPatcher.Model.Json\n{\n\n    /// <summary>\n    /// 只有部分信息，主要是拿版本号\n    /// https://github.com/xh321/LiteLoaderQQNT-Anti-Recall/blob/master/manifest.json\n    /// </summary>\n    internal class LiteLoaderPluginsManifest\n    {\n        public string Type { get; set; }\n        public string Name { get; set; }\n        public string Slug { get; set; }\n        public string Description { get; set; }\n        public string Version { get; set; }\n        public string Icon { get; set; }\n    }\n}\n"
  },
  {
    "path": "RevokeMsgPatcher/Model/Json/ReleaseApiRes.cs",
    "content": "﻿using System;\nusing System.Collections.Generic;\n\nnamespace RevokeMsgPatcher.Model.Json\n{\n    internal class ReleaseApiRes\n    {\n\n        public string Url { get; set; }\n        public string AssetsUrl { get; set; }\n        public string UploadUrl { get; set; }\n        public string HtmlUrl { get; set; }\n        public int Id { get; set; }\n        public string NodeId { get; set; }\n        public string TagName { get; set; }\n        public string TargetCommitish { get; set; }\n        public string Name { get; set; }\n        public bool Draft { get; set; }\n        public bool Prerelease { get; set; }\n        public DateTime CreatedAt { get; set; }\n        public DateTime PublishedAt { get; set; }\n        public List<Asset> Assets { get; set; }\n        public string TarballUrl { get; set; }\n        public string ZipballUrl { get; set; }\n        public string Body { get; set; }\n    }\n\n    public class Asset\n    {\n        public string Url { get; set; }\n        public int Id { get; set; }\n        public string NodeId { get; set; }\n        public string Name { get; set; }\n        public object Label { get; set; }\n        public string ContentType { get; set; }\n        public string State { get; set; }\n        public int Size { get; set; }\n        public int DownloadCount { get; set; }\n        public string CreatedAt { get; set; }\n        public string UpdatedAt { get; set; }\n        public string BrowserDownloadUrl { get; set; }\n    }\n}\n"
  },
  {
    "path": "RevokeMsgPatcher/Model/Json/VersionJson.cs",
    "content": "﻿namespace RevokeMsgPatcher.Model.Json\n{\n    internal class VersionJson\n    {\n        public string Name { get; set; }\n        public string Version { get; set; }\n    }\n}\n"
  },
  {
    "path": "RevokeMsgPatcher/Model/LiteLoaderRowData.cs",
    "content": "﻿using Newtonsoft.Json;\nusing Newtonsoft.Json.Serialization;\nusing RevokeMsgPatcher.Model.Json;\nusing System;\nusing System.Diagnostics;\nusing System.IO;\nusing System.IO.Compression;\nusing System.Net.Http;\nusing System.Text;\nusing System.Threading.Tasks;\nusing System.Windows.Forms;\nusing Application = System.Windows.Forms.Application;\n\nnamespace RevokeMsgPatcher.Model\n{\n    internal class LiteLoaderRowData\n    {\n        public static JsonSerializerSettings SerializerSettings = new JsonSerializerSettings\n        {\n            ContractResolver = new CamelCasePropertyNamesContractResolver()\n        };\n\n        public string Name { get; set; }\n\n        public string NameLink { get; set; }\n\n        public string Author { get; set; }\n\n        public string AuthorLink { get; set; }\n\n        public string Status { get; set; }\n\n        public event Action<string> StatusUpdated;\n\n        public DataGridViewRow Row { get; set; }\n\n        /// <summary>\n        /// 本地存储的目录\n        /// </summary>\n        public string LocalPath { get; set; }\n\n        /// <summary>\n        /// 主干名称\n        /// </summary>\n        public string MainBranchName { get; set; }\n\n        private void UpdateStatus(string newStatus)\n        {\n            Status = newStatus;\n            StatusUpdated?.Invoke(newStatus);\n        }\n\n\n        /// <summary>\n        /// 由于这个 api.github.com 没有加速的方式，所以不用了\n        /// </summary>\n        [Obsolete(\"由于这个 api.github.com 没有加速的方式，所以不用了\")]\n        public string ReleasesApi\n        {\n            get\n            {\n                var repo = NameLink.Replace(@\"https://github.com\", @\"https://api.github.com/repos\");\n                return repo + @\"/releases/latest\";\n            }\n        }\n\n        public string DownloadUrl { get; set; }\n\n        public string VersionJsonUrl\n        {\n            get\n            {\n                var repo = NameLink.Replace(@\"https://github.com\", @\"https://raw.githubusercontent.com\");\n                if (NameLink == \"https://github.com/LiteLoaderQQNT/LiteLoaderQQNT\")\n                {\n                    return repo + $@\"/refs/heads/{MainBranchName}/package.json\";\n                }\n                else\n                {\n                    return repo + $@\"/refs/heads/{MainBranchName}/manifest.json\";\n                }\n            }\n        }\n\n        public string GetLocalVersion()\n        {\n            if (NameLink.Contains(\"QQNTFileVerifyPatch\"))\n            {\n                return null;\n            }\n\n            if (!Directory.Exists(LocalPath))\n            {\n                Directory.CreateDirectory(LocalPath);\n            }\n\n            string path = null;\n            path = Path.Combine(LocalPath, NameLink == \"https://github.com/LiteLoaderQQNT/LiteLoaderQQNT\" ? \"package.json\" : \"manifest.json\");\n\n            if (File.Exists(path))\n            {\n                var json = File.ReadAllText(path);\n                var package = JsonConvert.DeserializeObject<VersionJson>(json, SerializerSettings);\n                return package.Version;\n            }\n\n            return null;\n        }\n\n        public void GetLocalVersionAndUpdateStatus()\n        {\n            var localVersion = GetLocalVersion();\n            if (localVersion != null)\n            {\n                UpdateStatus($\"当前版本{localVersion}\");\n            }\n            else\n            {\n                if (NameLink.Contains(\"QQNTFileVerifyPatch\"))\n                {\n                    UpdateStatus(\"无需更新\");\n                }\n                else\n                {\n                    UpdateStatus(\"未检查\");\n                }\n            }\n        }\n\n        public async Task<string> GetRemoteVersion(string proxyUrl)\n        {\n            using (var client = new HttpClient())\n            {\n                var url = FormatUrl(proxyUrl, VersionJsonUrl);\n                var response = await client.GetAsync(url);\n                if (response.IsSuccessStatusCode)\n                {\n                    var json = await response.Content.ReadAsStringAsync();\n                    var package = JsonConvert.DeserializeObject<VersionJson>(json, SerializerSettings);\n                    return package.Version;\n                }\n\n                return null;\n            }\n        }\n\n        private string FormatUrl(string proxyUrl, string target)\n        {\n            if (string.IsNullOrEmpty(proxyUrl))\n            {\n                return target;\n            }\n            else\n            {\n                if (proxyUrl.Contains(\"{0}\"))\n                {\n                    return string.Format(proxyUrl, target);\n                }\n                else\n                {\n                    if (!proxyUrl.EndsWith(\"/\"))\n                    {\n                        proxyUrl += \"/\";\n                    }\n\n                    return proxyUrl + target;\n                }\n            }\n        }\n\n        public async Task CheckAndUpdate(string proxyUrl = null)\n        {\n            try\n            {\n                if (NameLink.Contains(\"QQNTFileVerifyPatch\"))\n                {\n                    return;\n                }\n\n                string localVersion = GetLocalVersion();\n                string remoteVersion = await GetRemoteVersion(proxyUrl);\n\n                if (localVersion == null || new Version(remoteVersion) > new Version(localVersion))\n                {\n                    UpdateStatus($\"存在新版本{remoteVersion}，正在下载...\");\n                    Debug.WriteLine(\"发现新版本，正在下载...\");\n                    var url = DownloadUrl.Replace(\"#{version}\", remoteVersion);\n                    url = FormatUrl(proxyUrl, url);\n                    string downloadedFilePath = await DownloadLatestPackage(url, Path.Combine(Application.StartupPath, \"Public/Download\"));\n                    Debug.WriteLine(\"下载到：\" + downloadedFilePath);\n                    UpdateStatus($\"下载成功，解压中...\");\n\n                    // 解压\n                    string zipFileName = Path.GetFileNameWithoutExtension(downloadedFilePath);\n                    string extractPath = Path.Combine(Application.StartupPath, \"Public/Extracted\", zipFileName);\n                    if (Directory.Exists(extractPath))\n                    {\n                        Directory.Delete(extractPath, true);\n                    }\n\n                    Directory.CreateDirectory(extractPath);\n                    ZipFile.ExtractToDirectory(downloadedFilePath, extractPath);\n\n                    Debug.WriteLine(\"解压至：\" + extractPath);\n                    UpdateStatus($\"解压成功，替换中...\");\n\n                    // 找到根目录\n                    string pluginPath = FindDirectoryWithJson(extractPath);\n                    Debug.WriteLine(\"解压后的插件/本体目录：\" + pluginPath);\n\n                    // 拷贝\n                    DirectoryCopy(pluginPath, LocalPath);\n                    Debug.WriteLine(\"拷贝至：\" + LocalPath);\n\n\n                    // 清理\n                    if (File.Exists(downloadedFilePath))\n                    {\n                        File.Delete(downloadedFilePath);\n                    }\n\n                    if (Directory.Exists(extractPath))\n                    {\n                        Directory.Delete(extractPath, true);\n                    }\n\n                    Debug.WriteLine(\"清理完成。\");\n                    UpdateStatus($\"{remoteVersion}更新完成\");\n                }\n                else\n                {\n                    UpdateStatus($\"已是最新版本{localVersion}\");\n                    Debug.WriteLine(\"当前已是最新版本。\");\n                }\n            }\n            catch (Exception e)\n            {\n                Debug.WriteLine(e.ToString());\n                UpdateStatus(Status + \" 后发生异常：\" + e.Message);\n            }\n        }\n\n        private string FindDirectoryWithJson(string extractPath, int maxDepth = 2)\n        {\n            return FindDirectoryWithJsonRecursive(extractPath, maxDepth, 0);\n        }\n\n        private string FindDirectoryWithJsonRecursive(string currentPath, int maxDepth, int currentDepth)\n        {\n            if (currentDepth > maxDepth)\n            {\n                return null;\n            }\n\n            string[] jsonFiles = { \"package.json\", \"manifest.json\" };\n            foreach (var jsonFile in jsonFiles)\n            {\n                if (File.Exists(Path.Combine(currentPath, jsonFile)))\n                {\n                    return currentPath;\n                }\n            }\n\n            if (currentDepth < maxDepth)\n            {\n                foreach (var directory in Directory.GetDirectories(currentPath))\n                {\n                    var result = FindDirectoryWithJsonRecursive(directory, maxDepth, currentDepth + 1);\n                    if (result != null)\n                    {\n                        return result;\n                    }\n                }\n            }\n\n            return null;\n        }\n\n        private async Task<string> DownloadLatestPackage(string url, string localDirectory)\n        {\n            using (HttpClient client = new HttpClient())\n            {\n                var response = await client.GetAsync(url);\n                if (response.IsSuccessStatusCode)\n                {\n                    var data = await response.Content.ReadAsByteArrayAsync();\n                    var fileName = Path.GetFileName(url);\n                    var localPath = Path.Combine(localDirectory, fileName);\n                    Directory.CreateDirectory(localDirectory); // 确保目录存在\n                    File.WriteAllBytes(localPath, data);\n                    return localPath;\n                }\n                else\n                {\n                    throw new Exception(\"下载失败\");\n                }\n            }\n        }\n\n        private void DirectoryCopy(string sourceDirName, string destDirName, bool copySubDirs = true)\n        {\n            DirectoryInfo dir = new DirectoryInfo(sourceDirName);\n            DirectoryInfo[] dirs = dir.GetDirectories();\n\n            if (!dir.Exists)\n            {\n                throw new DirectoryNotFoundException(\"源目录不存在: \" + sourceDirName);\n            }\n\n            if (!Directory.Exists(destDirName))\n            {\n                Directory.CreateDirectory(destDirName);\n            }\n\n            FileInfo[] files = dir.GetFiles();\n            foreach (FileInfo file in files)\n            {\n                string tempPath = Path.Combine(destDirName, file.Name);\n                file.CopyTo(tempPath, true);\n            }\n\n            if (copySubDirs)\n            {\n                foreach (DirectoryInfo subdir in dirs)\n                {\n                    string tempPath = Path.Combine(destDirName, subdir.Name);\n                    DirectoryCopy(subdir.FullName, tempPath, copySubDirs);\n                }\n            }\n        }\n    }\n}"
  },
  {
    "path": "RevokeMsgPatcher/Model/ModifyInfo.cs",
    "content": "﻿using System;\nusing System.Collections.Generic;\nusing System.IO;\nusing System.Linq;\nusing System.Text;\nusing System.Threading.Tasks;\n\nnamespace RevokeMsgPatcher.Model\n{\n    public class ModifyInfo\n    {\n        public string Name { get; set; }\n\n        public string Version { get; set; }\n\n        public string SHA1Before { get; set; }\n\n        public string SHA1After { get; set; }\n\n        public List<Change> Changes { get; set; }\n\n        public ModifyInfo Clone()\n        {\n            ModifyInfo o = new ModifyInfo();\n            o.Name = Name;\n            o.Version = Version;\n            o.SHA1Before = SHA1Before;\n            o.SHA1After = SHA1After;\n            List<Change> cs = new List<Change>();\n            foreach(Change c in Changes)\n            {\n                cs.Add(c.Clone());\n            }\n            o.Changes = cs;\n            return o;\n        }\n    }\n}\n"
  },
  {
    "path": "RevokeMsgPatcher/Model/ReplacePattern.cs",
    "content": "﻿using System;\n\nnamespace RevokeMsgPatcher.Model\n{\n    public class ReplacePattern\n    {\n        public byte[] Search { get; set; }\n\n        public byte[] Replace { get; set; }\n\n        public string Category { get; set; }\n\n        /// <summary>\n        /// 悬浮气泡提示\n        /// </summary>\n        public string Tips { get; set; }\n\n        /// <summary>\n        /// 同类冲突标签\n        /// </summary>\n        public string SimilarCategories { get; set; }\n\n        /// <summary>\n        /// 选择同类冲突标签时的提示\n        /// </summary>\n        public string ChooseSimilarCategoriesMsg { get; set; }\n\n        public ReplacePattern Clone()\n        {\n            ReplacePattern o = new ReplacePattern();\n            o.Search = Search;\n            o.Replace = Replace;\n            return o;\n        }\n    }\n}\n"
  },
  {
    "path": "RevokeMsgPatcher/Model/TargetInfo.cs",
    "content": "﻿using System;\nusing System.Collections.Generic;\nusing System.IO;\nusing System.Linq;\nusing System.Text;\nusing System.Threading.Tasks;\n\nnamespace RevokeMsgPatcher.Model\n{\n    public class TargetInfo\n    {\n        public string Name { get; set; }\n\n        public string RelativePath { get; set; }\n\n        public string Memo { get; set; }\n\n        public string StartVersion { get; set; }\n\n        public string EndVersion { get; set; }\n\n        /// <summary>\n        /// 使用其他文件的版本作为版本号\n        /// </summary>\n        public string RelativePathForVersion { get; set; }\n\n        public TargetInfo Clone()\n        {\n            TargetInfo o = new TargetInfo();\n            o.Name = Name;\n            o.RelativePath = RelativePath;\n            o.Memo = Memo;\n            return o;\n        }\n\n        public string GetAbsolutePath(string installPath)\n        {\n            if (RelativePath.Contains(\"{version}\"))\n            {\n                // 获取{version}之前的路径部分\n                var versionIndex = RelativePath.IndexOf(\"{version}\");\n                var prefixPath = RelativePath.Substring(0, versionIndex);\n                var suffixPath = RelativePath.Substring(versionIndex + \"{version}\".Length);\n\n                // 构建搜索目录路径\n                var searchDirectory = Path.Combine(installPath, prefixPath);\n\n                if (!Directory.Exists(searchDirectory))\n                {\n                    return \"\";\n                }\n\n                // 获取所有子目录\n                var directories = Directory.GetDirectories(searchDirectory);\n\n                // 筛选包含至少三个点的目录名，并解析为版本号\n                var validVersions = new List<Tuple<string, Version>>();\n\n                foreach (var directory in directories)\n                {\n                    var dirName = Path.GetFileName(directory);\n\n                    // 检查是否包含至少两个点\n                    if (dirName.Count(c => c == '.') >= 2)\n                    {\n                        // 尝试解析为版本号\n                        if (Version.TryParse(dirName.Replace(\"-\",\".\"), out Version version))\n                        {\n                            validVersions.Add(new Tuple<string, Version>(dirName, version));\n                        }\n                    }\n                }\n\n                if (validVersions.Count == 0)\n                {\n                    throw new InvalidOperationException($\"No valid version directories found in: {searchDirectory}\");\n                }\n\n                // 找到版本号最大的目录\n                var maxVersionDir = validVersions.OrderByDescending(v => v.Item2).First().Item1;\n\n                // 构建完整路径\n                var fullRelativePath = RelativePath.Replace(\"{version}\", maxVersionDir);\n                return Path.Combine(installPath, fullRelativePath);\n            }\n            else\n            {\n                return Path.Combine(installPath, RelativePath);\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "RevokeMsgPatcher/Modifier/AppModifier.cs",
    "content": "﻿using RevokeMsgPatcher.Forms;\nusing RevokeMsgPatcher.Matcher;\nusing RevokeMsgPatcher.Model;\nusing RevokeMsgPatcher.Utils;\nusing System;\nusing System.Collections.Generic;\nusing System.Drawing;\nusing System.IO;\nusing System.Linq;\nusing System.Windows.Forms;\n\nnamespace RevokeMsgPatcher.Modifier\n{\n    /// <summary>\n    /// 1. 自动获取安装目录（已验证） 或者手动填写安装目录\n    /// 2. 验证安装目录 验证要修改的 dll 是否存在\n    /// 3. 判断所有 dll 是否符合防撤回要求\n    /// 4. 备份所有 dll  // *.h.bak\n    /// 5. 根据每个 dll 匹配的 修改信息 循环修改\n    /// </summary>\n    public abstract class AppModifier\n    {\n        protected App config;\n\n        public App Config\n        {\n            set { config = value; }\n            get { return config; }\n        }\n\n        protected List<FileHexEditor> editors;\n\n        public string InstallPath { get; set; }\n\n        /// <summary>\n        /// 自动搜索应用安装路径\n        /// </summary>\n        /// <returns>应用安装路径</returns>\n        public abstract string FindInstallPath();\n\n        //public abstract bool ValidateAndInitialize(string installPath);\n\n        /// <summary>\n        /// 获取版本号\n        /// </summary>\n        /// <returns></returns>\n        public abstract string GetVersion();\n\n        /// <summary>\n        /// 操作版本号显示控件的内容和样式\n        /// </summary>\n        /// <param name=\"label\">显示版本的控件</param>\n        public void SetVersionLabelAndCategoryCategories(Label label, Panel panel)\n        {\n            string version = GetVersion();\n            // 补丁信息中是否都有对应的版本\n            int i = 0, j = 0;\n\n            // 精确版本匹配\n            foreach (FileHexEditor editor in editors) // 多种文件\n            {\n                // 精确版本匹配\n                if (config.FileModifyInfos != null && config.FileModifyInfos.Count > 0)\n                {\n                    bool haven = false;\n                    foreach (ModifyInfo modifyInfo in config.FileModifyInfos[editor.FileName]) // 多个版本信息\n                    {\n                        if (editor.FileVersion == modifyInfo.Version)\n                        {\n                            haven = true;\n                            break;\n                        }\n                    }\n\n                    if (haven)\n                    {\n                        i++;\n                    }\n                }\n            }\n\n            if (i == editors.Count)\n            {\n                label.Text = version + \"（已支持）\";\n                label.ForeColor = Color.Green;\n                UIController.AddMsgToPanel(panel, \"只有基于特征的补丁才能选择功能\");\n                return;\n            }\n\n            // 模糊版本匹配（特征码）\n            // 特征码匹配的时候的可选功能项\n            SortedSet<string> categories = new SortedSet<string>();\n            SortedSet<string> installed = new SortedSet<string>();\n            foreach (FileHexEditor editor in editors) // 多种文件\n            {\n                // 匹配出对应版本是否有可以使用的特征\n                if (config.FileCommonModifyInfos != null)\n                {\n                    bool inRange = false;\n                    foreach (CommonModifyInfo commonModifyInfo in config.FileCommonModifyInfos[editor.FileName])\n                    {\n                        // editor.FileVersion 在 StartVersion 和 EndVersion 之间\n                        if (IsInVersionRange(editor.FileVersion, commonModifyInfo.StartVersion, commonModifyInfo.EndVersion))\n                        {\n                            // 取出特征码的功能类型\n                            foreach (string c in commonModifyInfo.GetCategories())\n                            {\n                                if (c != null)\n                                {\n                                    categories.Add(c);\n                                }\n                            }\n\n                            // 获取已经安装过的功能类型\n                            SortedSet<string> replaced = ModifyFinder.FindReplacedFunction(editor.FilePath, commonModifyInfo.ReplacePatterns);\n                            foreach (string c in replaced)\n                            {\n                                installed.Add(c);\n                            }\n\n                            inRange = true;\n                            break;\n                        }\n                    }\n\n                    if (inRange)\n                    {\n                        j++;\n                    }\n                }\n            }\n\n            // 全部都有对应匹配的版本\n            if (j == editors.Count)\n            {\n                label.Text = version + \"（支持特征防撤回）\";\n                // // QQNT 特殊处理\n                // if (config.Name == \"QQNT\")\n                // {\n                //     label.Text = version + \"（支持LiteLoader）\";\n                // }\n\n                label.ForeColor = Color.LimeGreen;\n                UIController.AddCategoryCheckBoxToPanel(panel, categories.ToArray(), installed.ToArray());\n            }\n            else\n            {\n                label.Text = version + \"（不支持）\";\n                label.ForeColor = Color.Red;\n                UIController.AddMsgToPanel(panel, \"无功能选项\");\n            }\n        }\n\n        /// <summary>\n        /// 判断APP安装路径内是否都存在要修改的文件\n        /// </summary>\n        /// <param name=\"installPath\">APP安装路径</param>\n        /// <returns></returns>\n        public bool IsAllFilesExist(string installPath)\n        {\n            if (string.IsNullOrEmpty(installPath))\n            {\n                return false;\n            }\n\n            int success = 0, count = 0;\n            foreach (TargetInfo info in config.FileTargetInfos.Values)\n            {\n                string filePath = info.GetAbsolutePath(installPath);\n                if (info.Name != \"WeChat.exe\")\n                {\n                    count++;\n                    if (File.Exists(filePath))\n                    {\n                        success++;\n                    }\n                }\n            }\n\n            if (success == count && success >= 1)\n            {\n                return true;\n            }\n            else\n            {\n                return false;\n            }\n        }\n\n        /// <summary>\n        /// 判断版本是否处于版本范围，特殊版本的可以重载此方法\n        /// </summary>\n        /// <param name=\"version\">当前版本</param>\n        /// <param name=\"start\">起始版本</param>\n        /// <param name=\"end\">结束版本,为空为不限制</param>\n        /// <returns></returns>\n        public bool IsInVersionRange(string version, string start, string end)\n        {\n            try\n            {\n                if (VersionUtil.Compare(version, start) == 1 && VersionUtil.Compare(version, end) <= 0)\n                {\n                    return true;\n                }\n            }\n            catch (Exception e)\n            {\n                Console.WriteLine(\"判断版本范围时出错：\" + e.Message);\n            }\n\n            return false;\n        }\n\n        /// <summary>\n        /// 寻找版本对应的特征码信息\n        /// </summary>\n        /// <param name=\"editor\">文件编辑器</param>\n        private CommonModifyInfo FindCommonModifyInfo(FileHexEditor editor)\n        {\n            foreach (CommonModifyInfo commonModifyInfo in config.FileCommonModifyInfos[editor.FileName])\n            {\n                // editor.FileVersion 在 StartVersion 和 EndVersion 之间\n                if (IsInVersionRange(editor.FileVersion, commonModifyInfo.StartVersion, commonModifyInfo.EndVersion))\n                {\n                    Console.WriteLine($\"{commonModifyInfo.StartVersion}<{editor.FileVersion}<={commonModifyInfo.EndVersion}\");\n                    return commonModifyInfo;\n                }\n            }\n\n            return null;\n        }\n\n        /// <summary>\n        /// 文件修改器是否已经有对应的特征码修改替换信息\n        /// </summary>\n        /// <returns></returns>\n        [Obsolete]\n        public bool EditorsHasCommonModifyInfos()\n        {\n            int i = 0;\n            for (i = 0; i < editors.Count; i++) // 多种文件\n            {\n                if (editors[i].FileCommonModifyInfo == null)\n                {\n                    break;\n                }\n            }\n\n            if (i == editors.Count)\n            {\n                return true;\n            }\n            else\n            {\n                return false;\n            }\n        }\n\n        /// <summary>\n        /// a.初始化修改器\n        /// </summary>\n        /// <param name=\"installPath\">APP安装路径</param>\n        public bool InitEditors(string installPath)\n        {\n            InstallPath = null;\n\n            // 初始化文件修改器\n            editors = new List<FileHexEditor>();\n            foreach (TargetInfo info in config.FileTargetInfos.Values)\n            {\n                FileHexEditor editor = new FileHexEditor(installPath, info);\n                // editor.FileVersion 在 StartVersion 和 EndVersion 之间\n                if ((string.IsNullOrEmpty(info.StartVersion) && string.IsNullOrEmpty(info.EndVersion))\n                    || IsInVersionRange(editor.FileVersion, info.StartVersion, info.EndVersion))\n                {\n                    editors.Add(editor);\n                }\n            }\n\n            if (editors.Count == 0)\n            {\n                MessageBox.Show(\"当前版本没有对应的文件修改信息，请确认补丁信息是否正常！\");\n                return false;\n            }\n\n            InstallPath = installPath;\n\n            return true;\n        }\n\n        /// <summary>\n        /// b.验证文件完整性，寻找对应的补丁信息\n        /// </summary>\n        /// <param name=\"categories\">操作类型（防撤回或者多开等）,为空则是所有操作</param>\n        public void ValidateAndFindModifyInfo(List<string> categories)\n        {\n            // 寻找对应文件版本与SHA1的修改信息\n            foreach (FileHexEditor editor in editors) // 多种文件\n            {\n                // 通过SHA1和文件版本判断是否可以打补丁 根据不同结果返回不同的提示\n                ModifyInfo matchingSHA1Before = null, matchingSHA1After = null, matchingVersion = null;\n                if (config.FileModifyInfos != null && config.FileModifyInfos.Count > 0)\n                {\n                    foreach (ModifyInfo modifyInfo in config.FileModifyInfos[editor.FileName]) // 多个版本信息\n                    {\n                        if (modifyInfo.Name == editor.FileName) // 保险用的无用判断\n                        {\n                            if (editor.FileSHA1 == modifyInfo.SHA1After)\n                            {\n                                matchingSHA1After = modifyInfo;\n                            }\n                            else if (editor.FileSHA1 == modifyInfo.SHA1Before)\n                            {\n                                matchingSHA1Before = modifyInfo;\n                            }\n\n                            if (editor.FileVersion == modifyInfo.Version)\n                            {\n                                matchingVersion = modifyInfo;\n                            }\n                        }\n                    }\n                }\n\n\n                // 补丁前SHA1匹配上，肯定是正确的dll\n                if (matchingSHA1Before != null)\n                {\n                    editor.FileModifyInfo = matchingSHA1Before;\n                    editor.TargetChanges = matchingSHA1Before.Changes;\n                    continue;\n                }\n\n                // 补丁后SHA1匹配上，肯定已经打过补丁\n                if (matchingSHA1After != null)\n                {\n                    throw new BusinessException(\"installed\", $\"你已经安装过此补丁！\");\n                }\n\n                // SHA1不匹配说明精准替换肯定不支持\n                if (matchingSHA1Before == null && matchingSHA1After == null)\n                {\n                    // 尝试使用特征码替换\n                    // 多个版本范围，匹配出对应版本可以使用的特征\n                    if (config.FileCommonModifyInfos != null)\n                    {\n                        editor.FileCommonModifyInfo = FindCommonModifyInfo(editor);\n                    }\n\n                    // 存在对应的特征时不报错\n                    if (editor.FileCommonModifyInfo != null && editor.FileCommonModifyInfo.ReplacePatterns != null)\n                    {\n                        List<ReplacePattern> replacePatterns = editor.FileCommonModifyInfo.ReplacePatterns;\n                        // 根据需要操作的功能类型（防撤回或者多开等）筛选特征码\n                        if (categories != null && categories.Count > 0)\n                        {\n                            replacePatterns = editor.FileCommonModifyInfo.ReplacePatterns.Where(info => categories.Contains(info.Category)).ToList();\n                        }\n\n                        // 如果能顺利得到 TargetChanges 不报错则可以使用特征替换方式\n                        editor.TargetChanges = ModifyFinder.FindChanges(editor.FilePath, replacePatterns);\n                        continue;\n                    }\n                    else\n                    {\n                        // SHA1不匹配，连版本也不匹配，说明完全不支持\n                        if (matchingVersion == null)\n                        {\n                            throw new BusinessException(\"not_support\", $\"不支持的文件：名称 {editor.FileName} 版本 {editor.FileVersion}！\");\n                        }\n\n                        // SHA1不匹配，但是版本匹配，可能dll已经被其他补丁程序修改过\n                        if (matchingVersion != null)\n                        {\n                            throw new BusinessException(\"maybe_modified\", $\"程序支持此文件版本： {editor.FileName} - {editor.FileVersion}。但是文件校验不通过，请确认是否使用过其他补丁程序！\");\n                        }\n                    }\n                }\n            }\n        }\n\n        /// <summary>\n        /// c.根据补丁信息，安装补丁\n        /// 两种打补丁的方式：精准（指定位置替换）、通用（特征码替换）\n        /// </summary>\n        /// <returns></returns>\n        public bool Patch()\n        {\n            // 首先验证文件修改器是否没问题\n            if (editors.Count == 0)\n            {\n                throw new Exception(\"补丁安装失败，原因：无对应的文件修改器\");\n            }\n\n            foreach (FileHexEditor editor in editors)\n            {\n                if (editor == null)\n                {\n                    throw new Exception(\"补丁安装失败，原因：文件修改器初始化失败！\");\n                }\n            }\n\n            // 再备份所有文件\n            foreach (FileHexEditor editor in editors)\n            {\n                editor.Backup();\n            }\n\n            // 打补丁！\n            List<FileHexEditor> done = new List<FileHexEditor>(); // 已经打上补丁的\n            try\n            {\n                foreach (FileHexEditor editor in editors)\n                {\n                    bool success = editor.Patch();\n                    if (!success)\n                    {\n                        // 此处还原逻辑不可能进入\n                        editor.Restore();\n                    }\n                    else\n                    {\n                        done.Add(editor);\n                    }\n                }\n\n                AfterPatchSuccess();\n            }\n            catch (Exception ex)\n            {\n                // 恢复所有已经打上补丁的文件\n                foreach (FileHexEditor editor in done)\n                {\n                    editor.Restore();\n                }\n\n                AfterPatchFail();\n                throw ex;\n            }\n\n            return true;\n        }\n\n        public bool BackupExists()\n        {\n            foreach (FileHexEditor editor in editors)\n            {\n                if (!File.Exists(editor.FileBakPath) || editor.FileVersion != editor.BackupFileVersion)\n                {\n                    return false;\n                }\n            }\n\n            return true;\n        }\n\n        public bool Restore()\n        {\n            if (BackupExists())\n            {\n                foreach (FileHexEditor editor in editors)\n                {\n                    string currVersion = editor.FileVersion;\n                    string bakVersion = editor.BackupFileVersion;\n                    if (currVersion != bakVersion)\n                    {\n                        DialogResult dr = MessageBox.Show(\n                            $\"当前文件：{editor.FilePath}，版本：{currVersion}；\" + Environment.NewLine +\n                            $\"备份文件：{editor.FileBakPath}，版本：{bakVersion}；\" + Environment.NewLine +\n                            $\"两者版本不一致，是否继续还原？\",\n                            \"提示 \", MessageBoxButtons.OKCancel, MessageBoxIcon.Question);\n                        if (dr == DialogResult.OK)\n                        {\n                            editor.Restore();\n                        }\n                        else\n                        {\n                            return false;\n                        }\n                    }\n                    else\n                    {\n                        editor.Restore();\n                    }\n                }\n\n                return true;\n            }\n            else\n            {\n                throw new Exception(\"备份文件不存在，还原失败！\");\n            }\n        }\n\n        public abstract void  AfterPatchSuccess();\n\n        public abstract void AfterPatchFail();\n    }\n}"
  },
  {
    "path": "RevokeMsgPatcher/Modifier/FileHexEditor.cs",
    "content": "﻿using RevokeMsgPatcher.Model;\nusing RevokeMsgPatcher.Utils;\nusing System.Collections.Generic;\nusing System.IO;\n\nnamespace RevokeMsgPatcher.Modifier\n{\n    public class FileHexEditor\n    {\n        public string FileName { get; set; }\n\n        public string FilePath { get; set; }\n\n        public string FileBakPath { get; set; }\n\n        private string fileReplacedPath;\n\n        private string version;\n        public string FileVersion\n        {\n            get\n            {\n                // version 可能被构造函数初始化，请注意！\n                if (version == null)\n                {\n                    version = FileUtil.GetFileVersion(FilePath);\n                }\n                return version;\n            }\n        }\n\n        public string BackupFileVersion\n        {\n            get\n            {\n                return FileUtil.GetFileVersion(FileBakPath);\n            }\n        }\n\n        public string sha1;\n        public string FileSHA1\n        {\n            get\n            {\n                if (sha1 == null)\n                {\n                    sha1 = FileUtil.ComputeFileSHA1(FilePath);\n                }\n                return sha1;\n            }\n        }\n\n        public TargetInfo FileTargetInfo { get; set; }\n\n        /// <summary>\n        /// 通过比对SHA1得到的特定版本的修改信息\n        /// </summary>\n        public ModifyInfo FileModifyInfo { get; set; }\n\n        /// <summary>\n        /// 通过比对版本范围得到的通用查找替换的修改信息（特征码替换信息）\n        /// </summary>\n        public CommonModifyInfo FileCommonModifyInfo { get; set; }\n\n        /// <summary>\n        /// 将要执行的修改\n        /// </summary>\n        public List<Change> TargetChanges { get; set; }\n\n        public FileHexEditor(string installPath, TargetInfo target)\n        {\n            FileTargetInfo = target.Clone();\n            FileName = FileTargetInfo.Name;\n            FilePath = FileTargetInfo.GetAbsolutePath(installPath);\n            FileBakPath = FilePath + \".h.bak\";\n            fileReplacedPath = FilePath + \".h.process\";\n            // if (target.RelativePathForVersion != null)\n            // {\n            //     version = FileUtil.GetFileVersion(Path.Combine(installPath, target.RelativePathForVersion));\n            // }\n        }\n\n        /// <summary>\n        /// 备份\n        /// </summary>\n        public void Backup()\n        {\n            // 不覆盖同版本的备份文件\n            if (File.Exists(FileBakPath))\n            {\n                if (FileVersion != BackupFileVersion)\n                {\n                    File.Copy(FilePath, FileBakPath, true);\n                }\n            }\n            else\n            {\n                File.Copy(FilePath, FileBakPath, true);\n            }\n\n        }\n\n        /// <summary>\n        /// 打补丁\n        /// </summary>\n        /// <returns></returns>\n        public bool Patch()\n        {\n            if (TargetChanges == null)\n            {\n                throw new BusinessException(\"change_null\", \"在安装补丁时，变更的内容为空！\");\n            }\n\n            FileUtil.EditMultiHex(FilePath, TargetChanges);\n            return true;\n        }\n\n        /// <summary>\n        /// 还原\n        /// </summary>\n        public void Restore()\n        {\n            File.Copy(FileBakPath, FilePath, true);\n        }\n    }\n}\n"
  },
  {
    "path": "RevokeMsgPatcher/Modifier/QQLiteModifier.cs",
    "content": "﻿using RevokeMsgPatcher.Model;\nusing RevokeMsgPatcher.Utils;\nusing System;\nusing System.Collections.Generic;\n\nnamespace RevokeMsgPatcher.Modifier\n{\n    class QQLiteModifier : AppModifier\n    {\n        public QQLiteModifier(App config)\n        {\n            this.config = config;\n        }\n\n        public override void AfterPatchSuccess()\n        {\n        }\n\n        public override void AfterPatchFail()\n        {\n        }\n\n        /// <summary>\n        /// 自动寻找获取微信安装路径\n        /// </summary>\n        /// <returns></returns>\n        public override string FindInstallPath()\n        {\n            try\n            {\n                string installPath = PathUtil.FindInstallPathFromRegistry(\"QQLite\");\n                if (!IsAllFilesExist(installPath))\n                {\n                    List<string> defaultPathList = PathUtil.GetDefaultInstallPaths(@\"Tencent\\QQLite\");\n                    foreach (string defaultPath in defaultPathList)\n                    {\n                        if (IsAllFilesExist(defaultPath))\n                        {\n                            return defaultPath;\n                        }\n                    }\n                }\n                else\n                {\n                    return installPath;\n                }\n            }\n            catch (Exception e)\n            {\n                Console.WriteLine(e.Message);\n            }\n            return null;\n        }\n\n        /// <summary>\n        /// 获取整个APP的当前版本\n        /// </summary>\n        /// <returns></returns>\n        public override string GetVersion()\n        {\n            if (editors != null && editors.Count > 0)\n            {\n                foreach (FileHexEditor editor in editors)\n                {\n                    if (editor.FileName == \"IM.dll\")\n                    {\n                        return editor.FileVersion;\n                    }\n                }\n            }\n            return \"\";\n        }\n    }\n}\n"
  },
  {
    "path": "RevokeMsgPatcher/Modifier/QQModifier.cs",
    "content": "﻿using RevokeMsgPatcher.Model;\nusing RevokeMsgPatcher.Utils;\nusing System;\nusing System.Collections.Generic;\n\nnamespace RevokeMsgPatcher.Modifier\n{\n    class QQModifier : AppModifier\n    {\n        public QQModifier(App config)\n        {\n            this.config = config;\n        }\n\n        public override void AfterPatchSuccess()\n        {\n        }\n\n        public override void AfterPatchFail()\n        {\n        }\n\n        /// <summary>\n        /// 自动寻找获取微信安装路径\n        /// </summary>\n        /// <returns></returns>\n        public override string FindInstallPath()\n        {\n            try\n            {\n                string installPath = PathUtil.FindInstallPathFromRegistry(\"{052CFB79-9D62-42E3-8A15-DE66C2C97C3E}\");\n                if (!IsAllFilesExist(installPath))\n                {\n                    List<string> defaultPathList = PathUtil.GetDefaultInstallPaths(@\"Tencent\\QQ\");\n                    foreach (string defaultPath in defaultPathList)\n                    {\n                        if (IsAllFilesExist(defaultPath))\n                        {\n                            return defaultPath;\n                        }\n                    }\n                }\n                else\n                {\n                    return installPath;\n                }\n            }\n            catch (Exception e)\n            {\n                Console.WriteLine(e.Message);\n            }\n            return null;\n        }\n\n        /// <summary>\n        /// 获取整个APP的当前版本\n        /// </summary>\n        /// <returns></returns>\n        public override string GetVersion()\n        {\n            if (editors != null && editors.Count > 0)\n            {\n                foreach (FileHexEditor editor in editors)\n                {\n                    if (editor.FileName == \"IM.dll\")\n                    {\n                        return editor.FileVersion;\n                    }\n                }\n            }\n            return \"\";\n        }\n    }\n}\n"
  },
  {
    "path": "RevokeMsgPatcher/Modifier/QQNTModifier.cs",
    "content": "﻿using RevokeMsgPatcher.Model;\nusing RevokeMsgPatcher.Utils;\nusing System;\nusing System.Collections.Generic;\nusing System.Diagnostics;\nusing System.IO;\nusing System.Text.RegularExpressions;\nusing System.Windows.Forms;\n\nnamespace RevokeMsgPatcher.Modifier\n{\n    class QQNTModifier : AppModifier\n    {\n        public QQNTModifier(App config)\n        {\n            this.config = config;\n        }\n\n        /// <summary>\n        /// 自动寻找获取微信安装路径\n        /// </summary>\n        /// <returns></returns>\n        public override string FindInstallPath()\n        {\n            try\n            {\n                string installPath = PathUtil.FindInstallPathFromRegistryWOW6432Node(\"QQ\");\n                if (!string.IsNullOrEmpty(installPath))\n                {\n                    installPath = Path.GetDirectoryName(installPath);\n                    if (IsAllFilesExist(installPath))\n                    {\n                        return installPath;\n                    }\n                }\n            \n                installPath = PathUtil.FindInstallPathFromRegistry(\"QQNT\");\n                if (!IsAllFilesExist(installPath))\n                {\n                    List<string> defaultPathList = PathUtil.GetDefaultInstallPaths(@\"Tencent\\QQNT\");\n                    foreach (string defaultPath in defaultPathList)\n                    {\n                        if (IsAllFilesExist(defaultPath))\n                        {\n                            return defaultPath;\n                        }\n                    }\n                }\n                else\n                {\n                    return installPath;\n                }\n            }\n            catch (Exception e)\n            {\n                Console.WriteLine(e.Message);\n            }\n            \n            return null;\n        }\n\n        /// <summary>\n        /// 获取整个APP的当前版本\n        /// </summary>\n        /// <returns></returns>\n        public override string GetVersion()\n        {\n            if (editors != null && editors.Count > 0)\n            {\n                foreach (FileHexEditor editor in editors)\n                {\n                    if (editor.FileName == \"wrapper.node\")\n                    {\n                        return editor.FileVersion;\n                    }\n                }\n            }\n            return \"\";\n        }\n\n        public override void AfterPatchSuccess()\n        {\n\n        }\n\n        public override void AfterPatchFail()\n        {\n\n        }\n\n        public new bool Restore()\n        {\n            AfterPatchFail();\n            return base.Restore();\n        }\n    }\n}"
  },
  {
    "path": "RevokeMsgPatcher/Modifier/TIMModifier.cs",
    "content": "﻿using RevokeMsgPatcher.Model;\nusing RevokeMsgPatcher.Utils;\n\nnamespace RevokeMsgPatcher.Modifier\n{\n    class TIMModifier : AppModifier\n    {\n\n        public TIMModifier(App config)\n        {\n            this.config = config;\n        }\n\n        public override void AfterPatchSuccess()\n        {\n        }\n\n        public override void AfterPatchFail()\n        {\n        }\n\n        /// <summary>\n        /// 自动寻找获取微信安装路径\n        /// </summary>\n        /// <returns></returns>\n        public override string FindInstallPath()\n        {\n            string installPath = PathUtil.FindInstallPathFromRegistry(\"TIM\");\n            if (!IsAllFilesExist(installPath))\n            {\n                foreach (string defaultPath in PathUtil.GetDefaultInstallPaths(@\"Tencent\\TIM\"))\n                {\n                    if (IsAllFilesExist(defaultPath))\n                    {\n                        return defaultPath;\n                    }\n                }\n            }\n            else\n            {\n                return installPath;\n            }\n            return null;\n        }\n\n        /// <summary>\n        /// 获取整个APP的当前版本\n        /// </summary>\n        /// <returns></returns>\n        public override string GetVersion()\n        {\n            if (editors != null && editors.Count > 0)\n            {\n                foreach (FileHexEditor editor in editors)\n                {\n                    if (editor.FileName == \"IM.dll\")\n                    {\n                        return editor.FileVersion;\n                    }\n                }\n            }\n            return \"\";\n        }\n    }\n}\n"
  },
  {
    "path": "RevokeMsgPatcher/Modifier/WechatModifier.cs",
    "content": "﻿using RevokeMsgPatcher.Model;\nusing RevokeMsgPatcher.Utils;\nusing System;\nusing System.Collections.Generic;\nusing System.IO;\n\nnamespace RevokeMsgPatcher.Modifier\n{\n    class WechatModifier : AppModifier\n    {\n\n        public WechatModifier(App config)\n        {\n            this.config = config;\n        }\n\n        public override void AfterPatchSuccess()\n        {\n        }\n\n        public override void AfterPatchFail()\n        {\n        }\n\n        /// <summary>\n        /// 自动寻找获取微信安装路径\n        /// </summary>\n        /// <returns></returns>\n        public override string FindInstallPath()\n        {\n            try\n            {\n                string installPath = PathUtil.FindInstallPathFromRegistry(\"Wechat\");\n                string realPath = GetRealInstallPath(installPath);\n                if (string.IsNullOrEmpty(realPath))\n                {\n                    List<string> defaultPathList = PathUtil.GetDefaultInstallPaths(@\"Tencent\\Wechat\");\n                    foreach (string defaultPath in defaultPathList)\n                    {\n                        realPath = GetRealInstallPath(defaultPath);\n                        if (!string.IsNullOrEmpty(realPath))\n                        {\n                            return defaultPath;\n                        }\n                    }\n                }\n                else\n                {\n                    return realPath;\n                }\n            }\n            catch (Exception e)\n            {\n                Console.WriteLine(e.Message);\n            }\n            return null;\n        }\n\n        /// <summary>\n        /// 微信 3.5.0.4 改变了目录结构\n        /// </summary>\n        /// <param name=\"basePath\"></param>\n        /// <returns></returns>\n        private string GetRealInstallPath(string basePath)\n        {\n            if (basePath == null)\n            {\n                return null;\n            }\n            if (IsAllFilesExist(basePath))\n            {\n                return basePath;\n            }\n            DirectoryInfo[] directories = new DirectoryInfo(basePath).GetDirectories();\n            PathUtil.SortByLastWriteTimeDesc(ref directories); // 按修改时间倒序\n            foreach (DirectoryInfo folder in directories)\n            {\n                if (IsAllFilesExist(folder.FullName))\n                {\n                    return folder.FullName;\n                }\n            }\n            return null;\n        }\n\n\n        /// <summary>\n        /// 获取整个APP的当前版本\n        /// </summary>\n        /// <returns></returns>\n        public override string GetVersion()\n        {\n            if (editors != null && editors.Count > 0)\n            {\n                foreach (FileHexEditor editor in editors)\n                {\n                    if (editor.FileName == \"WeChatWin.dll\")\n                    {\n                        return editor.FileVersion;\n                    }\n                }\n            }\n            return \"\";\n        }\n\n        //public override bool ValidateAndInitialize(string installPath)\n        //{\n        //    // 判断是否是安装路径\n        //    if (!IsAllBinaryFilesExist(installPath))\n        //    {\n        //        return false;\n        //    }\n\n        //    // 初始化十六进制文件编辑器\n        //    // 并寻找与之配对的版本修改信息\n        //    InitEditors(installPath);\n\n        //    return true;\n        //}\n    }\n}\n"
  },
  {
    "path": "RevokeMsgPatcher/Modifier/WeixinModifier.cs",
    "content": "﻿using RevokeMsgPatcher.Model;\nusing RevokeMsgPatcher.Utils;\nusing System;\nusing System.Collections.Generic;\nusing System.IO;\n\nnamespace RevokeMsgPatcher.Modifier\n{\n    class WeixinModifier : AppModifier\n    {\n\n        public WeixinModifier(App config)\n        {\n            this.config = config;\n        }\n\n        public override void AfterPatchSuccess()\n        {\n        }\n\n        public override void AfterPatchFail()\n        {\n        }\n\n        /// <summary>\n        /// 自动寻找获取微信安装路径\n        /// </summary>\n        /// <returns></returns>\n        public override string FindInstallPath()\n        {\n            try\n            {\n                string installPath = PathUtil.FindInstallPathFromRegistryWOW6432Node(\"Weixin\");\n                string realPath = null;\n                if (!string.IsNullOrEmpty(installPath))\n                {\n                    installPath = Path.GetDirectoryName(installPath);\n                    realPath = GetRealInstallPath(installPath);\n                }\n                if (string.IsNullOrEmpty(realPath))\n                {\n                    List<string> defaultPathList = PathUtil.GetDefaultInstallPaths(@\"Tencent\\Weixin\");\n                    foreach (string defaultPath in defaultPathList)\n                    {\n                        realPath = GetRealInstallPath(defaultPath);\n                        if (!string.IsNullOrEmpty(realPath))\n                        {\n                            return defaultPath;\n                        }\n                    }\n                }\n                else\n                {\n                    return realPath;\n                }\n            }\n            catch (Exception e)\n            {\n                Console.WriteLine(e.Message);\n            }\n            return null;\n        }\n\n        /// <summary>\n        /// 微信目录结构\n        /// </summary>\n        /// <param name=\"basePath\"></param>\n        /// <returns></returns>\n        private string GetRealInstallPath(string basePath)\n        {\n            if (basePath == null)\n            {\n                return null;\n            }\n            DirectoryInfo[] directories = new DirectoryInfo(basePath).GetDirectories();\n            PathUtil.SortByLastWriteTimeDesc(ref directories); // 按修改时间倒序\n            foreach (DirectoryInfo folder in directories)\n            {\n                if (IsAllFilesExist(folder.FullName))\n                {\n                    return folder.FullName;\n                }\n            }\n            return null;\n        }\n\n\n        /// <summary>\n        /// 获取整个APP的当前版本\n        /// </summary>\n        /// <returns></returns>\n        public override string GetVersion()\n        {\n            if (editors != null && editors.Count > 0)\n            {\n                foreach (FileHexEditor editor in editors)\n                {\n                    if (editor.FileName == \"Weixin.dll\")\n                    {\n                        return editor.FileVersion;\n                    }\n                }\n            }\n            return \"\";\n        }\n\n        //public override bool ValidateAndInitialize(string installPath)\n        //{\n        //    // 判断是否是安装路径\n        //    if (!IsAllBinaryFilesExist(installPath))\n        //    {\n        //        return false;\n        //    }\n\n        //    // 初始化十六进制文件编辑器\n        //    // 并寻找与之配对的版本修改信息\n        //    InitEditors(installPath);\n\n        //    return true;\n        //}\n    }\n}\n"
  },
  {
    "path": "RevokeMsgPatcher/Program.cs",
    "content": "﻿using System;\nusing System.Collections.Generic;\nusing System.Linq;\nusing System.Threading.Tasks;\nusing System.Windows.Forms;\n\nnamespace RevokeMsgPatcher\n{\n    static class Program\n    {\n        /// <summary>\n        /// 应用程序的主入口点。\n        /// </summary>\n        [STAThread]\n        static void Main()\n        {\n\n\n#if DEBUG\n            Application.EnableVisualStyles();\n            Application.SetCompatibleTextRenderingDefault(false);\n            Application.Run(new FormMain());\n#else\n            try\n            {\n                Application.EnableVisualStyles();\n                Application.SetCompatibleTextRenderingDefault(false);\n\n                //当前用户是管理员的时候，直接启动应用程序\n                //如果不是管理员，则使用启动对象启动程序，以确保使用管理员身份运行\n                //获得当前登录的Windows用户标示\n                System.Security.Principal.WindowsIdentity identity = System.Security.Principal.WindowsIdentity.GetCurrent();\n                System.Security.Principal.WindowsPrincipal principal = new System.Security.Principal.WindowsPrincipal(identity);\n                //判断当前登录用户是否为管理员\n                if (principal.IsInRole(System.Security.Principal.WindowsBuiltInRole.Administrator))\n                {\n                    //如果是管理员，则直接运行\n                    Application.Run(new FormMain());\n                }\n                else\n                {\n                    //创建启动对象\n                    System.Diagnostics.ProcessStartInfo startInfo = new System.Diagnostics.ProcessStartInfo();\n                    startInfo.UseShellExecute = true;\n                    startInfo.WorkingDirectory = Environment.CurrentDirectory;\n                    startInfo.FileName = Application.ExecutablePath;\n                    //设置启动动作,确保以管理员身份运行\n                    startInfo.Verb = \"runas\";\n                    try\n                    {\n                        System.Diagnostics.Process.Start(startInfo);\n                    }\n                    catch\n                    {\n                        return;\n                    }\n                    //退出\n                    Application.Exit();\n                }\n\n            }\n            catch (Exception ex)\n            {\n                MessageBox.Show(ex.Message + \"\\n\" + ex.StackTrace.Trim(), \"错误\", MessageBoxButtons.OK, MessageBoxIcon.Error);\n            }\n#endif\n        }\n\n\n        static void Application_ThreadException(object sender, System.Threading.ThreadExceptionEventArgs e)\n        {\n            MessageBox.Show(e.Exception.Message + \"\\n\" + e.Exception.StackTrace.Trim(), \"错误\", MessageBoxButtons.OK, MessageBoxIcon.Error);\n        }\n\n        static void CurrentDomain_UnhandledException(object sender, UnhandledExceptionEventArgs e)\n        {\n            MessageBox.Show((e.ExceptionObject as Exception).Message + \"\\n\" + (e.ExceptionObject as Exception).StackTrace.Trim(), \"错误\", MessageBoxButtons.OK, MessageBoxIcon.Error);\n        }\n    }\n}\n"
  },
  {
    "path": "RevokeMsgPatcher/Properties/AssemblyInfo.cs",
    "content": "﻿using System.Reflection;\nusing System.Runtime.CompilerServices;\nusing System.Runtime.InteropServices;\n\n// 有关程序集的一般信息由以下\n// 控制。更改这些特性值可修改\n// 与程序集关联的信息。\n[assembly: AssemblyTitle(\"RevokeMsgPatcher\")]\n[assembly: AssemblyDescription(\"微信防撤回补丁\")]\n[assembly: AssemblyConfiguration(\"\")]\n[assembly: AssemblyCompany(\"huiyadanli\")]\n[assembly: AssemblyProduct(\"RevokeMsgPatcher\")]\n[assembly: AssemblyCopyright(\"Copyright ©  2019-2021\")]\n[assembly: AssemblyTrademark(\"\")]\n[assembly: AssemblyCulture(\"\")]\n\n// 将 ComVisible 设置为 false 会使此程序集中的类型\n//对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型\n//请将此类型的 ComVisible 特性设置为 true。\n[assembly: ComVisible(false)]\n\n// 如果此项目向 COM 公开，则下列 GUID 用于类型库的 ID\n[assembly: Guid(\"977bf781-ced8-4389-9404-0fa08fdf21df\")]\n\n// 程序集的版本信息由下列四个值组成: \n//\n//      主版本\n//      次版本\n//      生成号\n//      修订号\n//\n// 可以指定所有值，也可以使用以下所示的 \"*\" 预置版本号和修订号\n// 方法是按如下所示使用“*”: :\n//[assembly: AssemblyVersion(\"1.0.*\")]\n[assembly: AssemblyVersion(\"2.1\")]\n[assembly: AssemblyFileVersion(\"2.1\")]\n"
  },
  {
    "path": "RevokeMsgPatcher/Properties/Resources.Designer.cs",
    "content": "﻿//------------------------------------------------------------------------------\n// <auto-generated>\n//     此代码由工具生成。\n//     运行时版本:4.0.30319.42000\n//\n//     对此文件的更改可能会导致不正确的行为，并且如果\n//     重新生成代码，这些更改将会丢失。\n// </auto-generated>\n//------------------------------------------------------------------------------\n\nnamespace RevokeMsgPatcher.Properties {\n    using System;\n    \n    \n    /// <summary>\n    ///   一个强类型的资源类，用于查找本地化的字符串等。\n    /// </summary>\n    // 此类是由 StronglyTypedResourceBuilder\n    // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。\n    // 若要添加或移除成员，请编辑 .ResX 文件，然后重新运行 ResGen\n    // (以 /str 作为命令选项)，或重新生成 VS 项目。\n    [global::System.CodeDom.Compiler.GeneratedCodeAttribute(\"System.Resources.Tools.StronglyTypedResourceBuilder\", \"18.0.0.0\")]\n    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\n    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]\n    internal class Resources {\n        \n        private static global::System.Resources.ResourceManager resourceMan;\n        \n        private static global::System.Globalization.CultureInfo resourceCulture;\n        \n        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute(\"Microsoft.Performance\", \"CA1811:AvoidUncalledPrivateCode\")]\n        internal Resources() {\n        }\n        \n        /// <summary>\n        ///   返回此类使用的缓存的 ResourceManager 实例。\n        /// </summary>\n        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]\n        internal static global::System.Resources.ResourceManager ResourceManager {\n            get {\n                if (object.ReferenceEquals(resourceMan, null)) {\n                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager(\"RevokeMsgPatcher.Properties.Resources\", typeof(Resources).Assembly);\n                    resourceMan = temp;\n                }\n                return resourceMan;\n            }\n        }\n        \n        /// <summary>\n        ///   重写当前线程的 CurrentUICulture 属性，对\n        ///   使用此强类型资源类的所有资源查找执行重写。\n        /// </summary>\n        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]\n        internal static global::System.Globalization.CultureInfo Culture {\n            get {\n                return resourceCulture;\n            }\n            set {\n                resourceCulture = value;\n            }\n        }\n        \n        /// <summary>\n        ///   查找类似 {&quot;Apps&quot;:{&quot;Wechat&quot;:{&quot;Name&quot;:&quot;WeChat&quot;,&quot;FileTargetInfos&quot;:{&quot;WeChatWin.dll&quot;:{&quot;Name&quot;:&quot;WeChatWin.dll&quot;,&quot;RelativePath&quot;:&quot;WeChatWin.dll&quot;,&quot;Memo&quot;:null,&quot;StartVersion&quot;:&quot;1.0.0.0&quot;,&quot;EndVersion&quot;:null,&quot;RelativePathForVersion&quot;:null},&quot;WeChat.exe&quot;:{&quot;Name&quot;:&quot;WeChat.exe&quot;,&quot;RelativePath&quot;:&quot;../WeChat.exe&quot;,&quot;Memo&quot;:null,&quot;StartVersion&quot;:&quot;3.7.0.0&quot;,&quot;EndVersion&quot;:&quot;3.7.0.26&quot;,&quot;RelativePathForVersion&quot;:null}},&quot;FileModifyInfos&quot;:{&quot;WeChat.exe&quot;:[],&quot;WeChatWin.dll&quot;:[{&quot;Name&quot;:&quot;WeChatWin.dll&quot;,&quot;Version&quot;:&quot;3.3.5.25&quot;,&quot;SHA1Before&quot;:&quot;3e94753ccbc2799d98f3c741377e99bd [字符串的其余部分被截断]&quot;; 的本地化字符串。\n        /// </summary>\n        internal static string PatchJson {\n            get {\n                return ResourceManager.GetString(\"PatchJson\", resourceCulture);\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "RevokeMsgPatcher/Properties/Resources.resx",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <data name=\"PatchJson\" xml:space=\"preserve\">\n    <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\":\"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}</value>\n  </data>\n</root>"
  },
  {
    "path": "RevokeMsgPatcher/Properties/Settings.Designer.cs",
    "content": "﻿//------------------------------------------------------------------------------\n// <auto-generated>\n//     此代码由工具生成。\n//     运行时版本:4.0.30319.42000\n//\n//     对此文件的更改可能会导致不正确的行为，并且如果\n//     重新生成代码，这些更改将会丢失。\n// </auto-generated>\n//------------------------------------------------------------------------------\n\nnamespace RevokeMsgPatcher.Properties {\n    \n    \n    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]\n    [global::System.CodeDom.Compiler.GeneratedCodeAttribute(\"Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator\", \"17.1.0.0\")]\n    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {\n        \n        private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));\n        \n        public static Settings Default {\n            get {\n                return defaultInstance;\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "RevokeMsgPatcher/Properties/Settings.settings",
    "content": "﻿<?xml version='1.0' encoding='utf-8'?>\n<SettingsFile xmlns=\"http://schemas.microsoft.com/VisualStudio/2004/01/settings\" CurrentProfile=\"(Default)\">\n  <Profiles>\n    <Profile Name=\"(Default)\" />\n  </Profiles>\n  <Settings />\n</SettingsFile>\n"
  },
  {
    "path": "RevokeMsgPatcher/RevokeMsgPatcher.csproj",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Project ToolsVersion=\"15.0\" xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">\n  <Import Project=\"$(MSBuildExtensionsPath)\\$(MSBuildToolsVersion)\\Microsoft.Common.props\" Condition=\"Exists('$(MSBuildExtensionsPath)\\$(MSBuildToolsVersion)\\Microsoft.Common.props')\" />\n  <PropertyGroup>\n    <Configuration Condition=\" '$(Configuration)' == '' \">Debug</Configuration>\n    <Platform Condition=\" '$(Platform)' == '' \">AnyCPU</Platform>\n    <ProjectGuid>{977BF781-CED8-4389-9404-0FA08FDF21DF}</ProjectGuid>\n    <OutputType>WinExe</OutputType>\n    <RootNamespace>RevokeMsgPatcher</RootNamespace>\n    <AssemblyName>RevokeMsgPatcher</AssemblyName>\n    <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>\n    <FileAlignment>512</FileAlignment>\n    <Deterministic>true</Deterministic>\n    <TargetFrameworkProfile />\n  </PropertyGroup>\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' \">\n    <PlatformTarget>AnyCPU</PlatformTarget>\n    <DebugSymbols>true</DebugSymbols>\n    <DebugType>full</DebugType>\n    <Optimize>false</Optimize>\n    <OutputPath>bin\\Debug\\</OutputPath>\n    <DefineConstants>DEBUG;TRACE</DefineConstants>\n    <ErrorReport>prompt</ErrorReport>\n    <WarningLevel>4</WarningLevel>\n  </PropertyGroup>\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' \">\n    <PlatformTarget>AnyCPU</PlatformTarget>\n    <DebugType>pdbonly</DebugType>\n    <Optimize>true</Optimize>\n    <OutputPath>bin\\Release\\</OutputPath>\n    <DefineConstants>TRACE</DefineConstants>\n    <ErrorReport>prompt</ErrorReport>\n    <WarningLevel>4</WarningLevel>\n  </PropertyGroup>\n  <PropertyGroup>\n    <ApplicationIcon>icon.ico</ApplicationIcon>\n  </PropertyGroup>\n  <PropertyGroup>\n    <ApplicationManifest>app.manifest</ApplicationManifest>\n  </PropertyGroup>\n  <ItemGroup>\n    <Reference Include=\"Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL\">\n      <HintPath>..\\packages\\Newtonsoft.Json.13.0.3\\lib\\net45\\Newtonsoft.Json.dll</HintPath>\n    </Reference>\n    <Reference Include=\"System\" />\n    <Reference Include=\"System.Core\" />\n    <Reference Include=\"System.IO.Compression.FileSystem\" />\n    <Reference Include=\"System.Management\" />\n    <Reference Include=\"System.Web.Extensions\" />\n    <Reference Include=\"System.Xml.Linq\" />\n    <Reference Include=\"System.Data.DataSetExtensions\" />\n    <Reference Include=\"Microsoft.CSharp\" />\n    <Reference Include=\"System.Data\" />\n    <Reference Include=\"System.Deployment\" />\n    <Reference Include=\"System.Drawing\" />\n    <Reference Include=\"System.Net.Http\" />\n    <Reference Include=\"System.Windows.Forms\" />\n    <Reference Include=\"System.Xml\" />\n  </ItemGroup>\n  <ItemGroup>\n    <Compile Include=\"BusinessException.cs\" />\n    <Compile Include=\"FormMain.cs\">\n      <SubType>Form</SubType>\n    </Compile>\n    <Compile Include=\"FormMain.Designer.cs\">\n      <DependentUpon>FormMain.cs</DependentUpon>\n    </Compile>\n    <Compile Include=\"Forms\\FormLiteLoaderQQNT.cs\">\n      <SubType>Form</SubType>\n    </Compile>\n    <Compile Include=\"Forms\\FormLiteLoaderQQNT.Designer.cs\">\n      <DependentUpon>FormLiteLoaderQQNT.cs</DependentUpon>\n    </Compile>\n    <Compile Include=\"Forms\\FormPatchInfo.cs\">\n      <SubType>Form</SubType>\n    </Compile>\n    <Compile Include=\"Forms\\FormPatchInfo.Designer.cs\">\n      <DependentUpon>FormPatchInfo.cs</DependentUpon>\n    </Compile>\n    <Compile Include=\"Forms\\UIController.cs\" />\n    <Compile Include=\"Matcher\\BoyerMooreMatcher.cs\" />\n    <Compile Include=\"Matcher\\FuzzyMatcher.cs\" />\n    <Compile Include=\"Matcher\\ModifyFinder.cs\" />\n    <Compile Include=\"Model\\App.cs\" />\n    <Compile Include=\"Model\\Bag.cs\" />\n    <Compile Include=\"Model\\Change.cs\" />\n    <Compile Include=\"Model\\CommonModifyInfo.cs\" />\n    <Compile Include=\"Model\\Json\\ReleaseApiRes.cs\" />\n    <Compile Include=\"Model\\Json\\VersionJson.cs\" />\n    <Compile Include=\"Model\\Json\\LiteLoaderPackage.cs\" />\n    <Compile Include=\"Model\\Json\\LiteLoaderPluginsManifest.cs\" />\n    <Compile Include=\"Model\\LiteLoaderRowData.cs\" />\n    <Compile Include=\"Model\\ModifyInfo.cs\" />\n    <Compile Include=\"Model\\ReplacePattern.cs\" />\n    <Compile Include=\"Model\\TargetInfo.cs\" />\n    <Compile Include=\"Modifier\\AppModifier.cs\" />\n    <Compile Include=\"Modifier\\FileHexEditor.cs\" />\n    <Compile Include=\"Modifier\\QQLiteModifier.cs\" />\n    <Compile Include=\"Modifier\\QQNTModifier.cs\" />\n    <Compile Include=\"Modifier\\QQModifier.cs\" />\n    <Compile Include=\"Modifier\\TIMModifier.cs\" />\n    <Compile Include=\"Modifier\\WeixinModifier.cs\" />\n    <Compile Include=\"Modifier\\WechatModifier.cs\" />\n    <Compile Include=\"Utils\\ByteUtil.cs\" />\n    <Compile Include=\"Utils\\Device.cs\" />\n    <Compile Include=\"Utils\\FileUtil.cs\" />\n    <Compile Include=\"Utils\\GAHelper.cs\" />\n    <Compile Include=\"Utils\\HttpUtil.cs\" />\n    <Compile Include=\"Utils\\PathUtil.cs\" />\n    <Compile Include=\"Program.cs\" />\n    <Compile Include=\"Properties\\AssemblyInfo.cs\" />\n    <Compile Include=\"Utils\\ProxySpeedTester.cs\" />\n    <Compile Include=\"Utils\\VersionUtil.cs\" />\n    <EmbeddedResource Include=\"FormMain.resx\">\n      <DependentUpon>FormMain.cs</DependentUpon>\n    </EmbeddedResource>\n    <EmbeddedResource Include=\"Forms\\FormLiteLoaderQQNT.resx\">\n      <DependentUpon>FormLiteLoaderQQNT.cs</DependentUpon>\n    </EmbeddedResource>\n    <EmbeddedResource Include=\"Forms\\FormPatchInfo.resx\">\n      <DependentUpon>FormPatchInfo.cs</DependentUpon>\n    </EmbeddedResource>\n    <EmbeddedResource Include=\"Properties\\Resources.resx\">\n      <Generator>ResXFileCodeGenerator</Generator>\n      <LastGenOutput>Resources.Designer.cs</LastGenOutput>\n      <SubType>Designer</SubType>\n    </EmbeddedResource>\n    <Compile Include=\"Properties\\Resources.Designer.cs\">\n      <AutoGen>True</AutoGen>\n      <DependentUpon>Resources.resx</DependentUpon>\n      <DesignTime>True</DesignTime>\n    </Compile>\n    <None Include=\"app.manifest\" />\n    <None Include=\"packages.config\" />\n    <None Include=\"Properties\\Settings.settings\">\n      <Generator>SettingsSingleFileGenerator</Generator>\n      <LastGenOutput>Settings.Designer.cs</LastGenOutput>\n    </None>\n    <Compile Include=\"Properties\\Settings.Designer.cs\">\n      <AutoGen>True</AutoGen>\n      <DependentUpon>Settings.settings</DependentUpon>\n      <DesignTimeSharedInput>True</DesignTimeSharedInput>\n    </Compile>\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"App.config\" />\n  </ItemGroup>\n  <ItemGroup>\n    <Content Include=\"icon.ico\" />\n  </ItemGroup>\n  <ItemGroup />\n  <Import Project=\"$(MSBuildToolsPath)\\Microsoft.CSharp.targets\" />\n</Project>"
  },
  {
    "path": "RevokeMsgPatcher/Utils/ByteUtil.cs",
    "content": "﻿using System;\nusing System.Collections.Generic;\nusing System.Linq;\nusing System.Text;\nusing System.Threading.Tasks;\n\nnamespace RevokeMsgPatcher.Utils\n{\n    public class ByteUtil\n    {\n        public static byte[] HexStringToByteArray(string hex)\n        {\n            hex = hex.Replace(\" \", \"\");\n            return Enumerable.Range(0, hex.Length)\n                             .Where(x => x % 2 == 0)\n                             .Select(x => Convert.ToByte(hex.Substring(x, 2), 16))\n                             .ToArray();\n        }\n\n\n        public static string ByteArrayToHexString(byte[] data)\n        {\n            StringBuilder sb = new StringBuilder(data.Length * 3);\n            foreach (byte b in data)\n            {\n                sb.Append(Convert.ToString(b, 16).PadLeft(2, '0').PadRight(3, ' '));\n            }\n            return sb.ToString().ToUpper();\n        }\n    }\n}\n"
  },
  {
    "path": "RevokeMsgPatcher/Utils/Device.cs",
    "content": "﻿using System;\nusing System.Collections.Generic;\nusing System.Linq;\nusing System.Management;\nusing System.Net;\nusing System.Security.Cryptography;\nusing System.Text;\n\nnamespace RevokeMsgPatcher.Utils\n{\n    public class Device\n    {\n        private static string macID = null;\n        private static string osVersion = null;\n\n        private static string fingerPrint = null;\n\n        #region PROP, get it only once\n\n        public static string MacID\n        {\n            get\n            {\n                if (macID == null)\n                {\n                    macID = ObtainMacID();\n                }\n                return macID;\n            }\n        }\n\n        public static string OSVersion\n        {\n            get\n            {\n                if (osVersion == null)\n                {\n                    var name = (from x in new ManagementObjectSearcher(\"SELECT Caption FROM Win32_OperatingSystem\").Get().Cast<ManagementObject>()\n                                select x.GetPropertyValue(\"Caption\")).FirstOrDefault();\n                    osVersion = name != null ? name.ToString() : \"Unknown\";\n                }\n                return osVersion;\n            }\n        }\n        #endregion\n\n        /// <summary>\n        /// Calculate GUID\n        /// </summary>\n        /// <returns>GUID</returns>\n        public static string Value()\n        {\n            try\n            {\n                if (fingerPrint == null)\n                {\n                    fingerPrint = GetHash(\n                        \"MAC >> \" + MacID\n                        );\n                }\n                return fingerPrint;\n            }\n            catch\n            {\n                return Guid.NewGuid().ToString();\n            }\n\n        }\n\n        private static string GetHash(string s)\n        {\n            MD5 sec = new MD5CryptoServiceProvider();\n            ASCIIEncoding enc = new ASCIIEncoding();\n            byte[] bt = enc.GetBytes(s);\n            return GetHexString(sec.ComputeHash(bt));\n        }\n\n        private static string GetHexString(byte[] bt)\n        {\n            string s = string.Empty;\n            for (int i = 0; i < bt.Length; i++)\n            {\n                byte b = bt[i];\n                int n, n1, n2;\n                n = (int)b;\n                n1 = n & 15;\n                n2 = (n >> 4) & 15;\n                if (n2 > 9)\n                    s += ((char)(n2 - 10 + (int)'A')).ToString();\n                else\n                    s += n2.ToString();\n                if (n1 > 9)\n                    s += ((char)(n1 - 10 + (int)'A')).ToString();\n                else\n                    s += n1.ToString();\n                if ((i + 1) != bt.Length && (i + 1) % 2 == 0) s += \"-\";\n            }\n            return s;\n        }\n\n\n        #region Original Device ID Getting Code\n\n        public static string ObtainMacID()\n        {\n            return Identifier(\"Win32_NetworkAdapterConfiguration\", \"MACAddress\", \"IPEnabled\");\n        }\n\n        private static string Identifier(string wmiClass, string wmiProperty, string wmiMustBeTrue)\n        {\n            string result = \"\";\n            try\n            {\n                ManagementClass mc = new ManagementClass(wmiClass);\n                ManagementObjectCollection moc = mc.GetInstances();\n                foreach (ManagementObject mo in moc)\n                {\n                    if (mo[wmiMustBeTrue].ToString() == \"True\")\n                    {\n                        //Only get the first one\n                        if (result == \"\")\n                        {\n                            result = mo[wmiProperty].ToString();\n                            break;\n                        }\n                    }\n                }\n            }\n            catch\n            {\n            }\n            return result;\n        }\n\n        private static string Identifier(string wmiClass, string wmiProperty)\n        {\n            string result = \"\";\n            try\n            {\n                ManagementClass mc = new ManagementClass(wmiClass);\n                ManagementObjectCollection moc = mc.GetInstances();\n                foreach (ManagementObject mo in moc)\n                {\n                    //Only get the first one\n                    if (result == \"\")\n                    {\n                        result = mo[wmiProperty].ToString();\n                        break;\n                    }\n                }\n            }\n            catch\n            {\n            }\n            return result;\n        }\n        #endregion\n    }\n}\n"
  },
  {
    "path": "RevokeMsgPatcher/Utils/FileUtil.cs",
    "content": "﻿using RevokeMsgPatcher.Model;\nusing System.Collections.Generic;\nusing System.Diagnostics;\nusing System.IO;\nusing System.Security.Cryptography;\nusing System.Text;\n\nnamespace RevokeMsgPatcher.Utils\n{\n    public class FileUtil\n    {\n        /// <summary>\n        /// 获取文件版本\n        /// </summary>\n        /// <param name=\"path\"></param>\n        /// <returns></returns>\n        public static string GetFileVersion(string path)\n        {\n            if (File.Exists(path))\n            {\n                FileVersionInfo fileVersionInfo = FileVersionInfo.GetVersionInfo(path);\n                return fileVersionInfo.FileVersion;\n            }\n            else\n            {\n                return null;\n            }\n\n        }\n\n        /// <summary>\n        /// 计算文件SHA1\n        /// </summary>\n        /// <param name=\"s\">文件路径</param>\n        /// <returns></returns>\n        public static string ComputeFileSHA1(string s)\n        {\n            File.SetAttributes(s, FileAttributes.Normal);\n            FileStream file = new FileStream(s, FileMode.Open);\n            SHA1 sha1 = new SHA1CryptoServiceProvider();\n            byte[] retval = sha1.ComputeHash(file);\n            file.Close();\n\n            StringBuilder sc = new StringBuilder();\n            for (int i = 0; i < retval.Length; i++)\n            {\n                sc.Append(retval[i].ToString(\"x2\"));\n            }\n            return sc.ToString();\n        }\n\n        /// <summary>\n        /// 修改文件指定位置的字节\n        /// </summary>\n        /// <param name=\"path\">文件对象的路径</param>\n        /// <param name=\"position\">偏移位置</param>\n        /// <param name=\"after\">修改后的值</param>\n        /// <returns></returns>\n        public static bool EditHex(string path, long position, byte after)\n        {\n            using (var stream = new FileStream(path, FileMode.Open, FileAccess.ReadWrite))\n            {\n                stream.Position = position;\n                stream.WriteByte(after);\n            }\n            return true;\n\n        }\n\n        /// <summary>\n        /// 修改文件多个指定位置的多个字节\n        /// </summary>\n        /// <param name=\"path\">文件对象的路径</param>\n        /// <param name=\"changes\">需要修改的位置和内容</param>\n        public static void EditMultiHex(string path, List<Change> changes)\n        {\n            using (var stream = new FileStream(path, FileMode.Open, FileAccess.ReadWrite))\n            {\n                foreach (Change change in changes)\n                {\n                    stream.Seek(change.Position, SeekOrigin.Begin);\n                    foreach(byte b in change.Content)\n                    {\n                        // 跳过通配符\n                        if(b == 0x3F)\n                        {\n                            stream.ReadByte();\n                        }\n                        else\n                        {\n                            stream.WriteByte(b);\n                        }\n                    }\n                }\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "RevokeMsgPatcher/Utils/GAHelper.cs",
    "content": "﻿using System;\nusing System.Collections.Generic;\nusing System.Linq;\nusing System.Net.Http;\nusing System.Text;\nusing System.Threading.Tasks;\nusing System.Web.Script.Serialization;\nusing System.Windows.Forms;\n\nnamespace RevokeMsgPatcher.Utils\n{\n    /// <summary>\n    /// 用于软件的 Google Analytics 实现 By huiyadanli\n    /// 20230409 更新 GA4 的实现\n    /// 相关文档：\n    /// #GA指南(过时) https://developers.google.com/analytics/devguides/collection/protocol/v1/devguide\n    /// #GA参数(过时) https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters\n    /// GA4教程 https://firebase.google.com/codelabs/firebase_mp\n    /// 测试 https://ga-dev-tools.google/ga4/event-builder/\n    /// </summary>\n    public class GAHelper\n    {\n        private static GAHelper instance = null;\n        private static readonly object obj = new object();\n\n        public static GAHelper Instance\n        {\n            get\n            {\n                //lock (obj)\n                //{\n                if (instance == null)\n                {\n                    instance = new GAHelper();\n                }\n                return instance;\n                //}\n            }\n        }\n\n        // 根据实际情况修改\n        private static readonly HttpClient client = HttpUtil.Client;\n\n        private const string GAUrl = \"https://www.google-analytics.com/mp/collect?api_secret=urKlcc29TSy3OIkHr8yFSQ&measurement_id=G-BE6FRPZS1W\";\n\n        private static readonly string cid = Device.Value(); // Anonymous Client ID. // Guid.NewGuid().ToString()\n\n\n        public string UserAgent { get; set; }\n\n        public GAHelper()\n        {\n            UserAgent = $\"Hui Google Analytics Tracker/1.0 ({Environment.OSVersion.Platform.ToString()}; {Environment.OSVersion.Version.ToString()}; {Environment.OSVersion.VersionString})\";\n        }\n\n        public async Task RequestPageViewAsync(string page, string title = null)\n        {\n            try\n            {\n                if (page.StartsWith(\"/\"))\n                {\n                    page = page.Remove(0, 1);\n                }\n                page = page.Replace(\"/\", \"_\").Replace(\".\", \"_\");\n                // 请求参数\n                var values = new Dictionary<string, object>\n                {\n                    { \"client_id\",UserAgent},\n                    { \"user_id\", cid },\n                    { \"non_personalized_ads\", \"false\" },\n                    { \"events\", new List<Dictionary<string, object>>()\n                        {\n                            new Dictionary<string, object>()\n                            {\n                                { \"name\",page },\n                                {\n                                    \"params\",\n                                    new Dictionary<string, object>()\n                                    {\n                                        { \"engagement_time_msec\", \"1\"},\n                                    }\n                                },\n                            }\n                        }\n                    },\n                };\n                var serializer = new JavaScriptSerializer();\n                var json = serializer.Serialize(values);\n                var content = new StringContent(json, Encoding.UTF8, \"application/json\");\n                var response = await client.PostAsync(GAUrl, content);\n                // Console.WriteLine(response.ToString());\n            }\n            catch (Exception ex)\n            {\n\n                Console.WriteLine(\"GAHelper:\" + ex.Message);\n                Console.WriteLine(ex.StackTrace);\n            }\n        }\n\n        public void RequestPageView(string page, string title = null)\n        {\n            Task.Run(() => RequestPageViewAsync(page, title));\n        }\n    }\n}\n"
  },
  {
    "path": "RevokeMsgPatcher/Utils/HttpUtil.cs",
    "content": "﻿using System;\nusing System.Net;\nusing System.Net.Http;\nusing System.Threading.Tasks;\n\nnamespace RevokeMsgPatcher.Utils\n{\n    public class HttpUtil\n    {\n        public static HttpClient Client { get; } = new HttpClient();\n\n        static HttpUtil()\n        {\n            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\");\n            ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 | SecurityProtocolType.Tls11 | SecurityProtocolType.Tls;\n        }\n\n        /// <summary>\n        /// 补丁路径\n        /// 已经弃用的路径\n        /// https://swordmaker-hauls-51508.netlify.com/i/revokemsg/05.json\n        /// https://huiyadanli.github.io/i/revokemsg/05.json\n        /// 会自动跳转，没用了\n        /// https://gitee.com/huiyadanli/RevokeMsgPatcher/raw/master/RevokeMsgPatcher.Assistant/Data/1.2/patch.json\n        /// 需要登录，没用了\n        /// https://huiyadanli.coding.net/p/RevokeMsgPatcher/d/RevokeMsgPatcher/git/raw/master/RevokeMsgPatcher.Assistant/Data/1.6/patch.json\n        /// </summary>\n\n        public static string PatchVersion\n        {\n            get\n            {\n                string currentVersion = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString();\n                if (currentVersion.Length > 3)\n                {\n                    return currentVersion.Substring(0, 3);\n                }\n\n                return \"1.6\";\n            }\n        }\n\n        private static readonly string[] urls = new string[]\n        {\n            $\"https://hui-config.oss-cn-hangzhou.aliyuncs.com/{PatchVersion}/patch.json\",\n            $\"https://mirror.ghproxy.com/https://raw.githubusercontent.com/huiyadanli/RevokeMsgPatcher/master/RevokeMsgPatcher.Assistant/Data/{PatchVersion}/patch.json\",\n            $\"https://raw.gitmirror.com/huiyadanli/RevokeMsgPatcher/master/RevokeMsgPatcher.Assistant/Data/{PatchVersion}/patch.json\",\n            $\"https://cdn.jsdelivr.net/gh/huiyadanli/RevokeMsgPatcher@master/RevokeMsgPatcher.Assistant/Data/{PatchVersion}/patch.json\",\n            $\"https://raw.githubusercontent.com/huiyadanli/RevokeMsgPatcher/master/RevokeMsgPatcher.Assistant/Data/{PatchVersion}/patch.json\",\n        };\n\n        public static async Task<string> GetPatchJsonAsync()\n        {\n            int i = 0;\n            while (i < urls.Length)\n            {\n                try\n                {\n                    string json = await Client.GetStringAsync(urls[i]);\n                    if (!string.IsNullOrEmpty(json) && json.Contains(\"LatestVersion\"))\n                    {\n                        return json;\n                    }\n                    else\n                    {\n                        Console.WriteLine(\"第\" + (i + 1) + \"次请求获得的数据并非期望数据\\nURL:\" + urls[i]);\n                        GAHelper.Instance.RequestPageView($\"/main/json/request_ex/{i + 1}/not_my_json\", \"第\" + (i + 1) + \"次请求获得的数据并非期望数据\");\n                    }\n                }\n                catch (Exception ex)\n                {\n                    Console.WriteLine(\"第\" + (i + 1) + \"次请求异常:[\" + ex.Message + \"]\\nURL:\" + urls[i]);\n                    GAHelper.Instance.RequestPageView($\"/main/json/request_ex/{i + 1}/{ex.Message}\", \"第\" + (i + 1) + \"次请求异常:[\" + ex.Message + \"]\");\n                }\n                i++;\n            }\n            return null;\n        }\n    }\n}\n"
  },
  {
    "path": "RevokeMsgPatcher/Utils/PathUtil.cs",
    "content": "﻿using Microsoft.Win32;\nusing System;\nusing System.Collections.Generic;\nusing System.IO;\nusing System.Linq;\nusing System.Text;\nusing System.Threading.Tasks;\n\nnamespace RevokeMsgPatcher.Utils\n{\n    public class PathUtil\n    {\n        public static void DisplayAllProgram()\n        {\n            RegistryKey uninstallKey, programKey;\n            uninstallKey = Registry.LocalMachine.OpenSubKey(@\"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\");\n            string[] programKeys = uninstallKey.GetSubKeyNames();\n            foreach (string keyName in programKeys)\n            {\n                programKey = uninstallKey.OpenSubKey(keyName);\n                Console.WriteLine(keyName + \" , \" + programKey.GetValue(\"DisplayName\") + \" , \" + programKey.GetValue(\"InstallLocation\"));\n                programKey.Close();\n            }\n\n            uninstallKey.Close();\n        }\n\n        /// <summary>\n        /// 从注册表中寻找安装路径\n        /// </summary>\n        /// <param name=\"uninstallKeyName\">\n        /// 安装信息的注册表键名\n        /// 微信：WeChat\n        /// QQ：{052CFB79-9D62-42E3-8A15-DE66C2C97C3E} \n        /// TIM：TIM\n        /// </param>\n        /// <returns>安装路径</returns>\n        public static string FindInstallPathFromRegistry(string uninstallKeyName)\n        {\n            try\n            {\n                RegistryKey key = Registry.LocalMachine.OpenSubKey($@\"Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\{uninstallKeyName}\");\n                if (key == null)\n                {\n                    return null;\n                }\n\n                object installLocation = key.GetValue(\"InstallLocation\");\n                key.Close();\n                if (installLocation != null && !string.IsNullOrEmpty(installLocation.ToString()))\n                {\n                    return installLocation.ToString();\n                }\n            }\n            catch (Exception e)\n            {\n                Console.WriteLine(e.Message);\n            }\n\n            return null;\n        }\n\n\n        public static string FindInstallPathFromRegistryWOW6432Node(string uninstallKeyName)\n        {\n            try\n            {\n                RegistryKey key = Registry.LocalMachine.OpenSubKey($@\"SOFTWARE\\WOW6432Node\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\{uninstallKeyName}\");\n                if (key == null)\n                {\n                    return null;\n                }\n\n                object installLocation = key.GetValue(\"UninstallString\");\n                key.Close();\n                if (installLocation != null && !string.IsNullOrEmpty(installLocation.ToString()))\n                {\n                    return installLocation.ToString().Replace(\"\\\"\",\"\");\n                }\n            }\n            catch (Exception e)\n            {\n                Console.WriteLine(e.Message);\n            }\n\n            return null;\n        }\n\n        /// <summary>\n        /// 获取所有可能的默认安装路径\n        /// </summary>\n        /// <param name=\"relativePath\">Tencent\\*</param>\n        /// <returns></returns>\n        public static List<string> GetDefaultInstallPaths(string relativePath)\n        {\n            List<string> list = new List<string>();\n            // 从默认安装目录查找\n            string[] drives = Environment.GetLogicalDrives(); //获取当前计算机逻辑磁盘名称列表\n            foreach (string d in drives)\n            {\n                string path = Path.Combine(d, $@\"Program Files (x86)\\{relativePath}\");\n                if (Directory.Exists(path))\n                {\n                    list.Add(path);\n                }\n                else\n                {\n                    path = Path.Combine(d, $@\"Program Files\\{relativePath}\");\n                    if (Directory.Exists(path))\n                    {\n                        list.Add(path);\n                    }\n                }\n            }\n\n            return list;\n        }\n\n        /// <summary>\n        /// 按文件夹修改时间倒序\n        /// </summary>\n        /// <param name=\"dirs\"></param>\n        public static void SortByLastWriteTimeDesc(ref DirectoryInfo[] dirs)\n        {\n            Array.Sort(dirs, delegate(DirectoryInfo x, DirectoryInfo y) { return y.LastWriteTime.CompareTo(x.LastWriteTime); });\n        }\n    }\n}"
  },
  {
    "path": "RevokeMsgPatcher/Utils/ProxySpeedTester.cs",
    "content": "﻿using System;\nusing System.Collections.Generic;\nusing System.Diagnostics;\nusing System.Net.Http;\nusing System.Threading;\nusing System.Threading.Tasks;\n\nnamespace RevokeMsgPatcher.Utils\n{\n    public class ProxySpeedTester\n    {\n        public static readonly string TargetUrl = \"https://raw.githubusercontent.com/LiteLoaderQQNT/LiteLoaderQQNT/refs/heads/main/package.json\";\n\n        private static readonly HttpClient _httpClient = new HttpClient() { Timeout = TimeSpan.FromSeconds(5) };\n\n        public static readonly List<string> ProxyUrls = new List<string>()\n        {\n            \"{0}\",\n            \"https://mirror.ghproxy.com/{0}\",\n            \"https://hub.gitmirror.com/{0}\",\n            \"https://ghproxy.cc/{0}\",\n            \"https://www.ghproxy.cc/{0}\",\n            \"https://ghproxy.cn/{0}\",\n            \"https://ghproxy.net/{0}\"\n        };\n\n        /// <summary>\n        /// 获得最快的代理地址\n        /// </summary>\n        /// <param name=\"target\"></param>\n        /// <returns>最快的代理地址,结果</returns>\n        public static async Task<Tuple<string, string>> GetFastestProxyAsync(string target)\n        {\n            return await GetFastestProxyAsync(ProxyUrls, target);\n        }\n\n        public static async Task<Tuple<string, string>> GetFastestProxyAsync(List<string> proxyAddresses, string target)\n        {\n            var tasks = new List<Task<Tuple<string, string, bool>>>(); // 修改为包含成功标志的元组\n            var cts = new CancellationTokenSource();\n\n            foreach (var proxy in proxyAddresses)\n            {\n                // 如果目标地址为空且代理地址为默认地址，则跳过\n                if (string.IsNullOrEmpty(target) && proxy == \"{0}\")\n                {\n                    continue;\n                }\n\n                tasks.Add(TestProxyAsync(proxy, target, cts.Token));\n            }\n\n            while (tasks.Count > 0)\n            {\n                var firstCompletedTask = await Task.WhenAny(tasks);\n                tasks.Remove(firstCompletedTask);\n\n                var result = await firstCompletedTask;\n                if (result.Item3) // 检查是否成功\n                {\n                    cts.Cancel(); // 取消所有其他请求\n                    return new Tuple<string, string>(result.Item1, result.Item2); // 返回第一个成功的代理地址\n                }\n            }\n\n            return new Tuple<string, string>(string.Empty, string.Empty); // 如果没有成功的结果，返回空\n        }\n\n        private static async Task<Tuple<string, string, bool>> TestProxyAsync(string proxyAddress, string target, CancellationToken cancellationToken)\n        {\n            try\n            {\n                // 模拟代理测试请求\n                var response = await _httpClient.GetAsync(string.Format(proxyAddress, target), cancellationToken);\n                response.EnsureSuccessStatusCode();\n                return new Tuple<string, string, bool>(proxyAddress.Replace(\"{0}\", \"\"), await response.Content.ReadAsStringAsync(), true);\n            }\n            catch (Exception e)\n            {\n                return new Tuple<string, string, bool>(proxyAddress.Replace(\"{0}\", \"\"), e.Message, false);\n            }\n        }\n    }\n}"
  },
  {
    "path": "RevokeMsgPatcher/Utils/VersionUtil.cs",
    "content": "﻿using System;\nusing System.Collections.Generic;\nusing System.Linq;\nusing System.Text;\nusing System.Threading.Tasks;\n\nnamespace RevokeMsgPatcher.Utils\n{\n    public class VersionUtil\n    {\n        /// <summary>\n        /// 版本比较\n        /// 0  相等\n        /// 1  大与\n        /// -1 小于\n        /// 为空的版本最大\n        /// </summary>\n        /// <param name=\"v1\">版本1</param>\n        /// <param name=\"v2\">版本2</param>\n        /// <returns></returns>\n        public static int Compare(string v1, string v2)\n        {\n            if (string.IsNullOrEmpty(v1))\n            {\n                return 1;\n            }\n            if (string.IsNullOrEmpty(v2))\n            {\n                return -1;\n            }\n\n            string[] v1s = v1.Split('.');\n            string[] v2s = v2.Split('.');\n            int len = Math.Max(v1s.Length, v2s.Length);\n            for (int i = 0; i < len; i++)\n            {\n                int i1 = 0, i2 = 0;\n                if (i < v1s.Length)\n                {\n                    i1 = Convert.ToInt32(v1s[i]);\n                }\n                if (i < v2s.Length)\n                {\n                    i2 = Convert.ToInt32(v2s[i]);\n                }\n                if (i1 == i2)\n                {\n                    continue;\n                }\n                else if (i1 > i2)\n                {\n                    return 1;\n                }\n                else if (i1 < i2)\n                {\n                    return -1;\n                }\n            }\n            return 0;\n        }\n\n    }\n}\n"
  },
  {
    "path": "RevokeMsgPatcher/app.manifest",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<assembly manifestVersion=\"1.0\" xmlns=\"urn:schemas-microsoft-com:asm.v1\">\n  <assemblyIdentity version=\"1.0.0.0\" name=\"MyApplication.app\"/>\n  <trustInfo xmlns=\"urn:schemas-microsoft-com:asm.v2\">\n    <security>\n      <requestedPrivileges xmlns=\"urn:schemas-microsoft-com:asm.v3\">\n        <!-- UAC 清单选项\n             如果想要更改 Windows 用户帐户控制级别，请使用\n             以下节点之一替换 requestedExecutionLevel 节点。n\n        <requestedExecutionLevel  level=\"asInvoker\" uiAccess=\"false\" />\n        <requestedExecutionLevel  level=\"requireAdministrator\" uiAccess=\"false\" />\n        <requestedExecutionLevel  level=\"highestAvailable\" uiAccess=\"false\" />\n\n            指定 requestedExecutionLevel 元素将禁用文件和注册表虚拟化。\n            如果你的应用程序需要此虚拟化来实现向后兼容性，则删除此\n            元素。\n        -->\n        <requestedExecutionLevel level=\"asInvoker\" uiAccess=\"false\" />\n      </requestedPrivileges>\n    </security>\n  </trustInfo>\n\n  <compatibility xmlns=\"urn:schemas-microsoft-com:compatibility.v1\">\n    <application>\n      <!-- 设计此应用程序与其一起工作且已针对此应用程序进行测试的\n           Windows 版本的列表。取消评论适当的元素，\n           Windows 将自动选择最兼容的环境。 -->\n\n      <!-- Windows Vista -->\n      <!--<supportedOS Id=\"{e2011457-1546-43c5-a5fe-008deee3d3f0}\" />-->\n\n      <!-- Windows 7 -->\n      <!--<supportedOS Id=\"{35138b9a-5d96-4fbd-8e2d-a2440225f93a}\" />-->\n\n      <!-- Windows 8 -->\n      <!--<supportedOS Id=\"{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}\" />-->\n\n      <!-- Windows 8.1 -->\n      <!--<supportedOS Id=\"{1f676c76-80e1-4239-95bb-83d0f6d0da78}\" />-->\n\n      <!-- Windows 10 -->\n      <!--<supportedOS Id=\"{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}\" />-->\n\n    </application>\n  </compatibility>\n\n  <!-- 指示该应用程序可以感知 DPI 且 Windows 在 DPI 较高时将不会对其进行\n       自动缩放。Windows Presentation Foundation (WPF)应用程序自动感知 DPI，无需\n       选择加入。选择加入此设置的 Windows 窗体应用程序(目标设定为 .NET Framework 4.6 )还应\n       在其 app.config 中将 \"EnableWindowsFormsHighDpiAutoResizing\" 设置设置为 \"true\"。-->\n\n  <application xmlns=\"urn:schemas-microsoft-com:asm.v3\">\n    <windowsSettings>\n      <dpiAware xmlns=\"http://schemas.microsoft.com/SMI/2005/WindowsSettings\">true</dpiAware>\n    </windowsSettings>\n  </application>\n\n\n  <!-- 启用 Windows 公共控件和对话框的主题(Windows XP 和更高版本) -->\n  <!--\n  <dependency>\n    <dependentAssembly>\n      <assemblyIdentity\n          type=\"win32\"\n          name=\"Microsoft.Windows.Common-Controls\"\n          version=\"6.0.0.0\"\n          processorArchitecture=\"*\"\n          publicKeyToken=\"6595b64144ccf1df\"\n          language=\"*\"\n        />\n    </dependentAssembly>\n  </dependency>\n  -->\n\n</assembly>\n"
  },
  {
    "path": "RevokeMsgPatcher/packages.config",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<packages>\n  <package id=\"Newtonsoft.Json\" version=\"13.0.3\" targetFramework=\"net452\" />\n</packages>"
  },
  {
    "path": "RevokeMsgPatcher.Assistant/App.config",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<configuration>\n    <startup> \n        <supportedRuntime version=\"v4.0\" sku=\".NETFramework,Version=v4.5.2\"/>\n    </startup>\n</configuration>\n"
  },
  {
    "path": "RevokeMsgPatcher.Assistant/Data/0.7/patch.json",
    "content": "{\"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\":\"\"}"
  },
  {
    "path": "RevokeMsgPatcher.Assistant/Data/0.8/patch.json",
    "content": "{\"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\":\"\"}"
  },
  {
    "path": "RevokeMsgPatcher.Assistant/Data/0.9/patch.json",
    "content": "{\"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\":\"\"}"
  },
  {
    "path": "RevokeMsgPatcher.Assistant/Data/1.0/patch.json",
    "content": "{\"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\":\"\"}"
  },
  {
    "path": "RevokeMsgPatcher.Assistant/Data/1.1/patch.json",
    "content": "{\"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\":\"\"}"
  },
  {
    "path": "RevokeMsgPatcher.Assistant/Data/1.2/patch.json",
    "content": "{\"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}"
  },
  {
    "path": "RevokeMsgPatcher.Assistant/Data/1.3/patch.json",
    "content": "{\"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}"
  },
  {
    "path": "RevokeMsgPatcher.Assistant/Data/1.4/patch.json",
    "content": "{\"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}"
  },
  {
    "path": "RevokeMsgPatcher.Assistant/Data/1.5/patch.json",
    "content": "{\"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}"
  },
  {
    "path": "RevokeMsgPatcher.Assistant/Data/1.6/patch.json",
    "content": "{\"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}"
  },
  {
    "path": "RevokeMsgPatcher.Assistant/Data/1.7/patch.json",
    "content": "{\"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}"
  },
  {
    "path": "RevokeMsgPatcher.Assistant/Data/1.8/patch.json",
    "content": "{\"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}"
  },
  {
    "path": "RevokeMsgPatcher.Assistant/Data/1.9/patch.json",
    "content": "{\"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}"
  },
  {
    "path": "RevokeMsgPatcher.Assistant/Data/2.0/patch.json",
    "content": "{\"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}"
  },
  {
    "path": "RevokeMsgPatcher.Assistant/Data/2.1/patch.json",
    "content": "{\"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}"
  },
  {
    "path": "RevokeMsgPatcher.Assistant/FormAssisant.Designer.cs",
    "content": "﻿namespace RevokeMsgPatcher.Assistant\n{\n    partial class FormAssisant\n    {\n        /// <summary>\n        /// 必需的设计器变量。\n        /// </summary>\n        private System.ComponentModel.IContainer components = null;\n\n        /// <summary>\n        /// 清理所有正在使用的资源。\n        /// </summary>\n        /// <param name=\"disposing\">如果应释放托管资源，为 true；否则为 false。</param>\n        protected override void Dispose(bool disposing)\n        {\n            if (disposing && (components != null))\n            {\n                components.Dispose();\n            }\n            base.Dispose(disposing);\n        }\n\n        #region Windows 窗体设计器生成的代码\n\n        /// <summary>\n        /// 设计器支持所需的方法 - 不要修改\n        /// 使用代码编辑器修改此方法的内容。\n        /// </summary>\n        private void InitializeComponent()\n        {\n            this.txtInfo = new System.Windows.Forms.TextBox();\n            this.btnSearch = new System.Windows.Forms.Button();\n            this.btnGetVersion = new System.Windows.Forms.Button();\n            this.SuspendLayout();\n            // \n            // txtInfo\n            // \n            this.txtInfo.Location = new System.Drawing.Point(12, 12);\n            this.txtInfo.Multiline = true;\n            this.txtInfo.Name = \"txtInfo\";\n            this.txtInfo.Size = new System.Drawing.Size(484, 182);\n            this.txtInfo.TabIndex = 0;\n            // \n            // btnSearch\n            // \n            this.btnSearch.Location = new System.Drawing.Point(12, 211);\n            this.btnSearch.Name = \"btnSearch\";\n            this.btnSearch.Size = new System.Drawing.Size(75, 23);\n            this.btnSearch.TabIndex = 1;\n            this.btnSearch.Text = \"查找测试\";\n            this.btnSearch.UseVisualStyleBackColor = true;\n            this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);\n            // \n            // btnGetVersion\n            // \n            this.btnGetVersion.Location = new System.Drawing.Point(106, 211);\n            this.btnGetVersion.Name = \"btnGetVersion\";\n            this.btnGetVersion.Size = new System.Drawing.Size(91, 23);\n            this.btnGetVersion.TabIndex = 2;\n            this.btnGetVersion.Text = \"获取文件版本\";\n            this.btnGetVersion.UseVisualStyleBackColor = true;\n            this.btnGetVersion.Click += new System.EventHandler(this.btnGetVersion_Click);\n            // \n            // FormAssisant\n            // \n            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\n            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\n            this.ClientSize = new System.Drawing.Size(508, 252);\n            this.Controls.Add(this.btnGetVersion);\n            this.Controls.Add(this.btnSearch);\n            this.Controls.Add(this.txtInfo);\n            this.Name = \"FormAssisant\";\n            this.Text = \"冷血无情的助手界面\";\n            this.Load += new System.EventHandler(this.FormMain_Load);\n            this.ResumeLayout(false);\n            this.PerformLayout();\n\n        }\n\n        #endregion\n\n        private System.Windows.Forms.TextBox txtInfo;\n        private System.Windows.Forms.Button btnSearch;\n        private System.Windows.Forms.Button btnGetVersion;\n    }\n}\n\n"
  },
  {
    "path": "RevokeMsgPatcher.Assistant/FormAssisant.cs",
    "content": "﻿using RevokeMsgPatcher.Matcher;\nusing RevokeMsgPatcher.Model;\nusing RevokeMsgPatcher.Utils;\nusing System;\nusing System.Collections.Generic;\nusing System.IO;\nusing System.Linq;\nusing System.Windows.Forms;\n\nnamespace RevokeMsgPatcher.Assistant\n{\n    public partial class FormAssisant : Form\n    {\n        public FormAssisant()\n        {\n            InitializeComponent();\n        }\n\n        private void FormMain_Load(object sender, EventArgs e)\n        {\n            JsonData obj = new JsonData();\n            string json = obj.BagJson();\n            Console.WriteLine(json);\n\n            DirectoryInfo directory = new DirectoryInfo(\"../../Data/\" + obj.Bag().LatestVersion);\n            if (!directory.Exists)\n            {\n                directory.Create();\n            }\n            string path = Path.Combine(directory.FullName, \"patch.json\");\n            File.WriteAllText(path, json);\n\n            txtInfo.AppendText(\"生成完毕！位置:\" + path + Environment.NewLine);\n        }\n\n        private void btnSearch_Click(object sender, EventArgs e)\n        {\n            byte[] fileByteArray = File.ReadAllBytes(@\"\");\n            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\");\n            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\");\n            //int[] indexs = FuzzyMatcher.MatchAll(fileByteArray, searchBytes);\n            int[] indexs = FuzzyMatcher.MatchNotReplaced(fileByteArray, searchBytes, replaceBytes);\n            txtInfo.AppendText(\"查找结果位置:\" + string.Join(\",\", indexs) + Environment.NewLine);\n            // 371130\n\n            List<Change> changes = ComputChanges(indexs, searchBytes, replaceBytes);\n            foreach (Change c in changes)\n            {\n                txtInfo.AppendText(\"替换位置:\" + Convert.ToString(c.Position, 16) + \" 替换内容:\" + ByteUtil.ByteArrayToHexString(c.Content) + Environment.NewLine);\n            }\n\n        }\n\n        public static List<Change> ComputChanges(int[] indexs, byte[] searchBytes, byte[] replaceBytes)\n        {\n            if (searchBytes.Length != replaceBytes.Length)\n            {\n                throw new Exception(\"查询串与替换串长度不同!\");\n            }\n            // 一个替换串存在多个替换点的情况\n            List<Change> changeOffsets = new List<Change>(); // 查询串与替换串变化偏移\n            List<byte> diff = null;\n            for (int i = 0; i < searchBytes.Length; i++)\n            {\n                if (searchBytes[i] != replaceBytes[i])\n                {\n                    if (diff == null)\n                    {\n                        diff = new List<byte>();\n                        Change offset = new Change\n                        {\n                            Position = i\n                        };\n                        changeOffsets.Add(offset);\n                    }\n                    diff.Add(replaceBytes[i]);\n                }\n                else\n                {\n                    if (diff != null)\n                    {\n                        changeOffsets.Last().Content = diff.ToArray();\n                        diff = null;\n                    }\n                }\n            }\n            // 最后一位也是要被替换的情况\n            if (diff != null)\n            {\n                changeOffsets.Last().Content = diff.ToArray();\n                diff = null;\n            }\n\n            if (changeOffsets.Count == 0)\n            {\n                throw new Exception(\"查询串与替换串完全相同！请确认补丁信息的正确性。\");\n            }\n\n            List<Change> changes = new List<Change>();\n            foreach (int index in indexs)\n            {\n                foreach (Change offset in changeOffsets)\n                {\n                    Change c = offset.Clone();\n                    c.Position += index;\n                    changes.Add(c);\n                }\n            }\n            return changes;\n        }\n\n        private void btnGetVersion_Click(object sender, EventArgs e)\n        {\n            string version = FileUtil.GetFileVersion(@\"\");\n            txtInfo.AppendText(\"文件版本:\" + version + Environment.NewLine);\n        }\n    }\n}\n"
  },
  {
    "path": "RevokeMsgPatcher.Assistant/FormAssisant.resx",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n</root>"
  },
  {
    "path": "RevokeMsgPatcher.Assistant/JsonData.cs",
    "content": "﻿using RevokeMsgPatcher.Model;\nusing RevokeMsgPatcher.Utils;\nusing System.Collections.Generic;\nusing System.Web.Script.Serialization;\n\nnamespace RevokeMsgPatcher\n{\n    /// <summary>\n    /// 补丁信息\n    /// </summary>\n    public class JsonData\n    {\n\n        public Bag Bag()\n        {\n            return new Bag\n            {\n                Apps = AppConfig(),\n                LatestVersion = \"2.1\",\n                PatchVersion = 20260131,\n                Notice = \"\",\n                NoticeUrl = \"\",\n            };\n        }\n\n        public string BagJson()\n        {\n            JavaScriptSerializer serializer = new JavaScriptSerializer();\n            return serializer.Serialize(Bag());\n        }\n\n        public Dictionary<string, App> AppConfig()\n        {\n            return new Dictionary<string, App>\n            {\n                { \"Wechat\" , Wechat() },\n                { \"Weixin\" , Weixin() },\n                { \"QQ\" , QQ() },\n                { \"TIM\" , TIM() },\n                { \"QQLite\" , QQLite() },\n                { \"QQNT\" , QQNT() }\n            };\n        }\n\n        public string AppConfigJson()\n        {\n            JavaScriptSerializer serializer = new JavaScriptSerializer();\n            return serializer.Serialize(AppConfig());\n        }\n\n        public App Wechat()\n        {\n            return new App\n            {\n                Name = \"WeChat\",\n                FileTargetInfos = new Dictionary<string, TargetInfo>\n                {\n                    {\n                        \"WeChatWin.dll\",\n                        new TargetInfo\n                        {\n                            Name = \"WeChatWin.dll\",\n                            RelativePath = \"WeChatWin.dll\",\n                            StartVersion = \"1.0.0.0\"\n                        }\n                    },\n                    {\n                        \"WeChat.exe\",\n                        new TargetInfo\n                        {\n                            Name = \"WeChat.exe\",\n                            RelativePath = \"../WeChat.exe\",\n                            StartVersion = \"3.7.0.0\",\n                            EndVersion = \"3.7.0.26\"\n                        }\n                    }\n                },\n                FileCommonModifyInfos = new Dictionary<string, List<CommonModifyInfo>>\n                {\n                    {\n                        \"WeChat.exe\",\n                        new List<CommonModifyInfo>\n                        {\n                            new CommonModifyInfo\n                            {\n                                Name=\"WeChatWin.dll\",\n                                StartVersion=\"3.7.0.8\",\n                                EndVersion=\"3.7.0.26\",\n                                ReplacePatterns = new List<ReplacePattern>\n                                {\n                                    new ReplacePattern\n                                    {\n                                        Search = ByteUtil.HexStringToByteArray(\"83 C4 08 84 C0 75 3F 68\"),\n                                        Replace = ByteUtil.HexStringToByteArray(\"83 C4 08 84 C0 EB 3F 68\"),\n                                        Category = \"去除校验\"\n                                    }\n                                }\n                            },\n                            new CommonModifyInfo\n                            {\n                                Name=\"WeChatWin.dll\",\n                                StartVersion=\"3.7.0.0\",\n                                EndVersion=\"3.7.0.8\",\n                                ReplacePatterns = new List<ReplacePattern>\n                                {\n                                    new ReplacePattern\n                                    {\n                                        Search = ByteUtil.HexStringToByteArray(\"85 C0 75 59\"),\n                                        Replace = ByteUtil.HexStringToByteArray(\"85 C0 EB 59\"),\n                                        Category = \"去除校验\"\n                                    }\n                                }\n                            }\n                        }\n                    },\n                    {\n                        \"WeChatWin.dll\",\n                        new List<CommonModifyInfo>\n                        {\n                            new CommonModifyInfo\n                            {\n                                Name=\"WeChatWin.dll\",\n                                StartVersion=\"4.0.3.0\",\n                                EndVersion=\"\",\n                                ReplacePatterns = new List<ReplacePattern>\n                                {\n                                    new ReplacePattern\n                                    {\n                                        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\"),\n                                        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\"),\n                                        Category = \"防撤回\"\n                                    },\n                                    new ReplacePattern\n                                    {\n                                        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\"),\n                                        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\"),\n                                        Category = \"多开\"\n                                    }\n                                }\n                            },\n                            new CommonModifyInfo\n                            {\n                                Name=\"WeChatWin.dll\",\n                                StartVersion=\"3.9.11.0\",\n                                EndVersion=\"4.0.3.0\",\n                                ReplacePatterns = new List<ReplacePattern>\n                                {\n                                    new ReplacePattern\n                                    {\n                                        Search = ByteUtil.HexStringToByteArray(\"0F 1F 44 00 00 49 8B 50 08 48 85 D2 74 3F 48 C7 C1\"),\n                                        Replace = ByteUtil.HexStringToByteArray(\"0F 1F 44 00 00 49 8B 50 08 48 85 D2 75 3F 48 C7 C1\"),\n                                        Category = \"防撤回(老)\"\n                                    },\n                                    // 带撤回提示\n                                    new ReplacePattern\n                                    {\n                                        Search = ByteUtil.HexStringToByteArray(\"4D 85 C0 0F 84 3F 3F 3F 3F EB BF 41 8B\"),\n                                        Replace = ByteUtil.HexStringToByteArray(\"4D 85 C0 0F 84 3F 3F 3F 3F 90 90 41 8B\"),\n                                        Category = \"防撤回带提示(新)\"\n                                    },\n                                    new ReplacePattern\n                                    {\n                                        Search = ByteUtil.HexStringToByteArray(\"45 32 F6 4C 8D 25 3F 3F 3F 3F 48 85 C0 0F 84\"),\n                                        Replace = ByteUtil.HexStringToByteArray(\"45 32 F6 4C 8D 25 3F 3F 3F 3F 48 85 C0 90 E9\"),\n                                        Category = \"多开\"\n                                    }\n                                }\n                            },\n                            new CommonModifyInfo\n                            {\n                                Name=\"WeChatWin.dll\",\n                                StartVersion=\"3.9.9.0\",\n                                EndVersion=\"3.9.11.0\",\n                                ReplacePatterns = new List<ReplacePattern>\n                                {\n                                    new ReplacePattern\n                                    {\n                                        Search = ByteUtil.HexStringToByteArray(\"0F 1F 44 00 00 49 8B 50 08 48 85 D2 74 3F 48 C7 C1\"),\n                                        Replace = ByteUtil.HexStringToByteArray(\"0F 1F 44 00 00 49 8B 50 08 48 85 D2 75 3F 48 C7 C1\"),\n                                        Category = \"防撤回(老)\"\n                                    },\n                                    // 带撤回提示\n                                    new ReplacePattern\n                                    {\n                                        Search = ByteUtil.HexStringToByteArray(\"4D 85 C0 0F 84 3F 3F 3F 3F EB BF 41 8B\"),\n                                        Replace = ByteUtil.HexStringToByteArray(\"4D 85 C0 0F 84 3F 3F 3F 3F 90 90 41 8B\"),\n                                        Category = \"防撤回带提示(新)\"\n                                    },\n                                    new ReplacePattern\n                                    {\n                                        Search = ByteUtil.HexStringToByteArray(\"01 3D B7 00 00 00 0F 85 3F 3F 3F 3F 48 8B CF\"),\n                                        Replace = ByteUtil.HexStringToByteArray(\"01 3D B7 00 00 00 90 E9 3F 3F 3F 3F 48 8B CF\"),\n                                        Category = \"多开\"\n                                    }\n                                }\n                            },\n                            new CommonModifyInfo\n                            {\n                                Name=\"WeChatWin.dll\",\n                                StartVersion=\"3.9.6.0\",\n                                EndVersion=\"3.9.9.0\",\n                                ReplacePatterns = new List<ReplacePattern>\n                                {\n                                    new ReplacePattern\n                                    {\n                                        Search = ByteUtil.HexStringToByteArray(\"0F 1F 44 00 00 49 8B 50 08 48 85 D2 74 3F 48 C7 C1\"),\n                                        Replace = ByteUtil.HexStringToByteArray(\"0F 1F 44 00 00 49 8B 50 08 48 85 D2 75 3F 48 C7 C1\"),\n                                        Category = \"防撤回(老)\"\n                                    },\n                                    new ReplacePattern\n                                    {\n                                        Search = ByteUtil.HexStringToByteArray(\"01 3D B7 00 00 00 0F 85 3F 3F 3F 3F 48 8B CF\"),\n                                        Replace = ByteUtil.HexStringToByteArray(\"01 3D B7 00 00 00 90 E9 3F 3F 3F 3F 48 8B CF\"),\n                                        Category = \"多开\"\n                                    }\n                                }\n                            },\n                            new CommonModifyInfo\n                            {\n                                Name=\"WeChatWin.dll\",\n                                StartVersion=\"3.9.5.0\",\n                                EndVersion=\"3.9.6.0\",\n                                ReplacePatterns = new List<ReplacePattern>\n                                {\n                                    new ReplacePattern\n                                    {\n                                        Search = ByteUtil.HexStringToByteArray(\"0F 1F 44 00 00 49 8B 50 08 48 85 D2 74 3F 48 C7 C1\"),\n                                        Replace = ByteUtil.HexStringToByteArray(\"0F 1F 44 00 00 49 8B 50 08 48 85 D2 75 3F 48 C7 C1\"),\n                                        Category = \"防撤回(老)\"\n                                    },\n                                    new ReplacePattern\n                                    {\n                                        Search = ByteUtil.HexStringToByteArray(\"18 01 3D B7 00 00 00 0F 85 3F 3F 3F 3F 48 8B CF\"),\n                                        Replace = ByteUtil.HexStringToByteArray(\"18 01 3D B7 00 00 00 90 E9 3F 3F 3F 3F 48 8B CF\"),\n                                        Category = \"多开\"\n                                    }\n                                }\n                            },\n                            new CommonModifyInfo\n                            {\n                                Name=\"WeChatWin.dll\",\n                                StartVersion=\"3.9.2.0\",\n                                EndVersion=\"3.9.5.0\",\n                                ReplacePatterns = new List<ReplacePattern>\n                                {\n                                    new ReplacePattern\n                                    {\n                                        Search = ByteUtil.HexStringToByteArray(\"83 C4 10 84 C0 74 0A BE 02 00 00 00 E9\"),\n                                        Replace = ByteUtil.HexStringToByteArray(\"83 C4 10 84 C0 90 90 BE 02 00 00 00 E9\"),\n                                        Category = \"防撤回(老)\"\n                                    },\n                                    new ReplacePattern\n                                    {\n                                        Search = ByteUtil.HexStringToByteArray(\"83 C4 04 84 DB 0F 84 3F 3F 3F 3F 8B 3D\"),\n                                        Replace = ByteUtil.HexStringToByteArray(\"83 C4 04 84 DB 90 E9 3F 3F 3F 3F 8B 3D\"),\n                                        Category = \"多开\"\n                                    }\n                                }\n                            },\n                            new CommonModifyInfo\n                            {\n                                Name=\"WeChatWin.dll\",\n                                StartVersion=\"3.9.0.0\",\n                                EndVersion=\"3.9.2.0\",\n                                ReplacePatterns = new List<ReplacePattern>\n                                {\n                                    new ReplacePattern\n                                    {\n                                        Search = ByteUtil.HexStringToByteArray(\"85 C0 74 32 B9 3F 3F 3F 3F 8A\"),\n                                        Replace = ByteUtil.HexStringToByteArray(\"85 C0 EB 32 B9 3F 3F 3F 3F 8A\"),\n                                        Category = \"防撤回(老)\"\n                                    },\n                                    new ReplacePattern\n                                    {\n                                        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\"),\n                                        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\"),\n                                        Category = \"多开\"\n                                    }\n                                }\n                            },\n                            new CommonModifyInfo\n                            {\n                                Name=\"WeChatWin.dll\",\n                                StartVersion=\"3.8.1.0\",\n                                EndVersion=\"3.9.0.0\",\n                                ReplacePatterns = new List<ReplacePattern>\n                                {\n                                    new ReplacePattern\n                                    {\n                                        Search = ByteUtil.HexStringToByteArray(\"85 C0 74 32 B9 3F 3F 3F 3F 8A\"),\n                                        Replace = ByteUtil.HexStringToByteArray(\"85 C0 EB 32 B9 3F 3F 3F 3F 8A\"),\n                                        Category = \"防撤回(老)\"\n                                    },\n                                    new ReplacePattern\n                                    {\n                                        Search = ByteUtil.HexStringToByteArray(\"83 C4 04 84 DB 0F 84 26 01 00 00 8B 3D\"),\n                                        Replace = ByteUtil.HexStringToByteArray(\"83 C4 04 84 DB 90 E9 26 01 00 00 8B 3D\"),\n                                        Category = \"多开\"\n                                    }\n                                }\n                            },\n                            new CommonModifyInfo\n                            {\n                                Name=\"WeChatWin.dll\",\n                                StartVersion=\"3.8.0.0\",\n                                EndVersion=\"3.8.1.0\",\n                                ReplacePatterns = new List<ReplacePattern>\n                                {\n                                    new ReplacePattern\n                                    {\n                                        Search = ByteUtil.HexStringToByteArray(\"85 C0 74 32 B9 3F 3F 3F 3F 8A\"),\n                                        Replace = ByteUtil.HexStringToByteArray(\"85 C0 EB 32 B9 3F 3F 3F 3F 8A\"),\n                                        Category = \"防撤回(老)\"\n                                    },\n                                    new ReplacePattern\n                                    {\n                                        Search = ByteUtil.HexStringToByteArray(\"83 C4 04 80 BD DF FB FF FF 00 74 58 8B 3D\"),\n                                        Replace = ByteUtil.HexStringToByteArray(\"83 C4 04 80 BD DF FB FF FF 00 EB 58 8B 3D\"),\n                                        Category = \"多开\"\n                                    }\n                                }\n                            },\n                            new CommonModifyInfo\n                            {\n                                Name=\"WeChatWin.dll\",\n                                StartVersion=\"3.7.6.0\",\n                                EndVersion=\"3.8.0.0\",\n                                ReplacePatterns = new List<ReplacePattern>\n                                {\n                                    new ReplacePattern\n                                    {\n                                        Search = ByteUtil.HexStringToByteArray(\"85 C0 74 32 B9 3F 3F 3F 3F 8A\"),\n                                        Replace = ByteUtil.HexStringToByteArray(\"85 C0 EB 32 B9 3F 3F 3F 3F 8A\"),\n                                        Category = \"防撤回(老)\"\n                                    },\n                                    new ReplacePattern\n                                    {\n                                        Search = ByteUtil.HexStringToByteArray(\"83 C4 04 80 BD FF FB FF FF 00 74 58 8B 3D\"),\n                                        Replace = ByteUtil.HexStringToByteArray(\"83 C4 04 80 BD FF FB FF FF 00 EB 58 8B 3D\"),\n                                        Category = \"多开\"\n                                    }\n                                }\n                            },\n                            new CommonModifyInfo\n                            {\n                                Name=\"WeChatWin.dll\",\n                                StartVersion=\"3.7.0.0\",\n                                EndVersion=\"3.7.6.0\",\n                                ReplacePatterns = new List<ReplacePattern>\n                                {\n                                    new ReplacePattern\n                                    {\n                                        Search = ByteUtil.HexStringToByteArray(\"00 85 C0 74 32 B9 3F 3F 3F 3F 8A\"),\n                                        Replace = ByteUtil.HexStringToByteArray(\"00 85 C0 EB 32 B9 3F 3F 3F 3F 8A\"),\n                                        Category = \"防撤回(老)\"\n                                    },\n                                    // 带撤回提示\n                                    new ReplacePattern\n                                    {\n                                        Search = ByteUtil.HexStringToByteArray(\"80 7D F2 00 6A 01 74\"),\n                                        Replace = ByteUtil.HexStringToByteArray(\"80 7D F2 00 6A 01 EB\"),\n                                        Category = \"防撤回带提示(新)\"\n                                    },\n                                    new ReplacePattern\n                                    {\n                                        Search = ByteUtil.HexStringToByteArray(\"83 C4 04 80 BD 3F FC FF FF 00 74 58 8B 3D\"),\n                                        Replace = ByteUtil.HexStringToByteArray(\"83 C4 04 80 BD 3F FC FF FF 00 EB 58 8B 3D\"),\n                                        Category = \"多开\"\n                                    }\n                                }\n                            },\n                            new CommonModifyInfo\n                            {\n                                Name=\"WeChatWin.dll\",\n                                StartVersion=\"3.6.5.0\",\n                                EndVersion=\"3.7.0.0\",\n                                ReplacePatterns = new List<ReplacePattern>\n                                {\n                                    new ReplacePattern\n                                    {\n                                        Search = ByteUtil.HexStringToByteArray(\"00 85 C0 74 32 B9 3F 3F 3F 11 8A\"),\n                                        Replace = ByteUtil.HexStringToByteArray(\"00 85 C0 EB 32 B9 3F 3F 3F 11 8A\"),\n                                        Category = \"防撤回\"\n                                    },\n                                    new ReplacePattern\n                                    {\n                                        Search = ByteUtil.HexStringToByteArray(\"83 C4 04 80 BD 3F FC FF FF 00 74 58 8B 3D\"),\n                                        Replace = ByteUtil.HexStringToByteArray(\"83 C4 04 80 BD 3F FC FF FF 00 EB 58 8B 3D\"),\n                                        Category = \"多开\"\n                                    }\n                                }\n                            },\n                            new CommonModifyInfo\n                            {\n                                Name=\"WeChatWin.dll\",\n                                StartVersion=\"3.6.0.5\",\n                                EndVersion=\"3.6.5.0\",\n                                ReplacePatterns = new List<ReplacePattern>\n                                {\n                                    // 防撤回特征又和 3.4 时期一样了\n                                    new ReplacePattern\n                                    {\n                                        Search = ByteUtil.HexStringToByteArray(\"EF 00 85 C0 74 32 B9 3F 3F 3F 11 8A\"),\n                                        Replace = ByteUtil.HexStringToByteArray(\"EF 00 85 C0 EB 32 B9 3F 3F 3F 11 8A\"),\n                                        Category = \"防撤回\"\n                                    },\n                                    new ReplacePattern\n                                    {\n                                        Search = ByteUtil.HexStringToByteArray(\"83 C4 04 80 BD 2F FC FF FF 00 74 58 8B 3D\"),\n                                        Replace = ByteUtil.HexStringToByteArray(\"83 C4 04 80 BD 2F FC FF FF 00 EB 58 8B 3D\"),\n                                        Category = \"多开\"\n                                    }\n                                }\n                            },\n                            new CommonModifyInfo\n                            {\n                                Name=\"WeChatWin.dll\",\n                                StartVersion=\"3.5.0.28\",\n                                EndVersion=\"3.6.0.0\",\n                                ReplacePatterns = new List<ReplacePattern>\n                                {\n                                    new ReplacePattern\n                                    {\n                                        Search = ByteUtil.HexStringToByteArray(\"ED 00 85 C0 74 32 B9\"),\n                                        Replace = ByteUtil.HexStringToByteArray(\"ED 00 33 C0 74 32 B9\"),\n                                        Category = \"防撤回\"\n                                    },\n                                    new ReplacePattern\n                                    {\n                                        Search = ByteUtil.HexStringToByteArray(\"83 C4 04 80 BD 2F FC FF FF 00 74 58 8B 3D\"),\n                                        Replace = ByteUtil.HexStringToByteArray(\"83 C4 04 80 BD 2F FC FF FF 00 EB 58 8B 3D\"),\n                                        Category = \"多开\"\n                                    }\n                                }\n                            },\n                            new CommonModifyInfo\n                            {\n                                Name=\"WeChatWin.dll\",\n                                StartVersion=\"3.4.0.0\",\n                                EndVersion=\"3.5.0.0\",\n                                ReplacePatterns = new List<ReplacePattern>\n                                {\n                                    new ReplacePattern\n                                    {\n                                        Search = ByteUtil.HexStringToByteArray(\"00 85 C0 74 32 B9 3F 3F 3F 11 8A\"),\n                                        Replace = ByteUtil.HexStringToByteArray(\"00 85 C0 EB 32 B9 3F 3F 3F 11 8A\"),\n                                        Category = \"防撤回\"\n                                    },\n                                    new ReplacePattern\n                                    {\n                                        Search = ByteUtil.HexStringToByteArray(\"E8 6B 00 00 00 84 C0 74 56 56 6A 00\"),\n                                        Replace = ByteUtil.HexStringToByteArray(\"E8 6B 00 00 00 84 C0 EB 56 56 6A 00\"),\n                                        Category = \"多开\"\n                                    }\n                                }\n                            },\n                            new CommonModifyInfo\n                            {\n                                Name=\"WeChatWin.dll\",\n                                StartVersion=\"3.3.5.15\",\n                                EndVersion=\"3.4.0.0\",\n                                ReplacePatterns = new List<ReplacePattern>\n                                {\n                                    new ReplacePattern\n                                    {\n                                        Search = ByteUtil.HexStringToByteArray(\"00 85 C0 74 32 B9 3F 3F 95 11 8A\"),\n                                        Replace = ByteUtil.HexStringToByteArray(\"00 85 C0 EB 32 B9 3F 3F 95 11 8A\"),\n                                        Category = \"防撤回\"\n                                    },\n                                    new ReplacePattern\n                                    {\n                                        Search = ByteUtil.HexStringToByteArray(\"E8 6B 00 00 00 84 C0 74 56 56 6A 00\"),\n                                        Replace = ByteUtil.HexStringToByteArray(\"E8 6B 00 00 00 84 C0 EB 56 56 6A 00\"),\n                                        Category = \"多开\"\n                                    }\n                                }\n                            },\n                            new CommonModifyInfo\n                            {\n                                Name=\"WeChatWin.dll\",\n                                StartVersion=\"3.2.0.00\",\n                                EndVersion=\"3.3.5.00\",\n                                ReplacePatterns = new List<ReplacePattern>\n                                {\n                                    new ReplacePattern\n                                    {\n                                        Search = ByteUtil.HexStringToByteArray(\"00 85 C0 74 7B 8B C8 E8\"),\n                                        Replace = ByteUtil.HexStringToByteArray(\"00 85 C0 EB 7B 8B C8 E8\"),\n                                        Category = \"防撤回\"\n                                    },\n                                    new ReplacePattern\n                                    {\n                                        Search = ByteUtil.HexStringToByteArray(\"E8 6B 00 00 00 84 C0 74 56 56 6A 00\"),\n                                        Replace = ByteUtil.HexStringToByteArray(\"E8 6B 00 00 00 84 C0 EB 56 56 6A 00\"),\n                                        Category = \"多开\"\n                                    }\n                                }\n                            },\n                            new CommonModifyInfo\n                            {\n                                Name=\"WeChatWin.dll\",\n                                StartVersion=\"3.1.0.00\",\n                                EndVersion=\"3.2.0.00\",\n                                ReplacePatterns = new List<ReplacePattern>\n                                {\n                                    new ReplacePattern\n                                    {\n                                        Search = ByteUtil.HexStringToByteArray(\"00 85 C0 74 7B 8B C8 E8\"),\n                                        Replace = ByteUtil.HexStringToByteArray(\"00 85 C0 EB 7B 8B C8 E8\"),\n                                        Category = \"防撤回\"\n                                    },\n                                    new ReplacePattern\n                                    {\n                                        Search = ByteUtil.HexStringToByteArray(\"FF E8 9B EF FF FF 84 C0 74 08 83\"),\n                                        Replace = ByteUtil.HexStringToByteArray(\"FF 90 90 90 90 90 84 C0 74 08 83\"),\n                                        Category = \"多开\"\n                                    }\n                                }\n                            },\n                            new CommonModifyInfo\n                            {\n                                Name=\"WeChatWin.dll\",\n                                StartVersion=\"2.8.0.88\",\n                                EndVersion=\"3.1.0.00\",\n                                ReplacePatterns = new List<ReplacePattern>\n                                {\n                                    new ReplacePattern\n                                    {\n                                        Search = ByteUtil.HexStringToByteArray(\"00 85 C0 74 7B 8B C8 E8\"),\n                                        Replace = ByteUtil.HexStringToByteArray(\"00 85 C0 EB 7B 8B C8 E8\"),\n                                        Category = \"防撤回\"\n                                    },\n                                    new ReplacePattern\n                                    {\n                                        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\"),\n                                        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\"),\n                                        Category = \"多开\"\n                                    }\n                                }\n                            },\n                            new CommonModifyInfo\n                            {\n                                Name=\"WeChatWin.dll\",\n                                StartVersion=\"2.7.0.00\",\n                                EndVersion=\"2.8.0.88\",\n                                ReplacePatterns = new List<ReplacePattern>\n                                {\n                                    new ReplacePattern\n                                    {\n                                        Search = ByteUtil.HexStringToByteArray(\"00 85 C0 74 32 B9\"),\n                                        Replace = ByteUtil.HexStringToByteArray(\"00 85 C0 EB 32 B9\"),\n                                        Category = \"防撤回\"\n                                    },\n                                    new ReplacePattern\n                                    {\n                                        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\"),\n                                        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\"),\n                                        Category = \"多开\"\n                                    }\n                                }\n                            }\n                        }\n                    }\n                },\n                FileModifyInfos = new Dictionary<string, List<ModifyInfo>>\n                {\n                    {\n                        \"WeChat.exe\",\n                        new List<ModifyInfo>\n                        {\n\n                        }\n                    },\n                    {\n                        \"WeChatWin.dll\",\n                        new List<ModifyInfo>\n                        {\n/*                            new ModifyInfo {\n                                Name=\"WeChatWin.dll\",\n                                Version=\"3.5.0.29\",\n                                SHA1Before=\"018c3af27ac5d618a89018babc51ed90665ed1cc\",\n                                SHA1After=\"8e070a908305061d86c6ff9cc3f30d8cfa802cac\",\n                                Changes = new List<Change>\n                                {\n                                    new Change\n                                    {\n                                        Position =0x003AE6A9,\n                                        Content =new byte[] { 0x31 }\n                                    },\n                                    new Change\n                                    {\n                                        Position =0x00CA5967,\n                                        Content =new byte[] { 0xEB }\n                                    }\n                                }\n                            },*/\n                            new ModifyInfo {\n                                Name=\"WeChatWin.dll\",\n                                Version=\"3.3.5.25\",\n                                SHA1Before=\"3e94753ccbc2799d98f3c741377e99bdae33b4cf\",\n                                SHA1After=\"ab98f83fc16674ac4911380882c79c3ca4c2fd71\",\n                                Changes = new List<Change>\n                                {\n                                    new Change\n                                    {\n                                        Position =0x003417D9,\n                                        Content =new byte[] { 0xEB }\n                                    },\n                                    new Change\n                                    {\n                                        Position =0x00B98A67,\n                                        Content =new byte[] { 0xEB }\n                                    }\n                                }\n                            },\n                            new ModifyInfo {\n                                Name=\"WeChatWin.dll\",\n                                Version=\"3.3.5.15\",\n                                SHA1Before=\"7d06e076c525aec6783e919dde4ee11ba9fdb198\",\n                                SHA1After=\"f22ab996a1779c2b41132d42c4fdf98c003284e0\",\n                                Changes = new List<Change>\n                                {\n                                    new Change\n                                    {\n                                        Position =0x0033D769,\n                                        Content =new byte[] { 0xEB }\n                                    },\n                                    new Change\n                                    {\n                                        Position =0x00B8F2C7,\n                                        Content =new byte[] { 0xEB }\n                                    }\n                                }\n                            },\n                            new ModifyInfo {\n                                Name=\"WeChatWin.dll\",\n                                Version=\"2.8.0.112\",\n                                SHA1Before=\"7497fc006f061799138aa33419280e41891a7981\",\n                                SHA1After=\"07e681be40af32738d59a9332fe966c83c05e455\",\n                                Changes = new List<Change>\n                                {\n                                    new Change\n                                    {\n                                        Position =0x0028ED79,\n                                        Content =new byte[] { 0xEB }\n                                    },\n                                    new Change\n                                    {\n                                        Position =0x007E7B10,\n                                        Content =new byte[] { 0xC3 }\n                                    }\n                                }\n                            },\n                            new ModifyInfo {\n                                Name=\"WeChatWin.dll\",\n                                Version=\"2.8.0.106\",\n                                SHA1Before=\"e772c81c8a1b79cac77b22dbe67b375fa340ba30\",\n                                SHA1After=\"bcbc491910f07cb995ef154a281450f2d052e90b\",\n                                Changes = new List<Change>\n                                {\n                                    new Change\n                                    {\n                                        Position =0x00289099,\n                                        Content =new byte[] { 0xEB }\n                                    },\n                                    new Change\n                                    {\n                                        Position =0x007E5960,\n                                        Content =new byte[] { 0xC3 }\n                                    }\n                                }\n                            },\n                            new ModifyInfo {\n                                Name=\"WeChatWin.dll\",\n                                Version=\"2.8.0.88\",\n                                SHA1Before=\"b34c73e38cfec186890b58caac5fc9962377cd9b\",\n                                SHA1After=\"8c108e92de0b6b4d9e61ce38ab8dd339a27e505b\",\n                                Changes = new List<Change>\n                                {\n                                    new Change\n                                    {\n                                        Position =0x00288489,\n                                        Content =new byte[] { 0xEB }\n                                    },\n                                    new Change\n                                    {\n                                        Position =0x007E3D80,\n                                        Content =new byte[] { 0xC3 }\n                                    }\n                                }\n                            },\n                            new ModifyInfo {\n                                Name=\"WeChatWin.dll\",\n                                Version=\"2.8.0.82\",\n                                SHA1Before=\"c359cc1a391441d261753f2844f9156638df8631\",\n                                SHA1After=\"d1b4dee8f7f91e34d68501987fd0675b33fe85da\",\n                                Changes = new List<Change>\n                                {\n                                    new Change\n                                    {\n                                        Position =0x00285FC9,\n                                        Content =new byte[] { 0xEB }\n                                    },\n                                    new Change\n                                    {\n                                        Position =0x007E16B0,\n                                        Content =new byte[] { 0xC3 }\n                                    }\n                                }\n                            },\n                            new ModifyInfo {\n                                Name=\"WeChatWin.dll\",\n                                Version=\"2.7.2.78\",\n                                SHA1Before=\"26a5c5503f1e176676da5657c12812da8aaa0243\",\n                                SHA1After=\"d338215a815c09755c04949995ec3e4eab8dce60\",\n                                Changes = new List<Change>\n                                {\n                                    new Change\n                                    {\n                                        Position =0x00285EA9,\n                                        Content =new byte[] { 0xEB }\n                                    },\n                                    new Change\n                                    {\n                                        Position =0x007E1380,\n                                        Content =new byte[] { 0xC3 }\n                                    }\n                                }\n                            },\n                            new ModifyInfo {\n                                Name=\"WeChatWin.dll\",\n                                Version=\"2.7.2.76\",\n                                SHA1Before=\"0003c7b2c0136a0eb2a6cfc2c694cb57b04b5517\",\n                                SHA1After=\"88af6055a0f4d3bdaa6f717ec8b263d4418487b6\",\n                                Changes = new List<Change>\n                                {\n                                    new Change\n                                    {\n                                        Position =0x00285BA9,\n                                        Content =new byte[] { 0xEB }\n                                    },\n                                    new Change\n                                    {\n                                        Position =0x007E0DA0,\n                                        Content =new byte[] { 0xC3 }\n                                    }\n                                }\n                            },\n                            new ModifyInfo {\n                                Name=\"WeChatWin.dll\",\n                                Version=\"2.7.1.88\",\n                                SHA1Before=\"034059bad50dd793140952391bfa7936133e69b4\",\n                                SHA1After=\"dd6d80c30ca9e0ea9f7d2f1add498fc9aa4bc7a0\",\n                                Changes = new List<Change>\n                                {\n                                    new Change\n                                    {\n                                        Position =0x00262389,\n                                        Content =new byte[] { 0xEB }\n                                    },\n                                    new Change\n                                    {\n                                        Position =0x007957B0,\n                                        Content =new byte[] { 0xC3 }\n                                    }\n                                }\n                            },\n                            new ModifyInfo {\n                                Name=\"WeChatWin.dll\",\n                                Version=\"2.7.1.85\",\n                                SHA1Before=\"de0df4e138b72460450f66c029e33f4510f5e2df\",\n                                SHA1After=\"fbd35720aaff3cdcfd3ff18ea503dc06450e5c99\",\n                                Changes = new List<Change>\n                                {\n                                    new Change\n                                    {\n                                        Position =0x00262389,\n                                        Content =new byte[] { 0xEB }\n                                    },\n                                    new Change\n                                    {\n                                        Position =0x00795680,\n                                        Content =new byte[] { 0xC3 }\n                                    }\n                                }\n                            },\n                            new ModifyInfo {\n                                Name=\"WeChatWin.dll\",\n                                Version=\"2.7.1.82\",\n                                SHA1Before=\"20e111a18872bf6c7148a897c11da26c1ec95520\",\n                                SHA1After=\"1e0741d325ca6b1cd2402b829a3d13a2524af617\",\n                                Changes = new List<Change>\n                                {\n                                    new Change\n                                    {\n                                        Position =0x00262389,\n                                        Content =new byte[] { 0xEB }\n                                    },\n                                    new Change\n                                    {\n                                        Position =0x00795650,\n                                        Content =new byte[] { 0xC3 }\n                                    }\n                                }\n                            },\n                            new ModifyInfo {\n                                Name=\"WeChatWin.dll\",\n                                Version=\"2.7.1.74\",\n                                SHA1Before=\"b1eaf7edc074a88be5d0f89230436cc2084d24d2\",\n                                SHA1After=\"eb3d74ccd87a09059a005f4972861898fc3de463\",\n                                Changes = new List<Change>\n                                {\n                                    new Change\n                                    {\n                                        Position =0x00262389,\n                                        Content =new byte[] { 0xEB }\n                                    },\n                                    new Change\n                                    {\n                                        Position =0x00795550,\n                                        Content =new byte[] { 0xC3 }\n                                    }\n                                }\n                            },\n                            new ModifyInfo {\n                                Name=\"WeChatWin.dll\",\n                                Version=\"2.7.1.65\",\n                                SHA1Before=\"8346b97d264725da924d240c6eb77df3e693385e\",\n                                SHA1After=\"42bab2c9c79ef4f2088c00ea6d817973e14a5e6e\",\n                                Changes = new List<Change>\n                                {\n                                    new Change\n                                    {\n                                        Position =2495545,\n                                        Content =new byte[] { 235}\n                                    }\n                                }\n                            },\n                            new ModifyInfo {Name=\"WeChatWin.dll\",Version=\"2.7.1.59\",SHA1Before=\"df954d403edaca89cd5394927a325a0023e93281\",SHA1After=\"6aa22460c91bb5c5e2f0ec1af99b8a5f6d4318c0\",Changes = new List<Change> { 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<Change> { 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<Change> { 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<Change> { 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<Change> { 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<Change> { 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<Change> { 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<Change> { 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<Change> { 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<Change> { 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<Change> { 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<Change> { 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<Change> { new Change {Position=2401678,Content=new byte[] { 116} } } }\n                        }\n                    }\n                }\n            };\n        }\n\n        public App QQ()\n        {\n            return new App\n            {\n                Name = \"QQ\",\n                FileTargetInfos = new Dictionary<string, TargetInfo>\n                {\n                    {\n                        \"IM.dll\",\n                        new TargetInfo\n                        {\n                            Name = \"IM.dll\",\n                            RelativePath = @\"Bin\\IM.dll\"\n                        }\n                    }\n                },\n                FileCommonModifyInfos = new Dictionary<string, List<CommonModifyInfo>>\n                {\n                    {\n                        \"IM.dll\",\n                        new List<CommonModifyInfo>\n                        {\n                            new CommonModifyInfo\n                            {\n                                Name=\"IM.dll\",\n                                StartVersion=\"9.4.7.00000\",\n                                EndVersion=\"\",\n                                ReplacePatterns = new List<ReplacePattern>\n                                {\n                                    new ReplacePattern\n                                    {\n                                        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\"),\n                                        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\"),\n                                        Category = \"防撤回\"\n                                    },\n                                    new ReplacePattern\n                                    {\n                                        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\"),\n                                        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\"),\n                                        Category = \"防撤回\"\n                                    },\n                                    new ReplacePattern\n                                    {\n                                        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\"),\n                                        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\"),\n                                        Category = \"防撤回\"\n                                    }\n                                }\n                            },\n                            new CommonModifyInfo\n                            {\n                                Name=\"IM.dll\",\n                                StartVersion=\"9.1.6.00000\",\n                                EndVersion=\"9.4.7.00000\",\n                                ReplacePatterns = new List<ReplacePattern>\n                                {\n                                    new ReplacePattern\n                                    {\n                                        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\"),\n                                        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\"),\n                                        Category = \"防撤回\"\n                                    },\n                                    new ReplacePattern\n                                    {\n                                        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\"),\n                                        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\"),\n                                        Category = \"防撤回\"\n                                    },\n                                    new ReplacePattern\n                                    {\n                                        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\"),\n                                        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\"),\n                                        Category = \"防撤回\"\n                                    }\n                                }\n                            }\n                        }\n                    }\n                },\n                FileModifyInfos = new Dictionary<string, List<ModifyInfo>>\n                {\n                    {\n                        \"IM.dll\",\n                        new List<ModifyInfo>\n                        {\n                            new ModifyInfo\n                            {\n                                Name = \"IM.dll\",\n                                Version = \"9.2.3.26592\",\n                                SHA1Before = \"9114e7869572b4b868afcbc8b28eae932559ec60\",\n                                SHA1After = \"42e15175fd53768bb48772dc69fb07a4eac5a623\",\n                                Changes = new List<Change>\n                                {\n                                    new Change\n                                    {\n                                        Position = 0x0005AB95,\n                                        Content = new byte[] { 0xEB, 0x09, 0x90, 0x90, 0x90 }\n                                    },\n                                    new Change\n                                    {\n                                        Position = 0x0005ADB2,\n                                        Content = new byte[] { 0xEB, 0x09, 0x90, 0x90, 0x90 }\n                                    },\n                                    new Change\n                                    {\n                                        Position = 0x0005AF60,\n                                        Content = new byte[] { 0xEB, 0x08, 0x90, 0x90, 0x90, 0x90 }\n                                    }\n                                }\n                            },\n                            new ModifyInfo\n                            {\n                                Name = \"IM.dll\",\n                                Version = \"9.2.2.26569\",\n                                SHA1Before = \"434254e76c520789558e075af677821258536311\",\n                                SHA1After = \"237c9e489a97858a175f0f7c72ade4ebcbac7a69\",\n                                Changes = new List<Change>\n                                {\n                                    new Change\n                                    {\n                                        Position = 0x0005A9CA,\n                                        Content = new byte[] { 0xEB, 0x09, 0x90, 0x90, 0x90 }\n                                    },\n                                    new Change\n                                    {\n                                        Position = 0x0005ABE7,\n                                        Content = new byte[] { 0xEB, 0x09, 0x90, 0x90, 0x90 }\n                                    },\n                                    new Change\n                                    {\n                                        Position = 0x0005AD95,\n                                        Content = new byte[] { 0xEB, 0x08, 0x90, 0x90, 0x90, 0x90 }\n                                    }\n                                }\n                            },\n                            new ModifyInfo\n                            {\n                                Name = \"IM.dll\",\n                                Version = \"9.2.1.26546\",\n                                SHA1Before = \"8d8ea2c2cbf43f5acf8d684b153e90035352d5f5\",\n                                SHA1After = \"7d194dd5be03982b533d7375c93d9a72587fe28d\",\n                                Changes = new List<Change>\n                                {\n                                    new Change\n                                    {\n                                        Position = 0x0005A389,\n                                        Content = new byte[] { 0xEB, 0x09, 0x90, 0x90, 0x90 }\n                                    },\n                                    new Change\n                                    {\n                                        Position = 0x0005A5A6,\n                                        Content = new byte[] { 0xEB, 0x09, 0x90, 0x90, 0x90 }\n                                    },\n                                    new Change\n                                    {\n                                        Position = 0x0005A754,\n                                        Content = new byte[] { 0xEB, 0x08, 0x90, 0x90, 0x90, 0x90 }\n                                    }\n                                }\n                            },\n                            new ModifyInfo\n                            {\n                                Name = \"IM.dll\",\n                                Version = \"9.2.0.26453\",\n                                SHA1Before = \"c1935ca6347b0c2a7e6108a7f8ee0643d39deb66\",\n                                SHA1After = \"42811188a7e7b346a6a3c1066936b98c747acaf6\",\n                                Changes = new List<Change>\n                                {\n                                    new Change\n                                    {\n                                        Position = 0x00056602,\n                                        Content = new byte[] { 0xEB, 0x09, 0x90, 0x90, 0x90 }\n                                    },\n                                    new Change\n                                    {\n                                        Position = 0x0005681F,\n                                        Content = new byte[] { 0xEB, 0x09, 0x90, 0x90, 0x90 }\n                                    },\n                                    new Change\n                                    {\n                                        Position = 0x000569CF,\n                                        Content = new byte[] { 0xEB, 0x08, 0x90, 0x90, 0x90, 0x90 }\n                                    }\n                                }\n                            },\n                            new ModifyInfo\n                            {\n                                Name = \"IM.dll\",\n                                Version = \"9.2.0.26389\",\n                                SHA1Before = \"6f8855fb80acfa456f8f69989fe949308fe4d154\",\n                                SHA1After = \"f6b8e05a178b9b10ba17c597fa0a44b7a2a966a8\",\n                                Changes = new List<Change>\n                                {\n                                    new Change\n                                    {\n                                        Position = 0x000571C8,\n                                        Content = new byte[] { 0xEB, 0x09, 0x90, 0x90, 0x90 }\n                                    },\n                                    new Change\n                                    {\n                                        Position = 0x000573E5,\n                                        Content = new byte[] { 0xEB, 0x09, 0x90, 0x90, 0x90 }\n                                    },\n                                    new Change\n                                    {\n                                        Position = 0x00057595,\n                                        Content = new byte[] { 0xEB, 0x08, 0x90, 0x90, 0x90, 0x90 }\n                                    }\n                                }\n                            },\n                            new ModifyInfo\n                            {\n                                Name = \"IM.dll\",\n                                Version = \"9.1.9.26361\",\n                                SHA1Before = \"022d3433d13d07a354c38816f61cb0b7ac60d3fd\",\n                                SHA1After = \"873a57c1fb51cdd099c8cb7108b5ab5cb4459557\",\n                                Changes = new List<Change>\n                                {\n                                    new Change\n                                    {\n                                        Position = 0x000567DE,\n                                        Content = new byte[] { 0xEB, 0x09, 0x90, 0x90, 0x90 }\n                                    },\n                                    new Change\n                                    {\n                                        Position = 0x000569FB,\n                                        Content = new byte[] { 0xEB, 0x09, 0x90, 0x90, 0x90 }\n                                    },\n                                    new Change\n                                    {\n                                        Position = 0x00056BAB,\n                                        Content = new byte[] { 0xEB, 0x08, 0x90, 0x90, 0x90, 0x90 }\n                                    }\n                                }\n                            },\n                            new ModifyInfo\n                            {\n                                Name = \"IM.dll\",\n                                Version = \"9.1.9.26346\",\n                                SHA1Before = \"895eb70f707b8222e6460c91492b1281e525059b\",\n                                SHA1After = \"0bb83990e2b5b5f23b7b43249941ff638201af54\",\n                                Changes = new List<Change>\n                                {\n                                    new Change\n                                    {\n                                        Position = 0x000567DE,\n                                        Content = new byte[] { 0xEB, 0x09, 0x90, 0x90, 0x90 }\n                                    },\n                                    new Change\n                                    {\n                                        Position = 0x000569FB,\n                                        Content = new byte[] { 0xEB, 0x09, 0x90, 0x90, 0x90 }\n                                    },\n                                    new Change\n                                    {\n                                        Position = 0x00056BAB,\n                                        Content = new byte[] { 0xEB, 0x08, 0x90, 0x90, 0x90, 0x90 }\n                                    }\n                                }\n                            },\n                            new ModifyInfo\n                            {\n                                Name = \"IM.dll\",\n                                Version = \"9.1.8.26211\",\n                                SHA1Before = \"a950d3cf5e8925f7775624271105ef78d9c5cb57\",\n                                SHA1After = \"dffc1cb87b91e6467e13c935611f2f7fd76b9a8d\",\n                                Changes = new List<Change>\n                                {\n                                    new Change\n                                    {\n                                        Position = 0x000524EF,\n                                        Content = new byte[] { 0xEB, 0x09, 0x90, 0x90, 0x90 }\n                                    },\n                                    new Change\n                                    {\n                                        Position = 0x0005270C,\n                                        Content = new byte[] { 0xEB, 0x09, 0x90, 0x90, 0x90 }\n                                    },\n                                    new Change\n                                    {\n                                        Position = 0x000528BC,\n                                        Content = new byte[] { 0xEB, 0x08, 0x90, 0x90, 0x90, 0x90 }\n                                    }\n                                }\n                            },\n                            new ModifyInfo\n                            {\n                                Name = \"IM.dll\",\n                                Version = \"9.1.7.25980\",\n                                SHA1Before = \"c6632339fbe675312a70ae4620e70699c258cd36\",\n                                SHA1After = \"e9ddc5cc681950796fc8fe4c55f580428c890b51\",\n                                Changes = new List<Change>\n                                {\n                                    new Change\n                                    {\n                                        Position = 0x0005009F,\n                                        Content = new byte[] { 0xEB, 0x09, 0x90, 0x90, 0x90 }\n                                    },\n                                    new Change\n                                    {\n                                        Position = 0x000502BC,\n                                        Content = new byte[] { 0xEB, 0x09, 0x90, 0x90, 0x90 }\n                                    },\n                                    new Change\n                                    {\n                                        Position = 0x0005046C,\n                                        Content = new byte[] { 0xEB, 0x08, 0x90, 0x90, 0x90, 0x90 }\n                                    }\n                                }\n                            },\n                            new ModifyInfo\n                            {\n                                Name = \"IM.dll\",\n                                Version = \"9.0.4.23786\",\n                                SHA1Before = \"69a714f4eadb09f1453f6f022d4adbcd801cfab8\",\n                                SHA1After = \"b48e77a924076b3ebdffc4af514c868c551d2bca\",\n                                Changes = new List<Change>\n                                {\n                                    new Change\n                                    {\n                                        Position = 0x0004DB71,\n                                        Content = new byte[] { 0xEB, 0x07, 0x90, 0x90, 0x90 }\n                                    },\n                                    new Change\n                                    {\n                                        Position = 0x0004DD8E,\n                                        Content = new byte[] { 0xEB, 0x07, 0x90, 0x90, 0x90 }\n                                    },\n                                    new Change\n                                    {\n                                        Position = 0x0004DF93,\n                                        Content = new byte[] { 0xEB, 0x07, 0x90, 0x90, 0x90 }\n                                    }\n                                }\n                            }\n                        }\n                    }\n                }\n            };\n        }\n\n        public App TIM()\n        {\n            return new App\n            {\n                Name = \"TIM\",\n                FileTargetInfos = new Dictionary<string, TargetInfo>\n                {\n                    {\n                        \"IM.dll\",\n                        new TargetInfo\n                        {\n                            Name = \"IM.dll\",\n                            RelativePath = @\"Bin\\IM.dll\"\n                        }\n                    }\n                },\n                FileCommonModifyInfos = new Dictionary<string, List<CommonModifyInfo>>\n                {\n                    {\n                        \"IM.dll\",\n                        new List<CommonModifyInfo>\n                        {\n                            new CommonModifyInfo\n                            {\n                                Name=\"IM.dll\",\n                                StartVersion=\"3.4.0.00000\",\n                                EndVersion=\"\",\n                                ReplacePatterns = new List<ReplacePattern>\n                                {\n                                    new ReplacePattern\n                                    {\n                                        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\"),\n                                        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\"),\n                                        Category = \"防撤回\"\n                                    },\n                                    new ReplacePattern\n                                    {\n                                        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\"),\n                                        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\"),\n                                        Category = \"防撤回\"\n                                    },\n                                    new ReplacePattern\n                                    {\n                                        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\"),\n                                        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\"),\n                                        Category = \"防撤回\"\n                                    }\n                                }\n                            },\n                            new CommonModifyInfo\n                            {\n                                Name=\"IM.dll\",\n                                StartVersion=\"3.0.0.00000\",\n                                EndVersion=\"3.4.0.00000\",\n                                ReplacePatterns = new List<ReplacePattern>\n                                {\n                                    new ReplacePattern\n                                    {\n                                        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\"),\n                                        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\"),\n                                        Category = \"防撤回\"\n                                    },\n                                    new ReplacePattern\n                                    {\n                                        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\"),\n                                        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\"),\n                                        Category = \"防撤回\"\n                                    },\n                                    new ReplacePattern\n                                    {\n                                        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\"),\n                                        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\"),\n                                        Category = \"防撤回\"\n                                    }\n                                }\n                            }\n                        }\n                    }\n                },\n                FileModifyInfos = new Dictionary<string, List<ModifyInfo>>\n                {\n                    {\n                        \"IM.dll\",\n                        new List<ModifyInfo>\n                        {\n                            new ModifyInfo\n                            {\n                                Name = \"IM.dll\",\n                                Version = \"2.3.2.21173\",\n                                SHA1Before = \"ecf3e69f3fb100ffe2fee095ffded591b9781024\",\n                                SHA1After = \"0514d1304e7ac46b4d33386ec3313888f5ae7171\",\n                                Changes = new List<Change>\n                                {\n                                    new Change\n                                    {\n                                        Position = 0x0004D78A,\n                                        Content = new byte[] { 0xEB, 0x09, 0x90, 0x90, 0x90 }\n                                    },\n                                    new Change\n                                    {\n                                        Position = 0x0004D9A7,\n                                        Content = new byte[] { 0xEB, 0x09, 0x90, 0x90, 0x90 }\n                                    },\n                                    new Change\n                                    {\n                                        Position = 0x0004DB57,\n                                        Content = new byte[] { 0xEB, 0x08, 0x90, 0x90, 0x90, 0x90 }\n                                    }\n                                }\n                            }\n                        }\n                    }\n                }\n            };\n        }\n\n        public App QQLite()\n        {\n            return new App\n            {\n                Name = \"QQLite\",\n                FileTargetInfos = new Dictionary<string, TargetInfo>\n                {\n                    {\n                        \"IM.dll\",\n                        new TargetInfo\n                        {\n                            Name = \"IM.dll\",\n                            RelativePath = @\"Bin\\IM.dll\"\n                        }\n                    }\n                },\n                FileModifyInfos = new Dictionary<string, List<ModifyInfo>>\n                {\n                    {\n                        \"IM.dll\",\n                        new List<ModifyInfo>\n                        {\n                            new ModifyInfo\n                            {\n                                Name = \"IM.dll\",\n                                Version = \"7.9.14314.0\",\n                                SHA1Before = \"2e97d7671963fa148a1beeda6ce4964314310593\",\n                                SHA1After = \"723c008fb53435ead20fa6f2e951c9a4a8ff46da\",\n                                Changes = new List<Change>\n                                {\n                                    new Change\n                                    {\n                                        Position = 0x00024505,\n                                        Content = new byte[] { 0xEB, 0x02, 0x90, 0x90 }\n                                    },\n                                    new Change\n                                    {\n                                        Position = 0x000248B9,\n                                        Content = new byte[] { 0xEB, 0x02, 0x90, 0x90 }\n                                    }\n                                }\n                            },\n                            new ModifyInfo\n                            {\n                                Name = \"IM.dll\",\n                                Version = \"7.9.14308.0\",\n                                SHA1Before = \"b8a7a873178706b97be11c25f13bcf09e9e578a2\",\n                                SHA1After = \"c5bf533c7af6996b42d1fb2a0fb3f26dfd52f8bf\",\n                                Changes = new List<Change>\n                                {\n                                    new Change\n                                    {\n                                        Position = 0x00024505,\n                                        Content = new byte[] { 0xEB, 0x02, 0x90, 0x90 }\n                                    },\n                                    new Change\n                                    {\n                                        Position = 0x000248B9,\n                                        Content = new byte[] { 0xEB, 0x02, 0x90, 0x90 }\n                                    }\n                                }\n                            }\n                        }\n                    }\n                }\n            };\n        }\n\n\n        public App QQNT()\n        {\n            return new App\n            {\n                Name = \"QQNT\",\n                FileTargetInfos = new Dictionary<string, TargetInfo>\n                {\n                    {\n                        \"wrapper.node\",\n                        new TargetInfo\n                        {\n                            Name = \"wrapper.node\",\n                            RelativePath = @\"versions\\{version}\\resources\\app\\wrapper.node\",\n                            RelativePathForVersion = \"QQ.exe\"\n                        }\n                    }\n                },\n                FileCommonModifyInfos = new Dictionary<string, List<CommonModifyInfo>>\n                {\n                    {\n                        \"wrapper.node\",\n                        new List<CommonModifyInfo>\n                        {\n                            new CommonModifyInfo\n                            {\n                                Name=\"wrapper.node\",\n                                StartVersion=\"9.8.0.19000\",\n                                EndVersion=\"\",\n                                ReplacePatterns = new List<ReplacePattern>\n                                {\n                                    new ReplacePattern\n                                    {\n                                        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\"),\n                                        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\"),\n                                        Category = \"群聊防撤回\"\n                                    }\n                                }\n                            }\n                        }\n                    }\n                }\n            };\n        }\n\n        public App Weixin()\n        {\n            return new App\n            {\n                Name = \"Weixin\",\n                FileTargetInfos = new Dictionary<string, TargetInfo>\n                {\n                    {\n                        \"Weixin.dll\",\n                        new TargetInfo\n                        {\n                            Name = \"Weixin.dll\",\n                            RelativePath = \"Weixin.dll\",\n                            StartVersion = \"1.0.0.0\"\n                        }\n                    }\n                },\n                FileCommonModifyInfos = new Dictionary<string, List<CommonModifyInfo>>\n                {\n                    {\n                        \"Weixin.dll\",\n                        new List<CommonModifyInfo>\n                        {\n                            new CommonModifyInfo\n                            {\n                                Name=\"Weixin.dll\",\n                                StartVersion=\"4.1.7.1\",\n                                EndVersion=\"\",\n                                ReplacePatterns = new List<ReplacePattern>\n                                {\n                                    new ReplacePattern\n                                    {\n                                        Search = ByteUtil.HexStringToByteArray(\"90 48 89 86 A8 01 00 00\"),\n                                        Replace = ByteUtil.HexStringToByteArray(\"90 48 29 86 A8 01 00 00\"),\n                                        Category = \"防撤回\"\n                                    },\n                                    new ReplacePattern\n                                    {\n                                        Search = ByteUtil.HexStringToByteArray(\"81 FF B7 00 00 00 0F 85\"),\n                                        Replace = ByteUtil.HexStringToByteArray(\"81 FF B7 00 00 00 90 E9\"),\n                                        Category = \"多开\"\n                                    }\n                                }\n                            },\n                            new CommonModifyInfo\n                            {\n                                Name=\"Weixin.dll\",\n                                StartVersion=\"4.1.6.15\",\n                                EndVersion=\"4.1.7.0\",\n                                ReplacePatterns = new List<ReplacePattern>\n                                {\n                                    new ReplacePattern\n                                    {\n                                        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\"),\n                                        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\"),\n                                        Category = \"防撤回\"\n                                    },\n                                    // new ReplacePattern\n                                    // {\n                                    //     Search = ByteUtil.HexStringToByteArray(\"65 69 78 69 6E 55 70 64 61 74 65 00 57\"),\n                                    //     Replace = ByteUtil.HexStringToByteArray(\"65 69 78 69 6E 55 70 64 61 74 2E 00 57\"),\n                                    //     Category = \"防撤回\"\n                                    // },                                    \n                                    // new ReplacePattern\n                                    // {\n                                    //     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\"),\n                                    //     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\"),\n                                    //     Category = \"防撤回\"\n                                    // },\n                                    new ReplacePattern\n                                    {\n                                        Search = ByteUtil.HexStringToByteArray(\"48 8D 55 C0 45 31 C0 E8 29 F8 47 FE 90 48\"),\n                                        Replace = ByteUtil.HexStringToByteArray(\"48 8D 55 C0 48 83 85 D0 02 00 00 01 90 48\"),\n                                        Category = \"防撤回\"\n                                    },\n                                    new ReplacePattern\n                                    {\n                                        Search = ByteUtil.HexStringToByteArray(\"84 C0 75 1B E8 76 E5 F7 FF 84 C0 75 12 E8\"),\n                                        Replace = ByteUtil.HexStringToByteArray(\"84 C0 EB 3F E8 3F 3F 3F FF 84 C0 75 3F E8\"),\n                                        Category = \"多开\"\n                                    }\n                                }\n                            },\n                            new CommonModifyInfo\n                            {\n                                Name=\"Weixin.dll\",\n                                StartVersion=\"4.1.0.17\",\n                                EndVersion=\"4.1.6.0\",\n                                ReplacePatterns = new List<ReplacePattern>\n                                {\n                                    new ReplacePattern\n                                    {\n                                        Search = ByteUtil.HexStringToByteArray(\"DA FE FF FF 4C 89 F1 E8 3F 3F 3F 3F 84 C0 0F 84\"),\n                                        Replace = ByteUtil.HexStringToByteArray(\"DA FE FF FF 4C 89 F1 E8 3F 3F 3F 3F 84 C0 90 E9\"),\n                                        Category = \"防撤回\"\n                                    },\n                                    new ReplacePattern\n                                    {\n                                        Search = ByteUtil.HexStringToByteArray(\"31 C9 31 D2 49 89 C0 FF 15 3F 3F 3F 3F 48 85 C0 0F 84\"),\n                                        Replace = ByteUtil.HexStringToByteArray(\"31 C9 31 D2 49 89 C0 FF 15 3F 3F 3F 3F 48 85 C0 90 E9\"),\n                                        Category = \"多开\"\n                                    }\n                                }\n                            },\n                            new CommonModifyInfo\n                            {\n                                Name=\"Weixin.dll\",\n                                StartVersion=\"4.1.0.0\",\n                                EndVersion=\"4.1.0.17\",\n                                ReplacePatterns = new List<ReplacePattern>\n                                {\n                                    new ReplacePattern\n                                    {\n                                        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\"),\n                                        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\"),\n                                        Category = \"防撤回\"\n                                    },\n                                    new ReplacePattern\n                                    {\n                                        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\"),\n                                        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\"),\n                                        Category = \"多开\"\n                                    }\n                                }\n                            },\n                            new CommonModifyInfo\n                            {\n                                Name=\"Weixin.dll\",\n                                StartVersion=\"4.0.3.0\",\n                                EndVersion=\"4.1.0.0\",\n                                ReplacePatterns = new List<ReplacePattern>\n                                {\n                                    new ReplacePattern\n                                    {\n                                        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\"),\n                                        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\"),\n                                        Category = \"防撤回\"\n                                    },\n                                    new ReplacePattern\n                                    {\n                                        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\"),\n                                        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\"),\n                                        Category = \"多开\"\n                                    }\n                                }\n                            },\n                            new CommonModifyInfo\n                            {\n                                Name=\"Weixin.dll\",\n                                StartVersion=\"4.0.0.0\",\n                                EndVersion=\"4.0.3.0\",\n                                ReplacePatterns = new List<ReplacePattern>\n                                {\n                                    new ReplacePattern\n                                    {\n                                        Search = ByteUtil.HexStringToByteArray(\"57 53 48 83 EC 20 48 89 CE 80 3D 3F 3F 3F 3F 00 75 21 48 B8\"),\n                                        Replace = ByteUtil.HexStringToByteArray(\"57 53 48 83 EC 20 48 89 CE 80 3D 3F 3F 3F 3F 00 EB 21 48 B8\"),\n                                        Category = \"防撤回\"\n                                    },\n                                    // new ReplacePattern\n                                    // {\n                                    //     Search = ByteUtil.HexStringToByteArray(\"BA 01 00 00 00 E8 3F 3F 3F 00 85 C0 0F 84 3F 03 00\"),\n                                    //     Replace = ByteUtil.HexStringToByteArray(\"BA 01 00 00 00 E8 3F 3F 3F 00 85 C0 E9 50 03 00 00\"),\n                                    //     Category = \"多开\"\n                                    // }\n                                }\n                            }\n                        }\n                    }\n                }\n            };\n        }\n    }\n}\n"
  },
  {
    "path": "RevokeMsgPatcher.Assistant/Program.cs",
    "content": "﻿using System;\nusing System.Collections.Generic;\nusing System.Linq;\nusing System.Threading.Tasks;\nusing System.Windows.Forms;\n\nnamespace RevokeMsgPatcher.Assistant\n{\n    static class Program\n    {\n        /// <summary>\n        /// 应用程序的主入口点。\n        /// </summary>\n        [STAThread]\n        static void Main()\n        {\n            Application.EnableVisualStyles();\n            Application.SetCompatibleTextRenderingDefault(false);\n            Application.Run(new FormAssisant());\n        }\n    }\n}\n"
  },
  {
    "path": "RevokeMsgPatcher.Assistant/Properties/AssemblyInfo.cs",
    "content": "﻿using System.Reflection;\nusing System.Runtime.CompilerServices;\nusing System.Runtime.InteropServices;\n\n// 有关程序集的一般信息由以下\n// 控制。更改这些特性值可修改\n// 与程序集关联的信息。\n[assembly: AssemblyTitle(\"RevokeMsgPatcher.Assistant\")]\n[assembly: AssemblyDescription(\"\")]\n[assembly: AssemblyConfiguration(\"\")]\n[assembly: AssemblyCompany(\"\")]\n[assembly: AssemblyProduct(\"RevokeMsgPatcher.Assistant\")]\n[assembly: AssemblyCopyright(\"Copyright ©  2019\")]\n[assembly: AssemblyTrademark(\"\")]\n[assembly: AssemblyCulture(\"\")]\n\n// 将 ComVisible 设置为 false 会使此程序集中的类型\n//对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型\n//请将此类型的 ComVisible 特性设置为 true。\n[assembly: ComVisible(false)]\n\n// 如果此项目向 COM 公开，则下列 GUID 用于类型库的 ID\n[assembly: Guid(\"6992004f-17e6-45bf-8d72-180a31e9c23c\")]\n\n// 程序集的版本信息由下列四个值组成: \n//\n//      主版本\n//      次版本\n//      生成号\n//      修订号\n//\n// 可以指定所有值，也可以使用以下所示的 \"*\" 预置版本号和修订号\n// 方法是按如下所示使用“*”: :\n// [assembly: AssemblyVersion(\"1.0.*\")]\n[assembly: AssemblyVersion(\"1.0.0.0\")]\n[assembly: AssemblyFileVersion(\"1.0.0.0\")]\n"
  },
  {
    "path": "RevokeMsgPatcher.Assistant/Properties/Resources.Designer.cs",
    "content": "﻿//------------------------------------------------------------------------------\n// <auto-generated>\n//     此代码由工具生成。\n//     运行时版本:4.0.30319.42000\n//\n//     对此文件的更改可能会导致不正确的行为，并且如果\n//     重新生成代码，这些更改将会丢失。\n// </auto-generated>\n//------------------------------------------------------------------------------\n\nnamespace RevokeMsgPatcher.Assistant.Properties {\n    using System;\n    \n    \n    /// <summary>\n    ///   一个强类型的资源类，用于查找本地化的字符串等。\n    /// </summary>\n    // 此类是由 StronglyTypedResourceBuilder\n    // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。\n    // 若要添加或移除成员，请编辑 .ResX 文件，然后重新运行 ResGen\n    // (以 /str 作为命令选项)，或重新生成 VS 项目。\n    [global::System.CodeDom.Compiler.GeneratedCodeAttribute(\"System.Resources.Tools.StronglyTypedResourceBuilder\", \"17.0.0.0\")]\n    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\n    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]\n    internal class Resources {\n        \n        private static global::System.Resources.ResourceManager resourceMan;\n        \n        private static global::System.Globalization.CultureInfo resourceCulture;\n        \n        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute(\"Microsoft.Performance\", \"CA1811:AvoidUncalledPrivateCode\")]\n        internal Resources() {\n        }\n        \n        /// <summary>\n        ///   返回此类使用的缓存的 ResourceManager 实例。\n        /// </summary>\n        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]\n        internal static global::System.Resources.ResourceManager ResourceManager {\n            get {\n                if (object.ReferenceEquals(resourceMan, null)) {\n                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager(\"RevokeMsgPatcher.Assistant.Properties.Resources\", typeof(Resources).Assembly);\n                    resourceMan = temp;\n                }\n                return resourceMan;\n            }\n        }\n        \n        /// <summary>\n        ///   重写当前线程的 CurrentUICulture 属性，对\n        ///   使用此强类型资源类的所有资源查找执行重写。\n        /// </summary>\n        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]\n        internal static global::System.Globalization.CultureInfo Culture {\n            get {\n                return resourceCulture;\n            }\n            set {\n                resourceCulture = value;\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "RevokeMsgPatcher.Assistant/Properties/Resources.resx",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n</root>"
  },
  {
    "path": "RevokeMsgPatcher.Assistant/Properties/Settings.Designer.cs",
    "content": "﻿//------------------------------------------------------------------------------\n// <auto-generated>\n//     此代码由工具生成。\n//     运行时版本:4.0.30319.42000\n//\n//     对此文件的更改可能会导致不正确的行为，并且如果\n//     重新生成代码，这些更改将会丢失。\n// </auto-generated>\n//------------------------------------------------------------------------------\n\nnamespace RevokeMsgPatcher.Assistant.Properties {\n    \n    \n    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]\n    [global::System.CodeDom.Compiler.GeneratedCodeAttribute(\"Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator\", \"17.1.0.0\")]\n    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {\n        \n        private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));\n        \n        public static Settings Default {\n            get {\n                return defaultInstance;\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "RevokeMsgPatcher.Assistant/Properties/Settings.settings",
    "content": "﻿<?xml version='1.0' encoding='utf-8'?>\n<SettingsFile xmlns=\"http://schemas.microsoft.com/VisualStudio/2004/01/settings\" CurrentProfile=\"(Default)\">\n  <Profiles>\n    <Profile Name=\"(Default)\" />\n  </Profiles>\n  <Settings />\n</SettingsFile>\n"
  },
  {
    "path": "RevokeMsgPatcher.Assistant/RevokeMsgPatcher.Assistant.csproj",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Project ToolsVersion=\"15.0\" xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">\n  <Import Project=\"$(MSBuildExtensionsPath)\\$(MSBuildToolsVersion)\\Microsoft.Common.props\" Condition=\"Exists('$(MSBuildExtensionsPath)\\$(MSBuildToolsVersion)\\Microsoft.Common.props')\" />\n  <PropertyGroup>\n    <Configuration Condition=\" '$(Configuration)' == '' \">Debug</Configuration>\n    <Platform Condition=\" '$(Platform)' == '' \">AnyCPU</Platform>\n    <ProjectGuid>{6992004F-17E6-45BF-8D72-180A31E9C23C}</ProjectGuid>\n    <OutputType>WinExe</OutputType>\n    <RootNamespace>RevokeMsgPatcher.Assistant</RootNamespace>\n    <AssemblyName>RevokeMsgPatcher.Assistant</AssemblyName>\n    <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>\n    <FileAlignment>512</FileAlignment>\n    <Deterministic>true</Deterministic>\n    <PublishUrl>publish\\</PublishUrl>\n    <Install>true</Install>\n    <InstallFrom>Disk</InstallFrom>\n    <UpdateEnabled>false</UpdateEnabled>\n    <UpdateMode>Foreground</UpdateMode>\n    <UpdateInterval>7</UpdateInterval>\n    <UpdateIntervalUnits>Days</UpdateIntervalUnits>\n    <UpdatePeriodically>false</UpdatePeriodically>\n    <UpdateRequired>false</UpdateRequired>\n    <MapFileExtensions>true</MapFileExtensions>\n    <ApplicationRevision>0</ApplicationRevision>\n    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>\n    <IsWebBootstrapper>false</IsWebBootstrapper>\n    <UseApplicationTrust>false</UseApplicationTrust>\n    <BootstrapperEnabled>true</BootstrapperEnabled>\n    <TargetFrameworkProfile />\n  </PropertyGroup>\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' \">\n    <PlatformTarget>AnyCPU</PlatformTarget>\n    <DebugSymbols>true</DebugSymbols>\n    <DebugType>full</DebugType>\n    <Optimize>false</Optimize>\n    <OutputPath>bin\\Debug\\</OutputPath>\n    <DefineConstants>DEBUG;TRACE</DefineConstants>\n    <ErrorReport>prompt</ErrorReport>\n    <WarningLevel>4</WarningLevel>\n  </PropertyGroup>\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' \">\n    <PlatformTarget>AnyCPU</PlatformTarget>\n    <DebugType>pdbonly</DebugType>\n    <Optimize>true</Optimize>\n    <OutputPath>bin\\Release\\</OutputPath>\n    <DefineConstants>TRACE</DefineConstants>\n    <ErrorReport>prompt</ErrorReport>\n    <WarningLevel>4</WarningLevel>\n  </PropertyGroup>\n  <ItemGroup>\n    <Reference Include=\"System\" />\n    <Reference Include=\"System.Core\" />\n    <Reference Include=\"System.Web.Extensions\" />\n    <Reference Include=\"System.Xml.Linq\" />\n    <Reference Include=\"System.Data.DataSetExtensions\" />\n    <Reference Include=\"Microsoft.CSharp\" />\n    <Reference Include=\"System.Data\" />\n    <Reference Include=\"System.Deployment\" />\n    <Reference Include=\"System.Drawing\" />\n    <Reference Include=\"System.Net.Http\" />\n    <Reference Include=\"System.Windows.Forms\" />\n    <Reference Include=\"System.Xml\" />\n  </ItemGroup>\n  <ItemGroup>\n    <Compile Include=\"FormAssisant.cs\">\n      <SubType>Form</SubType>\n    </Compile>\n    <Compile Include=\"FormAssisant.Designer.cs\">\n      <DependentUpon>FormAssisant.cs</DependentUpon>\n    </Compile>\n    <Compile Include=\"JsonData.cs\" />\n    <Compile Include=\"Program.cs\" />\n    <Compile Include=\"Properties\\AssemblyInfo.cs\" />\n    <EmbeddedResource Include=\"FormAssisant.resx\">\n      <DependentUpon>FormAssisant.cs</DependentUpon>\n    </EmbeddedResource>\n    <EmbeddedResource Include=\"Properties\\Resources.resx\">\n      <Generator>ResXFileCodeGenerator</Generator>\n      <LastGenOutput>Resources.Designer.cs</LastGenOutput>\n      <SubType>Designer</SubType>\n    </EmbeddedResource>\n    <Compile Include=\"Properties\\Resources.Designer.cs\">\n      <AutoGen>True</AutoGen>\n      <DependentUpon>Resources.resx</DependentUpon>\n      <DesignTime>True</DesignTime>\n    </Compile>\n    <None Include=\"Data\\0.7\\patch.json\" />\n    <None Include=\"Data\\0.8\\patch.json\" />\n    <None Include=\"Data\\0.9\\patch.json\" />\n    <None Include=\"Data\\1.0\\patch.json\" />\n    <None Include=\"Data\\1.1\\patch.json\" />\n    <None Include=\"Data\\1.2\\patch.json\" />\n    <None Include=\"Data\\1.3\\patch.json\" />\n    <None Include=\"Data\\1.4\\patch.json\" />\n    <None Include=\"Data\\1.5\\patch.json\" />\n    <None Include=\"Data\\1.6\\patch.json\" />\n    <None Include=\"Data\\1.7\\patch.json\" />\n    <None Include=\"Data\\1.8\\patch.json\" />\n    <None Include=\"Data\\1.9\\patch.json\" />\n    <None Include=\"Data\\2.0\\patch.json\" />\n    <None Include=\"Data\\2.1\\patch.json\" />\n    <None Include=\"Properties\\Settings.settings\">\n      <Generator>SettingsSingleFileGenerator</Generator>\n      <LastGenOutput>Settings.Designer.cs</LastGenOutput>\n    </None>\n    <Compile Include=\"Properties\\Settings.Designer.cs\">\n      <AutoGen>True</AutoGen>\n      <DependentUpon>Settings.settings</DependentUpon>\n      <DesignTimeSharedInput>True</DesignTimeSharedInput>\n    </Compile>\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"App.config\" />\n  </ItemGroup>\n  <ItemGroup>\n    <BootstrapperPackage Include=\"Microsoft.Net.Framework.3.5.SP1\">\n      <Visible>False</Visible>\n      <ProductName>.NET Framework 3.5 SP1</ProductName>\n      <Install>false</Install>\n    </BootstrapperPackage>\n  </ItemGroup>\n  <ItemGroup>\n    <ProjectReference Include=\"..\\RevokeMsgPatcher\\RevokeMsgPatcher.csproj\">\n      <Project>{977bf781-ced8-4389-9404-0fa08fdf21df}</Project>\n      <Name>RevokeMsgPatcher</Name>\n    </ProjectReference>\n  </ItemGroup>\n  <Import Project=\"$(MSBuildToolsPath)\\Microsoft.CSharp.targets\" />\n</Project>"
  },
  {
    "path": "RevokeMsgPatcher.Launcher/App.config",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\" ?>\n<configuration>\n    <startup> \n        <supportedRuntime version=\"v4.0\" sku=\".NETFramework,Version=v4.7.2\" />\n    </startup>\n</configuration>"
  },
  {
    "path": "RevokeMsgPatcher.Launcher/FormMain.Designer.cs",
    "content": "﻿namespace RevokeMsgPatcher.Launcher\n{\n    partial class FormMain\n    {\n        /// <summary>\n        /// 必需的设计器变量。\n        /// </summary>\n        private System.ComponentModel.IContainer components = null;\n\n        /// <summary>\n        /// 清理所有正在使用的资源。\n        /// </summary>\n        /// <param name=\"disposing\">如果应释放托管资源，为 true；否则为 false。</param>\n        protected override void Dispose(bool disposing)\n        {\n            if (disposing && (components != null))\n            {\n                components.Dispose();\n            }\n            base.Dispose(disposing);\n        }\n\n        #region Windows 窗体设计器生成的代码\n\n        /// <summary>\n        /// 设计器支持所需的方法 - 不要修改\n        /// 使用代码编辑器修改此方法的内容。\n        /// </summary>\n        private void InitializeComponent()\n        {\n            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));\n            this.tabControl = new System.Windows.Forms.TabControl();\n            this.tabQQNT = new System.Windows.Forms.TabPage();\n            this.tabControl.SuspendLayout();\n            this.SuspendLayout();\n            // \n            // tabControl\n            // \n            this.tabControl.Controls.Add(this.tabQQNT);\n            this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;\n            this.tabControl.Location = new System.Drawing.Point(0, 0);\n            this.tabControl.Name = \"tabControl\";\n            this.tabControl.SelectedIndex = 0;\n            this.tabControl.Size = new System.Drawing.Size(411, 446);\n            this.tabControl.TabIndex = 0;\n            // \n            // tabQQNT\n            // \n            this.tabQQNT.Location = new System.Drawing.Point(4, 22);\n            this.tabQQNT.Name = \"tabQQNT\";\n            this.tabQQNT.Padding = new System.Windows.Forms.Padding(3);\n            this.tabQQNT.Size = new System.Drawing.Size(403, 420);\n            this.tabQQNT.TabIndex = 0;\n            this.tabQQNT.Text = \"QQNT\";\n            this.tabQQNT.UseVisualStyleBackColor = true;\n            // \n            // FormMain\n            // \n            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\n            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\n            this.ClientSize = new System.Drawing.Size(411, 446);\n            this.Controls.Add(this.tabControl);\n            this.Icon = ((System.Drawing.Icon)(resources.GetObject(\"$this.Icon\")));\n            this.Name = \"FormMain\";\n            this.Text = \"RevokeMsgPatcher 防撤回启动器\";\n            this.tabControl.ResumeLayout(false);\n            this.ResumeLayout(false);\n\n        }\n\n        #endregion\n\n        private System.Windows.Forms.TabControl tabControl;\n        private System.Windows.Forms.TabPage tabQQNT;\n    }\n}\n\n"
  },
  {
    "path": "RevokeMsgPatcher.Launcher/FormMain.cs",
    "content": "﻿using System;\nusing System.Collections.Generic;\nusing System.ComponentModel;\nusing System.Data;\nusing System.Drawing;\nusing System.Linq;\nusing System.Text;\nusing System.Threading.Tasks;\nusing System.Windows.Forms;\n\nnamespace RevokeMsgPatcher.Launcher\n{\n    public partial class FormMain : Form\n    {\n        public FormMain()\n        {\n            InitializeComponent();\n        }\n    }\n}\n"
  },
  {
    "path": "RevokeMsgPatcher.Launcher/FormMain.resx",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <assembly alias=\"System.Drawing\" name=\"System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\" />\n  <data name=\"$this.Icon\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n    <value>\n        AAABAAEAQEAAAAEAIAAoQgAAFgAAACgAAABAAAAAgAAAAAEAIAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FOAJPRTgOT0U4KE5EN1BPRTh2T0U4jU9FN5FPRTiRT0U4kU9F\n        OJFPRTiRT0Q4j09FN35PRTdcT0U4ME9FOBRPRTgET0U4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTcATkQ4Ek9FOEZORTiHT0U3yU9FN+VPRDf3T0Q3/09F\n        Nv9PRDb/T0Q1/09ENf9PRDX/T0Q1/09FNv9PRDf/T0Q3+09FN+tPRTfTTkU4m09FOFhPRTgcT0U4Ak9F\n        OAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FOAJPRTcqT0U4eE9FOM1ORDf1T0Q2/09E\n        Nv9ORTn/TkZD/05IVf9NSmP/TUxt/01Ndv9NTnr/TU13/01Mb/9NS2X/TklY/05HR/9ORTr/T0U2/09E\n        Nv9PRTf7T0U4209FOJVPRTg8T0Q4CE9FOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4Ak5FOCRPRTiNT0Q4409F\n        N/1PRDX/TkU8/01JVv9MTn//S1Ol/0pWvP9KWM7/SlnU/0pZ1/9KWtj/SlrZ/0pa2P9KWtf/SlnV/0pZ\n        0f9KV8L/S1Ss/0xQi/9NSl//TkZC/09ENv9PRDb/T0U48U9FOKtPRTg6T0U4BAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTcATkU3Ek5F\n        OHJPRTjfT0Q3/05FN/9OR0n/TE59/0tUrv9KWdD/SlrY/0pa2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa2P9KWtj/SlnU/0pWuv9MUIz/TUhV/05FOf9PRDb/T0Q3709F\n        OJdPRTgkT0U4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AABPRTgCT0U4Mk9FOLtPRDf7T0Q2/05HR/9MT4f/SlfC/0pZ1/9KWtj/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtj/SlnY/0pY\n        y/9MUZj/TUhV/05FN/9PRDf9T0U4105FN1RPRTgGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAABPRTgGTkU3XE9FN+FPRDf/TkU8/01Mc/9KVr3/SlnX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrY/0pYyv9MT4j/TkZF/05ENv9ORTfxTkU3h09FOA5PRTcAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTgIT0U4ek9FN/FPRTb/TkdM/0tSn/9KWdT/SlrY/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnX/0tVtf9NSl//TkU3/09F\n        N/tPRTelT0U4GE5ENwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTgKT0U4iU9FN/dORTj/TUpg/0pW\n        vP9KWdj/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtj/SljK/01NeP9ORTn/T0Q3/U9FOLdPRTgcT0U4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTgIT0U4hU9F\n        N/lPRTf/TkdJ/0pWv/9KWtn/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWdP/TE+L/05FO/9PRDf/T0U4s09FNxgAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AABPRTgCT0U4bE9FN/VPRTf/T0U3/05FOP9NTXP/SljO/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ1f9MT4z/TkU7/09E\n        N/1PRTihT0U3DgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAABPRTgAT0U4Rk9FN+1ORTb/TUtn/0xNe/9ORTn/TkU3/01Mcf9KWM3/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlnV/0xPiP9ORTj/T0U3+09FOHxPRTgEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4Ik9FONFPRTb/TUlX/0pXxP9KWdL/TE6A/05F\n        Of9ORTf/TUxv/0pYzf9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWdL/TUxz/05FN/9PRTftT0U4SE9FOAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATkU4Bk5FOJ1PRDf9TkZD/0tU\n        sP9KWtj/SlrX/0pZ0v9MToD/TkU5/05FN/9NTHD/SljN/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pXx/9NSVn/T0Q2/09F\n        OM1PRTgcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4AE9F\n        OEhPRTfzTkU4/0xQjP9KWdf/SlrX/0pa1/9KWtf/SlnS/0xOgP9ORTn/TkU3/01McP9KWM3/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtj/S1St/05GQP9PRTf9T0U4g09FOAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAE9FOA5PRTi9T0Q2/01JWv9KWM3/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWdL/TE6B/05F\n        OP9ORTf/TUxx/0pYzf9KWdf/SlrX/0pa1/9KWtf/SlrX/0pZ1P9KWcz/SlrW/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlnW/0pZzf9MTXv/TkQ2/09FN+VPRDgsT0U4AAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FOABORThYT0U4905FPP9LU6X/SlrY/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pZ0/9MToL/TkU5/05FN/9NTG//SljN/0pa1/9KWtf/SlrX/0pZ1P9LToL/TlOQ/0pa\n        1v9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pYzf9QUHH/Sla//05HTP9PRDf/T0U4k09F\n        OAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTgKT0U4vU9ENv9NSmT/SlnS/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnS/0xOgv9ORTj/TkU2/01Mb/9KWMz/SlrX/0pZ\n        0/9LToP/TkQ1/01Tlv9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ0v9NTXL/T0xh/0pa\n        1v9MT4n/TkU3/09FN+VPRTgmAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTgAT0U4PE9F\n        N/FORTr/S1Ol/0pZ2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWdP/TE+C/05F\n        Of9ORTf/TUxt/0pXyf9LTX//TkQ2/05ENP9NUpb/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrW/0pZ\n        0v9PUoX/T0U2/05Mav9KWtf/SlfC/05HSv9PRTf9T0U4eE9FOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAATkU3Ak9FOI1PRTf/TkhV/0pYzv9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pZ0v9MToL/TkU5/05FNv9NR0//TkQ1/09FNf9ORDT/TVKW/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pYzv9OUHr/T0U3/05ENf9MTXX/SlrX/0pZ1/9NTXX/T0Q2/05FOMVORTgOAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FNxRPRTfRTkQ2/0xOgP9KWtj/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnS/0xOgP9NRDb/TkQ1/09FNf9PRTX/TkQ0/01S\n        lv9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlnW/0tYw/9NSmH/TkU1/09FNf9ORDX/T1Wb/0pa1/9KWtj/S1Oq/05F\n        Ov9PRTfzT0U4OAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTg8T0U38U5FPP9LVLH/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ0v9MTHT/TkQ1/09F\n        Nf9PRTX/T0U1/05ENP9NU5b/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtb/SlnP/01SlP9PR0b/TkQ0/09FNf9PRTX/TkQ3/0xX\n        uf9KWtf/SlrX/0pYyv9OSE7/T0Q3/U9FOHpPRTcAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTgAT0U4eE5E\n        N/1OSFD/SljK/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ\n        0v9MTHP/TkQ1/09FNf9PRTX/T0U1/09FNf9ORDT/TVKV/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWc3/TFOc/09KVv9PRTb/T0U1/09F\n        Nf9PRTX/T0U1/09KUv9LWcz/SlrX/0pa1/9KWdf/TExz/09ENv9PRTixT0U4CAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAT0U4Bk9FOKVPRTb/TUxt/0pZ1v9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pZ0P9MS2//TkQ1/09FNf9PRTX/T0U1/09FNf9PRTX/TkQ0/09MZP9KWMv/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1v9KWdP/S1nO/0tUp/9UVof/iYaO/7u3\n        sv9ORDT/T0U1/2phVP/Mycb/YllL/05ENP9OTnP/SlrW/0pa1/9KWtf/SlrZ/0tQkP9ORTb/T0U41U9F\n        OBoAAAAAAAAAAAAAAAAAAAAAAAAAAE5FOBBPRTjFTkQ1/0xPhP9KWtn/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZz/9MS27/TkQ1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/05E\n        NP9PRTf/UU1g/0xRlP9LUpv/TFat/01Yuv9NWcH/TVnB/01Zvv9NV7L/S1Oh/0tRlv9PUon/Tkpb/09I\n        Sf9iWk7/zsvH/9jW0/+qpZ7/T0U1/8K/u//Kx8T/0c/M/1NKOv9ORDT/TVex/0pa1/9KWtf/SlrX/0pa\n        2P9LVLD/TkU8/09FN/FPRTg4AAAAAAAAAAAAAAAAAAAAAAAAAABPRTgkTkU35U5FN/9LU6H/SlrY/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pYz/9MS2r/TkQ1/09FNf9PRTX/T0U1/09F\n        Nf9PRTX/T0U1/09FNf9PRTX/T0Q0/05ENP9ORDT/TkQ1/09GOf9PRj7/T0dA/09HQP9PRz//T0Y7/05F\n        Nv9ORDT/TkQ0/05ENP9PRTX/mJKJ/6unoP+HgXb/zcrG/2ZeUP/Ewb3/nJeP/66qo/9waFz/T0pX/0pZ\n        zv9KWtf/SlrX/0pa1/9KWtf/SlfC/05GRP9PRTf5TkU4TgAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4Mk9F\n        N+9ORTv/S1W0/0pa2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pYzv9MSmf/TkQ1/09F\n        Nf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09F\n        Nf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/6Kdlf9waFv/T0U1/8TBvP9vZ1r/o56X/09F\n        Nf+gm5P/cmpf/0xSl/9KWtb/SlrX/0pa1/9KWtf/SlrX/0pYyv9OR0z/T0U3+09FOFgAAAAAAAAAAAAA\n        AAAAAAAAAAAAAE9FODpPRTfzTkU+/0tVuv9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pY\n        zf9MSmX/TkQ1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09F\n        Nf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf+QioD/jIZ8/09F\n        Nf/DwLv/YFdI/7y5s/9PRTX/sa2m/2FcZv9KWMr/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWM7/TkhT/09E\n        NvtPRThYAAAAAAAAAAAAAAAAAAAAAAAAAABPRTdCT0U39U5GQP9KVr7/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pYzP94eJT/XFNE/09FNf9+d2z/VEo7/09FNf9SSTn/f3ht/4mDeP9bUkP/T0U1/1NJ\n        Of+AeW7/gntw/09FNf9yal3/YFdJ/09FNf91bmH/XVRF/1ZNPv+HgHb/c2tf/3t0af9PRTX/Ukk5/4iB\n        d/9qYVT/WVBB/7Wxq/+uqaL/enJn/09FNf+inZX/qaWe/5yXkf9MU5z/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlnQ/01JV/9PRDb7T0U4WAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U3Qk9FN/VORkD/Sla+/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pYy/9UUWn/9PT0/6GclP9dU0X/+Pj4/4mDeP9PRTX/raih/9XT\n        0P+3s63/wL24/09FNf/LyMT/1NHO/8fEwP95cWX/trKt/4N8cf9PRTX/wb25/3lxZf+tqaL/zszI/9nX\n        1f/T0c7/T0U1/4uEev/d3Nr/nJaO/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/05ENP9OTGX/SlnT/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ0P9NSVf/T0Q2+09FOFgAAAAAAAAAAAAAAAAAAAAAAAAAAE9F\n        ODpPRTfzTkY+/0tWuv9KWtf/SlrX/0pa1/9KWtf/SlrX/0pYyf9MSVz/h4B2/8XCvv/PzMn/koyC/9LQ\n        zf/Bvrn/T0U1/+Xj4v+2sq3/qqWf/6mknf9kW03/5+bl/1BGNv9PRTX/T0U1/7ayrf+DfHH/T0U1/8G9\n        uf95cWX/rKeg/7ayrf+dmI//09HO/09FNf+Ykon/opyV/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09E\n        NP9PSUr/S1jD/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWM7/TkhT/09ENvtPRThYAAAAAAAA\n        AAAAAAAAAAAAAAAAAABPRTcyT0Q3705FO/9LVbT/SlrY/0pa1/9KWtf/SlrX/0pXyP9NSVv/TkQ1/8G+\n        uf+IgXf/ycbC/97c2/94cWX/6Ofm/1VMPP/f3dv/qaSd/5SOhf/x8fH/YFdJ/+rp6f9WTD3/T0U1/09F\n        Nf+2sq3/mZSL/09FNf/IxcD/eXFl/1hPQP+WkIf/wLy3/9PRzv9PRTX/mJKJ/6Kclf9PRTX/T0U1/09F\n        Nf9PRTX/T0U1/09FNf9ORTr/TFOg/0pa1v9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SljK/05H\n        TP9PRTf7T0U4WAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4JE9FOOdORDj/S1Kj/0pa2f9KWtf/SlrX/0pZ\n        z/9NSVj/TkQ1/1hOP//o5+b/U0o6/4uEev/r6un/UEY2/7y4s/+Ignf/hn90/+fl5P/b2db/sq2n/09F\n        Nf+uqqP/5uXk/9LQzf95cWX/trKt/+vq6f/Qzcr/7e3s/1xSRP9kXE7/5ePi/93b2f+rpp//W1JD/+De\n        3P/i4d//m5WN/09FNf9PRTX/T0U1/09FNf9ORTn/TlOX/0pZ1v9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pXw/9ORkT/T0U3+U9FOE4AAAAAAAAAAAAAAAAAAAAAAAAAAE9EOBBPRTjHTkQ1/0xP\n        hf9KWtn/SlrX/0pa1/9KWdP/TE5+/05FNv9SSDn/aF9S/09FNf9USjv/Zl1Q/09FNf9dVEX/XVRF/09F\n        Nf9fVkf/aWFT/09FNf9PRTX/T0U1/2deUf9uZln/UEY2/7ayrf+EfXL/bmZZ/1lQQf9PRTX/T0U1/15V\n        R/9uZln/UUc4/1JIOP+qpZ7/sq6o/2JZS/9PRTX/T0U1/09FNf9ORTj/T1ON/0pa1f9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa2P9LVbL/TkU9/09FN/NPRTg6AAAAAAAAAAAAAAAAAAAAAAAA\n        AABPRTgGT0U4pU9FNv9NTG7/SlrX/0pa1/9KWtf/SlrX/0pZ0/9LToL/TkU2/09FNf9PRTX/T0U1/09F\n        Nf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf+2sqz/g3xx/09F\n        Nf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/XVRF/2lgU/9PRTX/T0U1/09FNf9ORTr/T1SU/0pZ\n        1P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtn/TFGR/05FN/9PRTjXT0U4HAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAT0U4AE9FOHpPRDf9TkhS/0pYyv9KWtf/SlrX/0pa1/9KWtf/SlnV/0tP\n        hv9ORTf/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09F\n        Nf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/05E\n        NP9ORkH/TVSh/0pa1v9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnX/01N\n        dP9PRDb/T0U4tU9FOAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTg+TkQ3805FPf9LVbP/SlrY/0pa\n        1/9KWtf/SlrX/0pa1/9KWdT/S0+J/05FN/9PRTX/T0U1/09FNf9PRTX/xMG9/2JZS/9WTD3/2dfU/46H\n        fv+EfXL/gHlu/5+akv+Nh33/m5aN/4uFev9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/09F\n        Nf9PRTX/T0U1/05ENP9QTF3/S1a3/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pYy/9OSFD/T0Q2/U9FOHxPRTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U3Fk9F\n        N9VPRDb/TE+E/0pa2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ1f9LT4v/TkU4/09FNf9PRTX/T0U1/9XT\n        0P9lXE7/T0U1/7i0r/9aUUL/i4V6/4qDef/g393/1NLP/6ijnP+UjoT/T0U1/09FNf9PRTX/T0U1/09F\n        Nf9PRTX/T0U1/09FNf9ORDT/TkQ0/05ENf9QSk7/S1e//0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa2P9LVK7/TkU7/09FN/VPRTg6AAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAE9FOAJPRTiRT0U2/05JVv9KWM7/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnV/0tQ\n        j/9ORTj/T0U1/09FNf/V09D/ZVxO/09FNf+4tK//WlFC/4uFev/Fwr7/p6Ka/7Svqf/V0s//lI6E/09F\n        Nf9PRTX/T0U1/09FNf9PRTX/T0U1/09FNf9ORDX/TkdB/05MYf9PRjz/TkU2/01LZv9KWMn/SlrY/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWdf/TU13/09ENv9PRTjJT0U4EAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4QE9FN/NORTv/S1Oo/0pa2P9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWdX/S1CS/05FOP9TSjr/1tTR/2lhU/9QRjb/uLSv/1pRQv+LhXr/+Pj4/2Rb\n        Tf9xaV3/+vn6/5SOhP9PRTX/T0U1/05ENP9ORDT/TkU1/05ENv9PSlX/TVCF/0tXwv9KWdT/TE+J/05F\n        Ov9ORTb/TUto/0pXyf9KWtj/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlfE/05H\n        TP9PRTf9T0U4fE9FOAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FOAxPRTjBT0Q2/01L\n        Z/9KWdL/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ1f9LUZT/19bY/+Xk4//l5OP/fXZq/9jW\n        1P+Oh37/g3xy/7OvqP9PRTX/TkU1/7y4s/+LhXz/TkU4/05FOv9ORkL/T01o/01PgP9MV7b/SlnP/0pa\n        1/9KWtf/SlrX/0pZ1P9MUIv/TkU7/09FNv9NS2b/SlfK/0pa2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrY/0xQjf9ORTf/T0U3509FOCgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AABPRTgAT0U4Xk9FN/lORT3/S1Op/0pa2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnV/0tR\n        mP9ORTn/T0U1/09FNf9PRTX/T0U1/09FNf9PRTX/T0U1/0xLZf9NUYv/TlSY/05Ysf9KV8H/SljH/0pZ\n        1P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnU/0xPiv9ORTr/TkQ2/01LaP9KV8n/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pXxf9OSE7/T0U3/09FOJtPRTgGAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FOBBPRTjBTkQ2/01JXf9KWc7/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWdb/S1Gb/05FO/9PRTX/T0U1/09FNf9PRTX/T0U1/05ENP9NUpf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWdX/TFCM/05F\n        PP9ORTb/TUpl/0pXyP9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ1/9MTn//TkU2/09FN+lPRTgwT0U4AAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPRTcAT0U4Tk9FN/VORTn/TFCR/0pa\n        2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ1v9KUp3/TkU7/09FNf9PRTX/T0U1/09F\n        Nf9ORDT/TVKW/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pZ1P9MUIv/TkU7/09FNv9NSmb/SlfH/0pa2P9KWtf/SlrX/0pa2P9LVbL/TkZC/09F\n        N/1PRDiJT0U4AgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE5F\n        OAhPRDihT0Q3/05GRf9LVbP/SlnY/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnW/0tS\n        oP9ORT3/T0U1/09FNf9PRTX/TkQ0/01Slv9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnV/0xPjP9ORTz/TkU2/01KZf9KV8j/SlrX/0pa\n        1/9KWMn/TUlb/05FNv9PRTjRT0U4HgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAT0U3Jk9FONdORDb/TUlb/0pXyP9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWdb/SlOj/05FPv9PRTX/T0U1/05ENP9NUpb/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWdT/TFCK/05F\n        O/9ORTb/TUpl/0pXyP9KWdT/TE15/05FN/9PRTfxT0U4UE9FOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FNwBPRTdOT0U3705FN/9NS2z/SljO/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ1v9KU6b/TkU+/05FNf9ORDT/TVKW/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pZ1f9MUI3/TkU7/05FNv9NS2b/TE+D/05FOv9PRTf7T0U4g09FOAQAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4BE9F\n        N3RPRTf3TkU3/01Ndf9KWM//SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnW/0pT\n        qP9ORkD/TkQ0/01Slv9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlnV/0xQjf9ORj7/T0Q3/09FN/9PRTf9T0U4qU9F\n        OBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAABPRTgIT0U4jU9FN/tORTj/TUxy/0pYzP9KWtj/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWdb/SlSr/01FP/9NU5b/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWdH/TUtn/09F\n        Nv9PRTf/T0U3u09FOBxPRTcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FOA5PRTiVT0U3+U5FNv9NS2b/SlbA/0pZ\n        2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pZ1v9KU6f/TlOT/0pa1v9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        2P9KWM3/TE6A/05FPP9PRDf9T0U4v09FOCBPRTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4Ck9F\n        OINPRTf1TkU2/05IT/9LU6X/SlnW/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa2P9KVrr/TUpk/05EOP9PRDf9T0U3r09FNx5ORDcAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAABPRTgGT0U4ZE9FN+VPRDb/TkU+/0xNe/9KV8H/SlrY/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrY/0pYzf9MUJD/TkdI/05ENv9PRTfzT0U4kU9FOBJPRTcAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FNwJPRTc6T0U4w09EN/tPRDb/TkdK/0xQ\n        jf9KV8X/SlrY/0pa2P9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtj/SljO/0tSn/9OSVr/TkU4/09EN/9PRTjdT0U3XE9F\n        OAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4AE9F\n        NxRPRTd+T0U35U9FN/9ORDf/TkdO/0xOg/9KVbf/SlnR/0pa2f9KWtj/SlrX/0pa1/9KWtf/SlrX/0pa\n        1/9KWtf/SlrX/0pa1/9KWtf/SlrX/0pa1/9KWtj/SlrZ/0pZ1f9KV8D/S1GU/01JWv9ORTn/T0Q2/09F\n        N/FPRTehT0U4Kk9FOAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAT0U4Ak9FOCxORTeVT0U36U9FN/9PRDb/TkY+/01KXf9MT4P/S1St/0pX\n        xP9KWM7/SlnV/0pZ2P9KWtj/SlnY/0pZ2P9KWtj/SlnW/0pZ0P9KV8f/S1W2/0xQjv9NS2j/TkZD/09E\n        N/9PRTf/T0U3809FN7NPRThET0U3BgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT0U4BE9FODBPRTiHT0U31U9F\n        N/dPRDb/T0U2/05FO/9ORkb/TUhV/01Mbf9NTXr/TE6A/0xPhP9MToH/TE58/01Mcf9NSVz/TkdJ/05G\n        Pf9ORTf/T0Q2/09EN/tORDflT0U4nU9EOEZPRTgKT0U4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAT0U4Ak9FNxZPRTdMT0U4mU9FOMtPRTfvT0U3+U9ENv1PRDb/T0U2/09FNv9PRTb/T0U2/09F\n        Nv9PRDb/T0Q2/09EN/lPRTfzT0U32U9FOKdPRTdgT0U4Ik9FOARPRTgAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE9FOARPRTgST0U4ME9FN1JPRTh+TkU3o09F\n        OLFPRTi9T0U4wU9FOL9PRTi1T0U4qU9FOItPRThaT0U4Ok5FNxhPRTcGT0U4AAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AABPRTgAT0U4Ak9FOARPRTgET0U4Bk9FOAZPRTgGT0U4BE9FOARPRTgCT0U4AE9FOAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\n        AAAAAAAA////////////////////////////////////8B////////4AAP//////+AAAH//////AAAAH\n        /////4AAAAH////+AAAAAP////wAAAAAP///+AAAAAAf///gAAAAAA///8AAAAAAB///wAAAAAAD//+A\n        AAAAAAP//wAAAAAAAf/+AAAAAAAA//4AAAAAAAB//AAAAAAAAH/8AAAAAAAAP/gAAAAAAAA/+AAAAAAA\n        AD/wAAAAAAAAH/AAAAAAAAAf8AAAAAAAAB/wAAAAAAAAD+AAAAAAAAAP4AAAAAAAAA/gAAAAAAAAD+AA\n        AAAAAAAP4AAAAAAAAA/gAAAAAAAAD+AAAAAAAAAP4AAAAAAAAA/gAAAAAAAAD+AAAAAAAAAP4AAAAAAA\n        AA/gAAAAAAAAD/AAAAAAAAAP8AAAAAAAAB/wAAAAAAAAH/AAAAAAAAAf+AAAAAAAAD/4AAAAAAAAP/wA\n        AAAAAAA//AAAAAAAAH/+AAAAAAAAf/4AAAAAAAD//wAAAAAAAf//gAAAAAAB///AAAAAAAP//8AAAAAA\n        B///4AAAAAAP///wAAAAAB////wAAAAAP////gAAAAD/////gAAAAf/////AAAAH//////AAAB//////\n        /gAA////////8A////////////////////////////////////8=\n</value>\n  </data>\n</root>"
  },
  {
    "path": "RevokeMsgPatcher.Launcher/Program.cs",
    "content": "﻿using System;\nusing System.Collections.Generic;\nusing System.Linq;\nusing System.Threading.Tasks;\nusing System.Windows.Forms;\n\nnamespace RevokeMsgPatcher.Launcher\n{\n    internal static class Program\n    {\n        /// <summary>\n        /// 应用程序的主入口点。\n        /// </summary>\n        [STAThread]\n        static void Main()\n        {\n            Application.EnableVisualStyles();\n            Application.SetCompatibleTextRenderingDefault(false);\n            Application.Run(new FormMain());\n        }\n    }\n}\n"
  },
  {
    "path": "RevokeMsgPatcher.Launcher/Properties/AssemblyInfo.cs",
    "content": "﻿using System.Reflection;\nusing System.Runtime.CompilerServices;\nusing System.Runtime.InteropServices;\n\n// 有关程序集的一般信息由以下\n// 控制。更改这些特性值可修改\n// 与程序集关联的信息。\n[assembly: AssemblyTitle(\"RevokeMsgPatcher.Launcher\")]\n[assembly: AssemblyDescription(\"\")]\n[assembly: AssemblyConfiguration(\"\")]\n[assembly: AssemblyCompany(\"\")]\n[assembly: AssemblyProduct(\"RevokeMsgPatcher.Launcher\")]\n[assembly: AssemblyCopyright(\"Copyright ©  2024\")]\n[assembly: AssemblyTrademark(\"\")]\n[assembly: AssemblyCulture(\"\")]\n\n// 将 ComVisible 设置为 false 会使此程序集中的类型\n//对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型\n//请将此类型的 ComVisible 特性设置为 true。\n[assembly: ComVisible(false)]\n\n// 如果此项目向 COM 公开，则下列 GUID 用于类型库的 ID\n[assembly: Guid(\"b1d05208-e291-406b-a8b4-f673ec784b1c\")]\n\n// 程序集的版本信息由下列四个值组成: \n//\n//      主版本\n//      次版本\n//      生成号\n//      修订号\n//\n//可以指定所有这些值，也可以使用“生成号”和“修订号”的默认值\n//通过使用 \"*\"，如下所示:\n// [assembly: AssemblyVersion(\"1.0.*\")]\n[assembly: AssemblyVersion(\"1.0.0.0\")]\n[assembly: AssemblyFileVersion(\"1.0.0.0\")]\n"
  },
  {
    "path": "RevokeMsgPatcher.Launcher/Properties/Resources.Designer.cs",
    "content": "﻿//------------------------------------------------------------------------------\n// <auto-generated>\n//     此代码由工具生成。\n//     运行时版本: 4.0.30319.42000\n//\n//     对此文件的更改可能导致不正确的行为，如果\n//     重新生成代码，则所做更改将丢失。\n// </auto-generated>\n//------------------------------------------------------------------------------\n\nnamespace RevokeMsgPatcher.Launcher.Properties\n{\n\n\n    /// <summary>\n    ///   强类型资源类，用于查找本地化字符串等。\n    /// </summary>\n    // 此类是由 StronglyTypedResourceBuilder\n    // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。\n    // 若要添加或移除成员，请编辑 .ResX 文件，然后重新运行 ResGen\n    // (以 /str 作为命令选项)，或重新生成 VS 项目。\n    [global::System.CodeDom.Compiler.GeneratedCodeAttribute(\"System.Resources.Tools.StronglyTypedResourceBuilder\", \"4.0.0.0\")]\n    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\n    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]\n    internal class Resources\n    {\n\n        private static global::System.Resources.ResourceManager resourceMan;\n\n        private static global::System.Globalization.CultureInfo resourceCulture;\n\n        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute(\"Microsoft.Performance\", \"CA1811:AvoidUncalledPrivateCode\")]\n        internal Resources()\n        {\n        }\n\n        /// <summary>\n        ///   返回此类使用的缓存 ResourceManager 实例。\n        /// </summary>\n        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]\n        internal static global::System.Resources.ResourceManager ResourceManager\n        {\n            get\n            {\n                if ((resourceMan == null))\n                {\n                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager(\"RevokeMsgPatcher.Launcher.Properties.Resources\", typeof(Resources).Assembly);\n                    resourceMan = temp;\n                }\n                return resourceMan;\n            }\n        }\n\n        /// <summary>\n        ///   重写当前线程的 CurrentUICulture 属性，对\n        ///   使用此强类型资源类的所有资源查找执行重写。\n        /// </summary>\n        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]\n        internal static global::System.Globalization.CultureInfo Culture\n        {\n            get\n            {\n                return resourceCulture;\n            }\n            set\n            {\n                resourceCulture = value;\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "RevokeMsgPatcher.Launcher/Properties/Resources.resx",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n</root>"
  },
  {
    "path": "RevokeMsgPatcher.Launcher/Properties/Settings.Designer.cs",
    "content": "﻿//------------------------------------------------------------------------------\n// <auto-generated>\n//     This code was generated by a tool.\n//     Runtime Version:4.0.30319.42000\n//\n//     Changes to this file may cause incorrect behavior and will be lost if\n//     the code is regenerated.\n// </auto-generated>\n//------------------------------------------------------------------------------\n\nnamespace RevokeMsgPatcher.Launcher.Properties\n{\n\n\n    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]\n    [global::System.CodeDom.Compiler.GeneratedCodeAttribute(\"Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator\", \"11.0.0.0\")]\n    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase\n    {\n\n        private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));\n\n        public static Settings Default\n        {\n            get\n            {\n                return defaultInstance;\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "RevokeMsgPatcher.Launcher/Properties/Settings.settings",
    "content": "﻿<?xml version='1.0' encoding='utf-8'?>\n<SettingsFile xmlns=\"http://schemas.microsoft.com/VisualStudio/2004/01/settings\" CurrentProfile=\"(Default)\">\n  <Profiles>\n    <Profile Name=\"(Default)\" />\n  </Profiles>\n  <Settings />\n</SettingsFile>\n"
  },
  {
    "path": "RevokeMsgPatcher.Launcher/RevokeMsgPatcher.Launcher.csproj",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Project ToolsVersion=\"15.0\" xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">\n  <Import Project=\"$(MSBuildExtensionsPath)\\$(MSBuildToolsVersion)\\Microsoft.Common.props\" Condition=\"Exists('$(MSBuildExtensionsPath)\\$(MSBuildToolsVersion)\\Microsoft.Common.props')\" />\n  <PropertyGroup>\n    <Configuration Condition=\" '$(Configuration)' == '' \">Debug</Configuration>\n    <Platform Condition=\" '$(Platform)' == '' \">AnyCPU</Platform>\n    <ProjectGuid>{B1D05208-E291-406B-A8B4-F673EC784B1C}</ProjectGuid>\n    <OutputType>WinExe</OutputType>\n    <RootNamespace>RevokeMsgPatcher.Launcher</RootNamespace>\n    <AssemblyName>RevokeMsgPatcher.Launcher</AssemblyName>\n    <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>\n    <FileAlignment>512</FileAlignment>\n    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>\n    <Deterministic>true</Deterministic>\n  </PropertyGroup>\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' \">\n    <PlatformTarget>AnyCPU</PlatformTarget>\n    <DebugSymbols>true</DebugSymbols>\n    <DebugType>full</DebugType>\n    <Optimize>false</Optimize>\n    <OutputPath>bin\\Debug\\</OutputPath>\n    <DefineConstants>DEBUG;TRACE</DefineConstants>\n    <ErrorReport>prompt</ErrorReport>\n    <WarningLevel>4</WarningLevel>\n  </PropertyGroup>\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' \">\n    <PlatformTarget>AnyCPU</PlatformTarget>\n    <DebugType>pdbonly</DebugType>\n    <Optimize>true</Optimize>\n    <OutputPath>bin\\Release\\</OutputPath>\n    <DefineConstants>TRACE</DefineConstants>\n    <ErrorReport>prompt</ErrorReport>\n    <WarningLevel>4</WarningLevel>\n  </PropertyGroup>\n  <ItemGroup>\n    <Reference Include=\"System\" />\n    <Reference Include=\"System.Core\" />\n    <Reference Include=\"System.Xml.Linq\" />\n    <Reference Include=\"System.Data.DataSetExtensions\" />\n    <Reference Include=\"Microsoft.CSharp\" />\n    <Reference Include=\"System.Data\" />\n    <Reference Include=\"System.Deployment\" />\n    <Reference Include=\"System.Drawing\" />\n    <Reference Include=\"System.Net.Http\" />\n    <Reference Include=\"System.Windows.Forms\" />\n    <Reference Include=\"System.Xml\" />\n  </ItemGroup>\n  <ItemGroup>\n    <Compile Include=\"FormMain.cs\">\n      <SubType>Form</SubType>\n    </Compile>\n    <Compile Include=\"FormMain.Designer.cs\">\n      <DependentUpon>FormMain.cs</DependentUpon>\n    </Compile>\n    <Compile Include=\"Program.cs\" />\n    <Compile Include=\"Properties\\AssemblyInfo.cs\" />\n    <EmbeddedResource Include=\"FormMain.resx\">\n      <DependentUpon>FormMain.cs</DependentUpon>\n    </EmbeddedResource>\n    <EmbeddedResource Include=\"Properties\\Resources.resx\">\n      <Generator>ResXFileCodeGenerator</Generator>\n      <LastGenOutput>Resources.Designer.cs</LastGenOutput>\n      <SubType>Designer</SubType>\n    </EmbeddedResource>\n    <Compile Include=\"Properties\\Resources.Designer.cs\">\n      <AutoGen>True</AutoGen>\n      <DependentUpon>Resources.resx</DependentUpon>\n    </Compile>\n    <None Include=\"Properties\\Settings.settings\">\n      <Generator>SettingsSingleFileGenerator</Generator>\n      <LastGenOutput>Settings.Designer.cs</LastGenOutput>\n    </None>\n    <Compile Include=\"Properties\\Settings.Designer.cs\">\n      <AutoGen>True</AutoGen>\n      <DependentUpon>Settings.settings</DependentUpon>\n      <DesignTimeSharedInput>True</DesignTimeSharedInput>\n    </Compile>\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"App.config\" />\n  </ItemGroup>\n  <Import Project=\"$(MSBuildToolsPath)\\Microsoft.CSharp.targets\" />\n</Project>"
  },
  {
    "path": "RevokeMsgPatcher.MultiInstance/App.config",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<configuration>\n    <startup> \n        <supportedRuntime version=\"v4.0\" sku=\".NETFramework,Version=v4.5.2\"/>\n    </startup>\n</configuration>\n"
  },
  {
    "path": "RevokeMsgPatcher.MultiInstance/FormMultiInstance.Designer.cs",
    "content": "﻿namespace RevokeMsgPatcher.MultiInstance\n{\n    partial class FormMultiInstance\n    {\n        /// <summary>\n        /// 必需的设计器变量。\n        /// </summary>\n        private System.ComponentModel.IContainer components = null;\n\n        /// <summary>\n        /// 清理所有正在使用的资源。\n        /// </summary>\n        /// <param name=\"disposing\">如果应释放托管资源，为 true；否则为 false。</param>\n        protected override void Dispose(bool disposing)\n        {\n            if (disposing && (components != null))\n            {\n                components.Dispose();\n            }\n            base.Dispose(disposing);\n        }\n\n        #region Windows 窗体设计器生成的代码\n\n        /// <summary>\n        /// 设计器支持所需的方法 - 不要修改\n        /// 使用代码编辑器修改此方法的内容。\n        /// </summary>\n        private void InitializeComponent()\n        {\n            this.components = new System.ComponentModel.Container();\n            this.btnStartTimer = new System.Windows.Forms.Button();\n            this.btnKillAll = new System.Windows.Forms.Button();\n            this.mutexHandleCloseTimer = new System.Windows.Forms.Timer(this.components);\n            this.btnCloseAllMutex = new System.Windows.Forms.Button();\n            this.btnStopTimer = new System.Windows.Forms.Button();\n            this.lblProcNum = new System.Windows.Forms.Label();\n            this.tabControl1 = new System.Windows.Forms.TabControl();\n            this.tabPage1 = new System.Windows.Forms.TabPage();\n            this.textBox1 = new System.Windows.Forms.TextBox();\n            this.tabPage2 = new System.Windows.Forms.TabPage();\n            this.lblHowToUse = new System.Windows.Forms.LinkLabel();\n            this.tabPage3 = new System.Windows.Forms.TabPage();\n            this.label1 = new System.Windows.Forms.Label();\n            this.linkLabel1 = new System.Windows.Forms.LinkLabel();\n            this.label3 = new System.Windows.Forms.Label();\n            this.tabControl1.SuspendLayout();\n            this.tabPage1.SuspendLayout();\n            this.tabPage2.SuspendLayout();\n            this.tabPage3.SuspendLayout();\n            this.SuspendLayout();\n            // \n            // btnStartTimer\n            // \n            this.btnStartTimer.Location = new System.Drawing.Point(170, 46);\n            this.btnStartTimer.Name = \"btnStartTimer\";\n            this.btnStartTimer.Size = new System.Drawing.Size(91, 23);\n            this.btnStartTimer.TabIndex = 99;\n            this.btnStartTimer.Text = \"启动多开\";\n            this.btnStartTimer.UseVisualStyleBackColor = true;\n            this.btnStartTimer.Click += new System.EventHandler(this.btnStartTimer_Click);\n            // \n            // btnKillAll\n            // \n            this.btnKillAll.Location = new System.Drawing.Point(69, 41);\n            this.btnKillAll.Name = \"btnKillAll\";\n            this.btnKillAll.Size = new System.Drawing.Size(118, 23);\n            this.btnKillAll.TabIndex = 17;\n            this.btnKillAll.Text = \"关闭所有微信进程\";\n            this.btnKillAll.UseVisualStyleBackColor = true;\n            this.btnKillAll.Click += new System.EventHandler(this.btnKillAll_Click);\n            // \n            // mutexHandleCloseTimer\n            // \n            this.mutexHandleCloseTimer.Interval = 500;\n            this.mutexHandleCloseTimer.Tick += new System.EventHandler(this.mutexHandleCloseTimer_Tick);\n            // \n            // btnCloseAllMutex\n            // \n            this.btnCloseAllMutex.Location = new System.Drawing.Point(53, 80);\n            this.btnCloseAllMutex.Name = \"btnCloseAllMutex\";\n            this.btnCloseAllMutex.Size = new System.Drawing.Size(152, 23);\n            this.btnCloseAllMutex.TabIndex = 18;\n            this.btnCloseAllMutex.Text = \"清理所有微信的互斥句柄\";\n            this.btnCloseAllMutex.UseVisualStyleBackColor = true;\n            this.btnCloseAllMutex.Click += new System.EventHandler(this.btnCloseAllMutex_Click);\n            // \n            // btnStopTimer\n            // \n            this.btnStopTimer.Enabled = false;\n            this.btnStopTimer.Location = new System.Drawing.Point(170, 75);\n            this.btnStopTimer.Name = \"btnStopTimer\";\n            this.btnStopTimer.Size = new System.Drawing.Size(91, 23);\n            this.btnStopTimer.TabIndex = 98;\n            this.btnStopTimer.Text = \"停止\";\n            this.btnStopTimer.UseVisualStyleBackColor = true;\n            this.btnStopTimer.Click += new System.EventHandler(this.btnStopTimer_Click);\n            // \n            // lblProcNum\n            // \n            this.lblProcNum.AutoSize = true;\n            this.lblProcNum.Location = new System.Drawing.Point(170, 23);\n            this.lblProcNum.Name = \"lblProcNum\";\n            this.lblProcNum.Size = new System.Drawing.Size(95, 12);\n            this.lblProcNum.TabIndex = 20;\n            this.lblProcNum.Text = \"当前微信数量：0\";\n            // \n            // tabControl1\n            // \n            this.tabControl1.Controls.Add(this.tabPage1);\n            this.tabControl1.Controls.Add(this.tabPage2);\n            this.tabControl1.Controls.Add(this.tabPage3);\n            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;\n            this.tabControl1.Location = new System.Drawing.Point(0, 0);\n            this.tabControl1.Name = \"tabControl1\";\n            this.tabControl1.SelectedIndex = 0;\n            this.tabControl1.Size = new System.Drawing.Size(286, 146);\n            this.tabControl1.TabIndex = 21;\n            // \n            // tabPage1\n            // \n            this.tabPage1.Controls.Add(this.textBox1);\n            this.tabPage1.Controls.Add(this.btnStopTimer);\n            this.tabPage1.Controls.Add(this.lblProcNum);\n            this.tabPage1.Controls.Add(this.btnStartTimer);\n            this.tabPage1.Location = new System.Drawing.Point(4, 22);\n            this.tabPage1.Name = \"tabPage1\";\n            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);\n            this.tabPage1.Size = new System.Drawing.Size(278, 120);\n            this.tabPage1.TabIndex = 0;\n            this.tabPage1.Text = \"自动模式\";\n            this.tabPage1.UseVisualStyleBackColor = true;\n            // \n            // textBox1\n            // \n            this.textBox1.BackColor = System.Drawing.SystemColors.ControlLightLight;\n            this.textBox1.Location = new System.Drawing.Point(7, 14);\n            this.textBox1.Multiline = true;\n            this.textBox1.Name = \"textBox1\";\n            this.textBox1.ReadOnly = true;\n            this.textBox1.Size = new System.Drawing.Size(157, 92);\n            this.textBox1.TabIndex = 22;\n            this.textBox1.Text = \"1.使用方法：点击【启动多开】之后，就可以启动多个微信了。\\r\\n2.注意：启动多个微信频率太快时，可能会失败。\";\n            // \n            // tabPage2\n            // \n            this.tabPage2.Controls.Add(this.lblHowToUse);\n            this.tabPage2.Controls.Add(this.btnCloseAllMutex);\n            this.tabPage2.Controls.Add(this.btnKillAll);\n            this.tabPage2.Location = new System.Drawing.Point(4, 22);\n            this.tabPage2.Name = \"tabPage2\";\n            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);\n            this.tabPage2.Size = new System.Drawing.Size(263, 120);\n            this.tabPage2.TabIndex = 1;\n            this.tabPage2.Text = \"手动功能\";\n            this.tabPage2.UseVisualStyleBackColor = true;\n            // \n            // lblHowToUse\n            // \n            this.lblHowToUse.AutoSize = true;\n            this.lblHowToUse.Location = new System.Drawing.Point(96, 16);\n            this.lblHowToUse.Name = \"lblHowToUse\";\n            this.lblHowToUse.Size = new System.Drawing.Size(65, 12);\n            this.lblHowToUse.TabIndex = 19;\n            this.lblHowToUse.TabStop = true;\n            this.lblHowToUse.Text = \"如何使用？\";\n            this.lblHowToUse.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lblHowToUse_LinkClicked);\n            // \n            // tabPage3\n            // \n            this.tabPage3.Controls.Add(this.label1);\n            this.tabPage3.Controls.Add(this.linkLabel1);\n            this.tabPage3.Controls.Add(this.label3);\n            this.tabPage3.Location = new System.Drawing.Point(4, 22);\n            this.tabPage3.Name = \"tabPage3\";\n            this.tabPage3.Padding = new System.Windows.Forms.Padding(3);\n            this.tabPage3.Size = new System.Drawing.Size(263, 120);\n            this.tabPage3.TabIndex = 2;\n            this.tabPage3.Text = \"关于\";\n            this.tabPage3.UseVisualStyleBackColor = true;\n            // \n            // label1\n            // \n            this.label1.Location = new System.Drawing.Point(23, 14);\n            this.label1.Name = \"label1\";\n            this.label1.Size = new System.Drawing.Size(221, 61);\n            this.label1.TabIndex = 17;\n            this.label1.Text = \"本工具是\\r\\n【 PC版微信/QQ/TIM防撤回补丁】\\r\\n的额外产物\\r\\n更多信息可以在软件主页查看\";\n            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;\n            // \n            // linkLabel1\n            // \n            this.linkLabel1.AutoSize = true;\n            this.linkLabel1.Location = new System.Drawing.Point(160, 88);\n            this.linkLabel1.Name = \"linkLabel1\";\n            this.linkLabel1.Size = new System.Drawing.Size(41, 12);\n            this.linkLabel1.TabIndex = 16;\n            this.linkLabel1.TabStop = true;\n            this.linkLabel1.Text = \"GitHub\";\n            // \n            // label3\n            // \n            this.label3.AutoSize = true;\n            this.label3.Location = new System.Drawing.Point(53, 88);\n            this.label3.Name = \"label3\";\n            this.label3.Size = new System.Drawing.Size(101, 12);\n            this.label3.TabIndex = 15;\n            this.label3.Text = \"软件主页(开源)：\";\n            // \n            // FormMultiInstance\n            // \n            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\n            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\n            this.ClientSize = new System.Drawing.Size(286, 146);\n            this.Controls.Add(this.tabControl1);\n            this.MaximizeBox = false;\n            this.Name = \"FormMultiInstance\";\n            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\n            this.Text = \"微信多开小工具\";\n            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormMultiInstance_FormClosed);\n            this.tabControl1.ResumeLayout(false);\n            this.tabPage1.ResumeLayout(false);\n            this.tabPage1.PerformLayout();\n            this.tabPage2.ResumeLayout(false);\n            this.tabPage2.PerformLayout();\n            this.tabPage3.ResumeLayout(false);\n            this.tabPage3.PerformLayout();\n            this.ResumeLayout(false);\n\n        }\n\n        #endregion\n        private System.Windows.Forms.Button btnStartTimer;\n        private System.Windows.Forms.Button btnKillAll;\n        private System.Windows.Forms.Timer mutexHandleCloseTimer;\n        private System.Windows.Forms.Button btnCloseAllMutex;\n        private System.Windows.Forms.Button btnStopTimer;\n        private System.Windows.Forms.Label lblProcNum;\n        private System.Windows.Forms.TabControl tabControl1;\n        private System.Windows.Forms.TabPage tabPage1;\n        private System.Windows.Forms.TabPage tabPage2;\n        private System.Windows.Forms.TabPage tabPage3;\n        private System.Windows.Forms.LinkLabel linkLabel1;\n        private System.Windows.Forms.Label label3;\n        private System.Windows.Forms.TextBox textBox1;\n        private System.Windows.Forms.Label label1;\n        private System.Windows.Forms.LinkLabel lblHowToUse;\n    }\n}\n\n"
  },
  {
    "path": "RevokeMsgPatcher.MultiInstance/FormMultiInstance.cs",
    "content": "﻿using System;\nusing System.Collections.Generic;\nusing System.Diagnostics;\nusing System.Windows.Forms;\n\nnamespace RevokeMsgPatcher.MultiInstance\n{\n    public partial class FormMultiInstance : Form\n    {\n        public FormMultiInstance()\n        {\n            InitializeComponent();\n\n            // 标题加上版本号\n            string currentVersion = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString();\n            if (currentVersion.Length > 3)\n            {\n                currentVersion = \" v\" + currentVersion.Substring(0, 3);\n            }\n            this.Text += currentVersion;\n        }\n\n        private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)\n        {\n            Process.Start(\"https://github.com/huiyadanli/RevokeMsgPatcher\");\n        }\n\n        private void btnStartTimer_Click(object sender, EventArgs e)\n        {\n            mutexHandleCloseTimer.Start();\n            btnStartTimer.Enabled = false;\n            btnStopTimer.Enabled = true;\n        }\n\n        private void btnStopTimer_Click(object sender, EventArgs e)\n        {\n            mutexHandleCloseTimer.Stop();\n            btnStartTimer.Enabled = true;\n            btnStopTimer.Enabled = false;\n        }\n\n        private List<WechatProcess> wechatProcesses = new List<WechatProcess>();\n\n        private void mutexHandleCloseTimer_Tick(object sender, EventArgs e)\n        {\n            Process[] processes = Process.GetProcessesByName(\"WeChat\");\n            Console.WriteLine(\"WeChat进程数：\" + processes.Length);\n            // 添加新进程\n            foreach (Process p in processes)\n            {\n                int i = 0;\n                for (i = 0; i < wechatProcesses.Count; i++)\n                {\n                    WechatProcess wechatProcess = wechatProcesses[i];\n                    if (wechatProcess.Proc.Id == p.Id)\n                    {\n                        break;\n                    }\n                }\n                if (i == wechatProcesses.Count)\n                {\n                    wechatProcesses.Add(new WechatProcess(p));\n                }\n            }\n            // 关闭所有存在互斥句柄的进程\n            int num = 0;\n            for (int i = wechatProcesses.Count - 1; i >= 0; i--)\n            {\n                WechatProcess wechatProcess = wechatProcesses[i];\n                if (!wechatProcess.MutexClosed)\n                {\n                    wechatProcess.MutexClosed = ProcessUtil.CloseMutexHandle(wechatProcess.Proc);\n                    Console.WriteLine(\"进程：\" + wechatProcess.Proc.Id + \",关闭互斥句柄：\" + wechatProcess.MutexClosed);\n                }\n                else\n                {\n                    if (wechatProcess.Proc.HasExited)\n                    {\n                        // 移除不存在的线程\n                        wechatProcesses.RemoveAt(i);\n                    }\n                    else\n                    {\n                        num++;\n                    }\n\n                }\n            }\n            lblProcNum.Text = \"当前微信数量：\" + num.ToString();\n        }\n\n        private void btnKillAll_Click(object sender, EventArgs e)\n        {\n            Process[] processes = Process.GetProcessesByName(\"WeChat\");\n            if (processes.Length > 0)\n            {\n                foreach (Process p in processes)\n                {\n                    p.Kill();\n                }\n                MessageBox.Show(\"已经关闭所有微信进程，共\" + processes.Length + \"个\", \"提示\");\n            }\n            else\n            {\n                MessageBox.Show(\"当前无微信进程\", \"提示\");\n            }\n        }\n\n        private void btnCloseAllMutex_Click(object sender, EventArgs e)\n        {\n            Process[] processes = Process.GetProcessesByName(\"WeChat\");\n            ProcessUtil.CloseMutexHandle(processes);\n        }\n\n        private void lblHowToUse_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)\n        {\n            Process.Start(\"https://github.com/huiyadanli/RevokeMsgPatcher/tree/master/RevokeMsgPatcher.MultiInstance\");\n        }\n\n        private void FormMultiInstance_FormClosed(object sender, FormClosedEventArgs e)\n        {\n            mutexHandleCloseTimer.Stop();\n        }\n    }\n}\n"
  },
  {
    "path": "RevokeMsgPatcher.MultiInstance/FormMultiInstance.resx",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <metadata name=\"mutexHandleCloseTimer.TrayLocation\" type=\"System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\">\n    <value>17, 17</value>\n  </metadata>\n</root>"
  },
  {
    "path": "RevokeMsgPatcher.MultiInstance/ProcessUtil.cs",
    "content": "﻿using System;\nusing System.Collections.Generic;\nusing System.Diagnostics;\nusing System.IO;\nusing System.Linq;\nusing System.Runtime.InteropServices;\nusing System.Text;\nusing System.Threading.Tasks;\n\nnamespace RevokeMsgPatcher.MultiInstance\n{\n    /// <summary>\n    /// 微信多开原理：\n    /// https://mp.weixin.qq.com/s/bb7XMxop7e8rd7YqQ88nyA\n    /// 参考：\n    /// https://stackoverflow.com/questions/54872228/c-sharp-how-to-find-all-handles-associated-with-current-process\n    /// https://hintdesk.com/2010/05/22/c-get-all-handles-of-a-given-process-in-64-bits/\n    /// </summary>\n    public class ProcessUtil\n    {\n        /// <summary>\n        /// https://www.geoffchappell.com/studies/windows/km/ntoskrnl/api/ex/sysinfo/handle_table_entry.htm?ts=0,242\n        /// </summary>\n        [StructLayout(LayoutKind.Sequential, Pack = 1)]\n        public struct SYSTEM_HANDLE_INFORMATION\n        { // Information Class 16\n            public ushort ProcessID;\n            public ushort CreatorBackTrackIndex;\n            public byte ObjectType;\n            public byte HandleAttribute;\n            public ushort Handle;\n            public IntPtr Object_Pointer;\n            public IntPtr AccessMask;\n        }\n\n        private enum OBJECT_INFORMATION_CLASS : int\n        {\n            ObjectBasicInformation = 0,\n            ObjectNameInformation = 1,\n            ObjectTypeInformation = 2,\n            ObjectAllTypesInformation = 3,\n            ObjectHandleInformation = 4\n        }\n\n        [StructLayout(LayoutKind.Sequential, Pack = 1)]\n        private struct OBJECT_NAME_INFORMATION\n        { // Information Class 1\n            public UNICODE_STRING Name;\n        }\n\n        [StructLayout(LayoutKind.Sequential)]\n        private struct UNICODE_STRING\n        {\n            public ushort Length;\n            public ushort MaximumLength;\n            public IntPtr Buffer;\n        }\n\n        [Flags]\n        private enum PROCESS_ACCESS_FLAGS : uint\n        {\n            All = 0x001F0FFF,\n            Terminate = 0x00000001,\n            CreateThread = 0x00000002,\n            VMOperation = 0x00000008,\n            VMRead = 0x00000010,\n            VMWrite = 0x00000020,\n            DupHandle = 0x00000040,\n            SetInformation = 0x00000200,\n            QueryInformation = 0x00000400,\n            Synchronize = 0x00100000\n        }\n\n        [DllImport(\"ntdll.dll\")]\n        private static extern uint NtQuerySystemInformation(int SystemInformationClass, IntPtr SystemInformation, int SystemInformationLength, ref int returnLength);\n\n        [DllImport(\"kernel32.dll\")]\n        private static extern IntPtr OpenProcess(PROCESS_ACCESS_FLAGS dwDesiredAccess, [MarshalAs(UnmanagedType.Bool)] bool bInheritHandle, int dwProcessId);\n\n        [DllImport(\"kernel32.dll\", SetLastError = true)]\n        [return: MarshalAs(UnmanagedType.Bool)]\n        private static extern bool DuplicateHandle(IntPtr hSourceProcessHandle, IntPtr hSourceHandle, IntPtr hTargetProcessHandle, out IntPtr lpTargetHandle, uint dwDesiredAccess, [MarshalAs(UnmanagedType.Bool)] bool bInheritHandle, uint dwOptions);\n\n        [DllImport(\"kernel32.dll\")]\n        private static extern IntPtr GetCurrentProcess();\n\n        [DllImport(\"ntdll.dll\")]\n        private static extern int NtQueryObject(IntPtr ObjectHandle, int ObjectInformationClass, IntPtr ObjectInformation, int ObjectInformationLength, ref int returnLength);\n\n        [DllImport(\"kernel32.dll\")]\n        private static extern bool CloseHandle(IntPtr hObject);\n\n        [DllImport(\"kernel32.dll\")]\n        private static extern bool GetHandleInformation(IntPtr hObject, out uint lpdwFlags);\n\n        private const uint STATUS_INFO_LENGTH_MISMATCH = 0xC0000004;\n        private const int DUPLICATE_CLOSE_SOURCE = 0x1;\n        private const int DUPLICATE_SAME_ACCESS = 0x2;\n\n        private const int CNST_SYSTEM_HANDLE_INFORMATION = 0x10;\n        private const int OBJECT_TYPE_MUTANT = 17;\n\n        public static List<SYSTEM_HANDLE_INFORMATION> GetHandles(Process process)\n        {\n            List<SYSTEM_HANDLE_INFORMATION> aHandles = new List<SYSTEM_HANDLE_INFORMATION>();\n            int handle_info_size = Marshal.SizeOf(new SYSTEM_HANDLE_INFORMATION()) * 20000;\n            IntPtr ptrHandleData = IntPtr.Zero;\n            try\n            {\n                ptrHandleData = Marshal.AllocHGlobal(handle_info_size);\n                int nLength = 0;\n\n                while (NtQuerySystemInformation(CNST_SYSTEM_HANDLE_INFORMATION, ptrHandleData, handle_info_size, ref nLength) == STATUS_INFO_LENGTH_MISMATCH)\n                {\n                    handle_info_size = nLength;\n                    Marshal.FreeHGlobal(ptrHandleData);\n                    ptrHandleData = Marshal.AllocHGlobal(nLength);\n                }\n\n                long handle_count = Marshal.ReadIntPtr(ptrHandleData).ToInt64();\n                IntPtr ptrHandleItem = ptrHandleData + Marshal.SizeOf(ptrHandleData);\n\n                for (long lIndex = 0; lIndex < handle_count; lIndex++)\n                {\n                    SYSTEM_HANDLE_INFORMATION oSystemHandleInfo = new SYSTEM_HANDLE_INFORMATION();\n                    oSystemHandleInfo = (SYSTEM_HANDLE_INFORMATION)Marshal.PtrToStructure(ptrHandleItem, oSystemHandleInfo.GetType());\n                    ptrHandleItem += Marshal.SizeOf(new SYSTEM_HANDLE_INFORMATION());\n                    if (oSystemHandleInfo.ProcessID != process.Id) { continue; }\n                    aHandles.Add(oSystemHandleInfo);\n                }\n            }\n            catch (Exception ex)\n            {\n                throw ex;\n            }\n            finally\n            {\n                Marshal.FreeHGlobal(ptrHandleData);\n            }\n            return aHandles;\n        }\n\n        public static bool FindAndCloseWeChatMutexHandle(SYSTEM_HANDLE_INFORMATION systemHandleInformation, Process process)\n        {\n            IntPtr ipHandle = IntPtr.Zero;\n            IntPtr openProcessHandle = IntPtr.Zero;\n            IntPtr hObjectName = IntPtr.Zero;\n            try\n            {\n                PROCESS_ACCESS_FLAGS flags = PROCESS_ACCESS_FLAGS.DupHandle | PROCESS_ACCESS_FLAGS.VMRead;\n                openProcessHandle = OpenProcess(flags, false, process.Id);\n                // 通过 DuplicateHandle 访问句柄\n                if (!DuplicateHandle(openProcessHandle, new IntPtr(systemHandleInformation.Handle), GetCurrentProcess(), out ipHandle, 0, false, DUPLICATE_SAME_ACCESS))\n                {\n                    return false;\n                }\n\n                int nLength = 0;\n                hObjectName = Marshal.AllocHGlobal(256 * 1024);\n\n                // 查询句柄名称\n                while ((uint)(NtQueryObject(ipHandle, (int)OBJECT_INFORMATION_CLASS.ObjectNameInformation, hObjectName, nLength, ref nLength)) == STATUS_INFO_LENGTH_MISMATCH)\n                {\n                    Marshal.FreeHGlobal(hObjectName);\n                    if (nLength == 0)\n                    {\n                        Console.WriteLine(\"Length returned at zero!\");\n                        return false;\n                    }\n                    hObjectName = Marshal.AllocHGlobal(nLength);\n                }\n                OBJECT_NAME_INFORMATION objObjectName = new OBJECT_NAME_INFORMATION();\n                objObjectName = (OBJECT_NAME_INFORMATION)Marshal.PtrToStructure(hObjectName, objObjectName.GetType());\n\n                if (objObjectName.Name.Buffer != IntPtr.Zero)\n                {\n                    string strObjectName = Marshal.PtrToStringUni(objObjectName.Name.Buffer);\n                    Console.WriteLine(strObjectName);\n                    //  \\Sessions\\1\\BaseNamedObjects\\_WeChat_App_Instance_Identity_Mutex_Name\n                    if (strObjectName.Contains(\"_Instance_Identity_Mutex_Name\"))\n                    {\n                        // 通过 DuplicateHandle DUPLICATE_CLOSE_SOURCE 关闭句柄\n                        IntPtr mHandle = IntPtr.Zero;\n                        if (DuplicateHandle(openProcessHandle, new IntPtr(systemHandleInformation.Handle), GetCurrentProcess(), out mHandle, 0, false, DUPLICATE_CLOSE_SOURCE))\n                        {\n                            CloseHandle(mHandle);\n                            return true;\n                        }\n                    }\n                }\n            }\n            catch (Exception ex)\n            {\n                Console.WriteLine(ex.Message);\n            }\n            finally\n            {\n                Marshal.FreeHGlobal(hObjectName);\n                CloseHandle(ipHandle);\n                CloseHandle(openProcessHandle);\n            }\n            return false;\n        }\n\n        /// <summary>\n        /// 关闭微信的互斥句柄\n        /// </summary>\n        /// <param name=\"processes\">微信的进程</param>\n        /// <returns></returns>\n        public static void CloseMutexHandle(Process[] processes)\n        {\n            foreach (Process process in processes)\n            {\n                CloseMutexHandle(process);\n            }\n        }\n\n        public static bool CloseMutexHandle(Process process)\n        {\n            bool existMutexHandle = false;\n            List<SYSTEM_HANDLE_INFORMATION> aHandles = GetHandles(process);\n            foreach (SYSTEM_HANDLE_INFORMATION handle in aHandles)\n            {\n                // Mutant 类型的句柄\n                // if (handle.ObjectType == OBJECT_TYPE_MUTANT)\n                // {\n                    if (FindAndCloseWeChatMutexHandle(handle, process))\n                    {\n                        existMutexHandle = true;\n                    }\n                // }\n            }\n            return existMutexHandle;\n        }\n    }\n}"
  },
  {
    "path": "RevokeMsgPatcher.MultiInstance/Program.cs",
    "content": "﻿using System;\nusing System.Collections.Generic;\nusing System.Linq;\nusing System.Threading.Tasks;\nusing System.Windows.Forms;\n\nnamespace RevokeMsgPatcher.MultiInstance\n{\n    static class Program\n    {\n        /// <summary>\n        /// 应用程序的主入口点。\n        /// </summary>\n        [STAThread]\n        static void Main()\n        {\n            Application.EnableVisualStyles();\n            Application.SetCompatibleTextRenderingDefault(false);\n            Application.Run(new FormMultiInstance());\n        }\n    }\n}\n"
  },
  {
    "path": "RevokeMsgPatcher.MultiInstance/Properties/AssemblyInfo.cs",
    "content": "﻿using System.Reflection;\nusing System.Runtime.CompilerServices;\nusing System.Runtime.InteropServices;\n\n// 有关程序集的一般信息由以下\n// 控制。更改这些特性值可修改\n// 与程序集关联的信息。\n[assembly: AssemblyTitle(\"RevokeMsgPatcher.MultiInstance\")]\n[assembly: AssemblyDescription(\"\")]\n[assembly: AssemblyConfiguration(\"\")]\n[assembly: AssemblyCompany(\"\")]\n[assembly: AssemblyProduct(\"RevokeMsgPatcher.MultiInstance\")]\n[assembly: AssemblyCopyright(\"Copyright ©  2019\")]\n[assembly: AssemblyTrademark(\"\")]\n[assembly: AssemblyCulture(\"\")]\n\n// 将 ComVisible 设置为 false 会使此程序集中的类型\n//对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型\n//请将此类型的 ComVisible 特性设置为 true。\n[assembly: ComVisible(false)]\n\n// 如果此项目向 COM 公开，则下列 GUID 用于类型库的 ID\n[assembly: Guid(\"73043ca8-af54-4591-9174-40fb6e0a3d36\")]\n\n// 程序集的版本信息由下列四个值组成: \n//\n//      主版本\n//      次版本\n//      生成号\n//      修订号\n//\n// 可以指定所有值，也可以使用以下所示的 \"*\" 预置版本号和修订号\n// 方法是按如下所示使用“*”: :\n// [assembly: AssemblyVersion(\"1.0.*\")]\n[assembly: AssemblyVersion(\"0.1\")]\n[assembly: AssemblyFileVersion(\"0.1\")]\n"
  },
  {
    "path": "RevokeMsgPatcher.MultiInstance/Properties/Resources.Designer.cs",
    "content": "﻿//------------------------------------------------------------------------------\n// <auto-generated>\n//     此代码由工具生成。\n//     运行时版本:4.0.30319.42000\n//\n//     对此文件的更改可能会导致不正确的行为，并且如果\n//     重新生成代码，这些更改将会丢失。\n// </auto-generated>\n//------------------------------------------------------------------------------\n\nnamespace RevokeMsgPatcher.MultiInstance.Properties {\n    using System;\n    \n    \n    /// <summary>\n    ///   一个强类型的资源类，用于查找本地化的字符串等。\n    /// </summary>\n    // 此类是由 StronglyTypedResourceBuilder\n    // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。\n    // 若要添加或移除成员，请编辑 .ResX 文件，然后重新运行 ResGen\n    // (以 /str 作为命令选项)，或重新生成 VS 项目。\n    [global::System.CodeDom.Compiler.GeneratedCodeAttribute(\"System.Resources.Tools.StronglyTypedResourceBuilder\", \"17.0.0.0\")]\n    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\n    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]\n    internal class Resources {\n        \n        private static global::System.Resources.ResourceManager resourceMan;\n        \n        private static global::System.Globalization.CultureInfo resourceCulture;\n        \n        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute(\"Microsoft.Performance\", \"CA1811:AvoidUncalledPrivateCode\")]\n        internal Resources() {\n        }\n        \n        /// <summary>\n        ///   返回此类使用的缓存的 ResourceManager 实例。\n        /// </summary>\n        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]\n        internal static global::System.Resources.ResourceManager ResourceManager {\n            get {\n                if (object.ReferenceEquals(resourceMan, null)) {\n                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager(\"RevokeMsgPatcher.MultiInstance.Properties.Resources\", typeof(Resources).Assembly);\n                    resourceMan = temp;\n                }\n                return resourceMan;\n            }\n        }\n        \n        /// <summary>\n        ///   重写当前线程的 CurrentUICulture 属性，对\n        ///   使用此强类型资源类的所有资源查找执行重写。\n        /// </summary>\n        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]\n        internal static global::System.Globalization.CultureInfo Culture {\n            get {\n                return resourceCulture;\n            }\n            set {\n                resourceCulture = value;\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "RevokeMsgPatcher.MultiInstance/Properties/Resources.resx",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n</root>"
  },
  {
    "path": "RevokeMsgPatcher.MultiInstance/Properties/Settings.Designer.cs",
    "content": "﻿//------------------------------------------------------------------------------\n// <auto-generated>\n//     此代码由工具生成。\n//     运行时版本:4.0.30319.42000\n//\n//     对此文件的更改可能会导致不正确的行为，并且如果\n//     重新生成代码，这些更改将会丢失。\n// </auto-generated>\n//------------------------------------------------------------------------------\n\nnamespace RevokeMsgPatcher.MultiInstance.Properties {\n    \n    \n    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]\n    [global::System.CodeDom.Compiler.GeneratedCodeAttribute(\"Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator\", \"17.1.0.0\")]\n    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {\n        \n        private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));\n        \n        public static Settings Default {\n            get {\n                return defaultInstance;\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "RevokeMsgPatcher.MultiInstance/Properties/Settings.settings",
    "content": "﻿<?xml version='1.0' encoding='utf-8'?>\n<SettingsFile xmlns=\"http://schemas.microsoft.com/VisualStudio/2004/01/settings\" CurrentProfile=\"(Default)\">\n  <Profiles>\n    <Profile Name=\"(Default)\" />\n  </Profiles>\n  <Settings />\n</SettingsFile>\n"
  },
  {
    "path": "RevokeMsgPatcher.MultiInstance/README.md",
    "content": "## 一个通用的微信多开工具\n\n此工具可以无视微信版本进行多开。\n\n**⚠如果你曾使用过“PC版微信/QQ/TIM防撤回补丁”，并对微信安装了防撤回/多开的补丁，此时微信本身已经支持多开，请勿重复使用本工具！！！**\n\n## 📷截图\n![Screenshot](https://raw.githubusercontent.com/huiyadanli/RevokeMsgPatcher/master/Images/screenshot.mi.png)\n\n## 🔨使用方法\n\n⚔自动模式（一般用户使用这个模式即可）：\n\n点击【启动多开】之后，就可以启动多个微信了。\n\n注意：启动多个微信频率太快时，可能会失败。\n\n🏹手动模式：\n\n关闭所有微信进程：功能就是关闭所有微信进程，微信在某种启动失败的情况下会残留进程（无界面），一般不会遇到这种情况。\n\n清理所有微信互斥句柄：功能就是把所有微信判断是否多开的标志全部清理掉，实现多开。如果只使用这个按钮实现多开的话，每次开启一个微信之后都要点一下这个按钮。\n\n## ❤Thanks\n\n[微信电脑端多开分析与原理](https://mp.weixin.qq.com/s/bb7XMxop7e8rd7YqQ88nyA)\n\n## 📄License\nGPLv3\n\n![](https://raw.githubusercontent.com/huiyadanli/RevokeMsgPatcher/master/Images/give_a_star.png)\n"
  },
  {
    "path": "RevokeMsgPatcher.MultiInstance/RevokeMsgPatcher.MultiInstance.csproj",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Project ToolsVersion=\"15.0\" xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">\n  <Import Project=\"$(MSBuildExtensionsPath)\\$(MSBuildToolsVersion)\\Microsoft.Common.props\" Condition=\"Exists('$(MSBuildExtensionsPath)\\$(MSBuildToolsVersion)\\Microsoft.Common.props')\" />\n  <PropertyGroup>\n    <Configuration Condition=\" '$(Configuration)' == '' \">Debug</Configuration>\n    <Platform Condition=\" '$(Platform)' == '' \">AnyCPU</Platform>\n    <ProjectGuid>{73043CA8-AF54-4591-9174-40FB6E0A3D36}</ProjectGuid>\n    <OutputType>WinExe</OutputType>\n    <RootNamespace>RevokeMsgPatcher.MultiInstance</RootNamespace>\n    <AssemblyName>RevokeMsgPatcher.MultiInstance</AssemblyName>\n    <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>\n    <FileAlignment>512</FileAlignment>\n    <Deterministic>true</Deterministic>\n    <TargetFrameworkProfile />\n  </PropertyGroup>\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' \">\n    <PlatformTarget>AnyCPU</PlatformTarget>\n    <DebugSymbols>true</DebugSymbols>\n    <DebugType>full</DebugType>\n    <Optimize>false</Optimize>\n    <OutputPath>bin\\Debug\\</OutputPath>\n    <DefineConstants>DEBUG;TRACE</DefineConstants>\n    <ErrorReport>prompt</ErrorReport>\n    <WarningLevel>4</WarningLevel>\n  </PropertyGroup>\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' \">\n    <PlatformTarget>AnyCPU</PlatformTarget>\n    <DebugType>pdbonly</DebugType>\n    <Optimize>true</Optimize>\n    <OutputPath>bin\\Release\\</OutputPath>\n    <DefineConstants>TRACE</DefineConstants>\n    <ErrorReport>prompt</ErrorReport>\n    <WarningLevel>4</WarningLevel>\n  </PropertyGroup>\n  <PropertyGroup>\n    <ApplicationManifest>app.manifest</ApplicationManifest>\n  </PropertyGroup>\n  <ItemGroup>\n    <Reference Include=\"System\" />\n    <Reference Include=\"System.Core\" />\n    <Reference Include=\"System.Xml.Linq\" />\n    <Reference Include=\"System.Data.DataSetExtensions\" />\n    <Reference Include=\"Microsoft.CSharp\" />\n    <Reference Include=\"System.Data\" />\n    <Reference Include=\"System.Deployment\" />\n    <Reference Include=\"System.Drawing\" />\n    <Reference Include=\"System.Net.Http\" />\n    <Reference Include=\"System.Windows.Forms\" />\n    <Reference Include=\"System.Xml\" />\n  </ItemGroup>\n  <ItemGroup>\n    <Compile Include=\"FormMultiInstance.cs\">\n      <SubType>Form</SubType>\n    </Compile>\n    <Compile Include=\"FormMultiInstance.Designer.cs\">\n      <DependentUpon>FormMultiInstance.cs</DependentUpon>\n    </Compile>\n    <Compile Include=\"ProcessUtil.cs\" />\n    <Compile Include=\"Program.cs\" />\n    <Compile Include=\"Properties\\AssemblyInfo.cs\" />\n    <Compile Include=\"WechatProcess.cs\" />\n    <EmbeddedResource Include=\"FormMultiInstance.resx\">\n      <DependentUpon>FormMultiInstance.cs</DependentUpon>\n    </EmbeddedResource>\n    <EmbeddedResource Include=\"Properties\\Resources.resx\">\n      <Generator>ResXFileCodeGenerator</Generator>\n      <LastGenOutput>Resources.Designer.cs</LastGenOutput>\n      <SubType>Designer</SubType>\n    </EmbeddedResource>\n    <Compile Include=\"Properties\\Resources.Designer.cs\">\n      <AutoGen>True</AutoGen>\n      <DependentUpon>Resources.resx</DependentUpon>\n      <DesignTime>True</DesignTime>\n    </Compile>\n    <None Include=\"app.manifest\" />\n    <None Include=\"Properties\\Settings.settings\">\n      <Generator>SettingsSingleFileGenerator</Generator>\n      <LastGenOutput>Settings.Designer.cs</LastGenOutput>\n    </None>\n    <Compile Include=\"Properties\\Settings.Designer.cs\">\n      <AutoGen>True</AutoGen>\n      <DependentUpon>Settings.settings</DependentUpon>\n      <DesignTimeSharedInput>True</DesignTimeSharedInput>\n    </Compile>\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"App.config\" />\n  </ItemGroup>\n  <Import Project=\"$(MSBuildToolsPath)\\Microsoft.CSharp.targets\" />\n</Project>"
  },
  {
    "path": "RevokeMsgPatcher.MultiInstance/WechatProcess.cs",
    "content": "﻿using System.Diagnostics;\n\nnamespace RevokeMsgPatcher.MultiInstance\n{\n    public class WechatProcess\n    {\n        public Process Proc { get; set; }\n\n        public bool MutexClosed { get; set; }\n\n        public WechatProcess(Process p)\n        {\n            Proc = p;\n            MutexClosed = false;\n        }\n    }\n}\n"
  },
  {
    "path": "RevokeMsgPatcher.MultiInstance/app.manifest",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<assembly manifestVersion=\"1.0\" xmlns=\"urn:schemas-microsoft-com:asm.v1\">\n  <assemblyIdentity version=\"1.0.0.0\" name=\"MyApplication.app\"/>\n  <trustInfo xmlns=\"urn:schemas-microsoft-com:asm.v2\">\n    <security>\n      <requestedPrivileges xmlns=\"urn:schemas-microsoft-com:asm.v3\">\n        <!-- UAC 清单选项\n             如果想要更改 Windows 用户帐户控制级别，请使用\n             以下节点之一替换 requestedExecutionLevel 节点。n\n        <requestedExecutionLevel  level=\"asInvoker\" uiAccess=\"false\" />\n        <requestedExecutionLevel  level=\"requireAdministrator\" uiAccess=\"false\" />\n        <requestedExecutionLevel  level=\"highestAvailable\" uiAccess=\"false\" />\n\n            指定 requestedExecutionLevel 元素将禁用文件和注册表虚拟化。\n            如果你的应用程序需要此虚拟化来实现向后兼容性，则删除此\n            元素。\n        -->\n        <requestedExecutionLevel level=\"asInvoker\" uiAccess=\"false\" />\n      </requestedPrivileges>\n    </security>\n  </trustInfo>\n\n  <compatibility xmlns=\"urn:schemas-microsoft-com:compatibility.v1\">\n    <application>\n      <!-- 设计此应用程序与其一起工作且已针对此应用程序进行测试的\n           Windows 版本的列表。取消评论适当的元素，\n           Windows 将自动选择最兼容的环境。 -->\n\n      <!-- Windows Vista -->\n      <!--<supportedOS Id=\"{e2011457-1546-43c5-a5fe-008deee3d3f0}\" />-->\n\n      <!-- Windows 7 -->\n      <!--<supportedOS Id=\"{35138b9a-5d96-4fbd-8e2d-a2440225f93a}\" />-->\n\n      <!-- Windows 8 -->\n      <!--<supportedOS Id=\"{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}\" />-->\n\n      <!-- Windows 8.1 -->\n      <!--<supportedOS Id=\"{1f676c76-80e1-4239-95bb-83d0f6d0da78}\" />-->\n\n      <!-- Windows 10 -->\n      <!--<supportedOS Id=\"{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}\" />-->\n\n    </application>\n  </compatibility>\n\n  <!-- 指示该应用程序可以感知 DPI 且 Windows 在 DPI 较高时将不会对其进行\n       自动缩放。Windows Presentation Foundation (WPF)应用程序自动感知 DPI，无需\n       选择加入。选择加入此设置的 Windows 窗体应用程序(目标设定为 .NET Framework 4.6 )还应\n       在其 app.config 中将 \"EnableWindowsFormsHighDpiAutoResizing\" 设置设置为 \"true\"。-->\n\n  <application xmlns=\"urn:schemas-microsoft-com:asm.v3\">\n    <windowsSettings>\n      <dpiAware xmlns=\"http://schemas.microsoft.com/SMI/2005/WindowsSettings\">true</dpiAware>\n    </windowsSettings>\n  </application>\n\n\n  <!-- 启用 Windows 公共控件和对话框的主题(Windows XP 和更高版本) -->\n  <!--\n  <dependency>\n    <dependentAssembly>\n      <assemblyIdentity\n          type=\"win32\"\n          name=\"Microsoft.Windows.Common-Controls\"\n          version=\"6.0.0.0\"\n          processorArchitecture=\"*\"\n          publicKeyToken=\"6595b64144ccf1df\"\n          language=\"*\"\n        />\n    </dependentAssembly>\n  </dependency>\n  -->\n\n</assembly>\n"
  },
  {
    "path": "RevokeMsgPatcher.sln",
    "content": "﻿\nMicrosoft Visual Studio Solution File, Format Version 12.00\n# Visual Studio Version 17\nVisualStudioVersion = 17.10.35013.160\nMinimumVisualStudioVersion = 10.0.40219.1\nProject(\"{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}\") = \"RevokeMsgPatcher\", \"RevokeMsgPatcher\\RevokeMsgPatcher.csproj\", \"{977BF781-CED8-4389-9404-0FA08FDF21DF}\"\nEndProject\nProject(\"{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}\") = \"RevokeMsgPatcher.Assistant\", \"RevokeMsgPatcher.Assistant\\RevokeMsgPatcher.Assistant.csproj\", \"{6992004F-17E6-45BF-8D72-180A31E9C23C}\"\nEndProject\nProject(\"{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}\") = \"RevokeMsgPatcher.MultiInstance\", \"RevokeMsgPatcher.MultiInstance\\RevokeMsgPatcher.MultiInstance.csproj\", \"{73043CA8-AF54-4591-9174-40FB6E0A3D36}\"\nEndProject\nProject(\"{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}\") = \"RevokeMsgPatcher.Launcher\", \"RevokeMsgPatcher.Launcher\\RevokeMsgPatcher.Launcher.csproj\", \"{B1D05208-E291-406B-A8B4-F673EC784B1C}\"\nEndProject\nGlobal\n\tGlobalSection(SolutionConfigurationPlatforms) = preSolution\n\t\tDebug|Any CPU = Debug|Any CPU\n\t\tRelease|Any CPU = Release|Any CPU\n\tEndGlobalSection\n\tGlobalSection(ProjectConfigurationPlatforms) = postSolution\n\t\t{977BF781-CED8-4389-9404-0FA08FDF21DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU\n\t\t{977BF781-CED8-4389-9404-0FA08FDF21DF}.Debug|Any CPU.Build.0 = Debug|Any CPU\n\t\t{977BF781-CED8-4389-9404-0FA08FDF21DF}.Release|Any CPU.ActiveCfg = Release|Any CPU\n\t\t{977BF781-CED8-4389-9404-0FA08FDF21DF}.Release|Any CPU.Build.0 = Release|Any CPU\n\t\t{6992004F-17E6-45BF-8D72-180A31E9C23C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU\n\t\t{6992004F-17E6-45BF-8D72-180A31E9C23C}.Debug|Any CPU.Build.0 = Debug|Any CPU\n\t\t{6992004F-17E6-45BF-8D72-180A31E9C23C}.Release|Any CPU.ActiveCfg = Release|Any CPU\n\t\t{6992004F-17E6-45BF-8D72-180A31E9C23C}.Release|Any CPU.Build.0 = Release|Any CPU\n\t\t{73043CA8-AF54-4591-9174-40FB6E0A3D36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU\n\t\t{73043CA8-AF54-4591-9174-40FB6E0A3D36}.Debug|Any CPU.Build.0 = Debug|Any CPU\n\t\t{73043CA8-AF54-4591-9174-40FB6E0A3D36}.Release|Any CPU.ActiveCfg = Release|Any CPU\n\t\t{73043CA8-AF54-4591-9174-40FB6E0A3D36}.Release|Any CPU.Build.0 = Release|Any CPU\n\t\t{B1D05208-E291-406B-A8B4-F673EC784B1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU\n\t\t{B1D05208-E291-406B-A8B4-F673EC784B1C}.Debug|Any CPU.Build.0 = Debug|Any CPU\n\t\t{B1D05208-E291-406B-A8B4-F673EC784B1C}.Release|Any CPU.ActiveCfg = Release|Any CPU\n\t\t{B1D05208-E291-406B-A8B4-F673EC784B1C}.Release|Any CPU.Build.0 = Release|Any CPU\n\tEndGlobalSection\n\tGlobalSection(SolutionProperties) = preSolution\n\t\tHideSolutionNode = FALSE\n\tEndGlobalSection\n\tGlobalSection(ExtensibilityGlobals) = postSolution\n\t\tSolutionGuid = {56DAEA8C-77F7-4E55-A7AF-CE9F23F2C1A6}\n\tEndGlobalSection\nEndGlobal\n"
  },
  {
    "path": "appveyor.yml",
    "content": "image:\n- Visual Studio 2022\n\nconfiguration: Release\n\nartifacts:\n  - path: bin\\Release\\\n    name: RevokeMsgPatcher\n"
  }
]