diff --git a/.DS_Store b/.DS_Store
new file mode 100644
index 0000000..5787501
Binary files /dev/null and b/.DS_Store differ
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..9d2bb69
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,674 @@
+GNU GENERAL PUBLIC LICENSE
+ Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc.
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+ Preamble
+
+ The GNU General Public License is a free, copyleft license for
+software and other kinds of works.
+
+ The licenses for most software and other practical works are designed
+to take away your freedom to share and change the works. By contrast,
+the GNU General Public License is intended to guarantee your freedom to
+share and change all versions of a program--to make sure it remains free
+software for all its users. We, the Free Software Foundation, use the
+GNU General Public License for most of our software; it applies also to
+any other work released this way by its authors. You can apply it to
+your programs, too.
+
+ When we speak of free software, we are referring to freedom, not
+price. Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+them if you wish), that you receive source code or can get it if you
+want it, that you can change the software or use pieces of it in new
+free programs, and that you know you can do these things.
+
+ To protect your rights, we need to prevent others from denying you
+these rights or asking you to surrender the rights. Therefore, you have
+certain responsibilities if you distribute copies of the software, or if
+you modify it: responsibilities to respect the freedom of others.
+
+ For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must pass on to the recipients the same
+freedoms that you received. You must make sure that they, too, receive
+or can get the source code. And you must show them these terms so they
+know their rights.
+
+ Developers that use the GNU GPL protect your rights with two steps:
+(1) assert copyright on the software, and (2) offer you this License
+giving you legal permission to copy, distribute and/or modify it.
+
+ For the developers' and authors' protection, the GPL clearly explains
+that there is no warranty for this free software. For both users' and
+authors' sake, the GPL requires that modified versions be marked as
+changed, so that their problems will not be attributed erroneously to
+authors of previous versions.
+
+ Some devices are designed to deny users access to install or run
+modified versions of the software inside them, although the manufacturer
+can do so. This is fundamentally incompatible with the aim of
+protecting users' freedom to change the software. The systematic
+pattern of such abuse occurs in the area of products for individuals to
+use, which is precisely where it is most unacceptable. Therefore, we
+have designed this version of the GPL to prohibit the practice for those
+products. If such problems arise substantially in other domains, we
+stand ready to extend this provision to those domains in future versions
+of the GPL, as needed to protect the freedom of users.
+
+ Finally, every program is threatened constantly by software patents.
+States should not allow patents to restrict development and use of
+software on general-purpose computers, but in those that do, we wish to
+avoid the special danger that patents applied to a free program could
+make it effectively proprietary. To prevent this, the GPL assures that
+patents cannot be used to render the program non-free.
+
+ The precise terms and conditions for copying, distribution and
+modification follow.
+
+ TERMS AND CONDITIONS
+
+ 0. Definitions.
+
+ "This License" refers to version 3 of the GNU General Public License.
+
+ "Copyright" also means copyright-like laws that apply to other kinds of
+works, such as semiconductor masks.
+
+ "The Program" refers to any copyrightable work licensed under this
+License. Each licensee is addressed as "you". "Licensees" and
+"recipients" may be individuals or organizations.
+
+ To "modify" a work means to copy from or adapt all or part of the work
+in a fashion requiring copyright permission, other than the making of an
+exact copy. The resulting work is called a "modified version" of the
+earlier work or a work "based on" the earlier work.
+
+ A "covered work" means either the unmodified Program or a work based
+on the Program.
+
+ To "propagate" a work means to do anything with it that, without
+permission, would make you directly or secondarily liable for
+infringement under applicable copyright law, except executing it on a
+computer or modifying a private copy. Propagation includes copying,
+distribution (with or without modification), making available to the
+public, and in some countries other activities as well.
+
+ To "convey" a work means any kind of propagation that enables other
+parties to make or receive copies. Mere interaction with a user through
+a computer network, with no transfer of a copy, is not conveying.
+
+ An interactive user interface displays "Appropriate Legal Notices"
+to the extent that it includes a convenient and prominently visible
+feature that (1) displays an appropriate copyright notice, and (2)
+tells the user that there is no warranty for the work (except to the
+extent that warranties are provided), that licensees may convey the
+work under this License, and how to view a copy of this License. If
+the interface presents a list of user commands or options, such as a
+menu, a prominent item in the list meets this criterion.
+
+ 1. Source Code.
+
+ The "source code" for a work means the preferred form of the work
+for making modifications to it. "Object code" means any non-source
+form of a work.
+
+ A "Standard Interface" means an interface that either is an official
+standard defined by a recognized standards body, or, in the case of
+interfaces specified for a particular programming language, one that
+is widely used among developers working in that language.
+
+ The "System Libraries" of an executable work include anything, other
+than the work as a whole, that (a) is included in the normal form of
+packaging a Major Component, but which is not part of that Major
+Component, and (b) serves only to enable use of the work with that
+Major Component, or to implement a Standard Interface for which an
+implementation is available to the public in source code form. A
+"Major Component", in this context, means a major essential component
+(kernel, window system, and so on) of the specific operating system
+(if any) on which the executable work runs, or a compiler used to
+produce the work, or an object code interpreter used to run it.
+
+ The "Corresponding Source" for a work in object code form means all
+the source code needed to generate, install, and (for an executable
+work) run the object code and to modify the work, including scripts to
+control those activities. However, it does not include the work's
+System Libraries, or general-purpose tools or generally available free
+programs which are used unmodified in performing those activities but
+which are not part of the work. For example, Corresponding Source
+includes interface definition files associated with source files for
+the work, and the source code for shared libraries and dynamically
+linked subprograms that the work is specifically designed to require,
+such as by intimate data communication or control flow between those
+subprograms and other parts of the work.
+
+ The Corresponding Source need not include anything that users
+can regenerate automatically from other parts of the Corresponding
+Source.
+
+ The Corresponding Source for a work in source code form is that
+same work.
+
+ 2. Basic Permissions.
+
+ All rights granted under this License are granted for the term of
+copyright on the Program, and are irrevocable provided the stated
+conditions are met. This License explicitly affirms your unlimited
+permission to run the unmodified Program. The output from running a
+covered work is covered by this License only if the output, given its
+content, constitutes a covered work. This License acknowledges your
+rights of fair use or other equivalent, as provided by copyright law.
+
+ You may make, run and propagate covered works that you do not
+convey, without conditions so long as your license otherwise remains
+in force. You may convey covered works to others for the sole purpose
+of having them make modifications exclusively for you, or provide you
+with facilities for running those works, provided that you comply with
+the terms of this License in conveying all material for which you do
+not control copyright. Those thus making or running the covered works
+for you must do so exclusively on your behalf, under your direction
+and control, on terms that prohibit them from making any copies of
+your copyrighted material outside their relationship with you.
+
+ Conveying under any other circumstances is permitted solely under
+the conditions stated below. Sublicensing is not allowed; section 10
+makes it unnecessary.
+
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
+
+ No covered work shall be deemed part of an effective technological
+measure under any applicable law fulfilling obligations under article
+11 of the WIPO copyright treaty adopted on 20 December 1996, or
+similar laws prohibiting or restricting circumvention of such
+measures.
+
+ When you convey a covered work, you waive any legal power to forbid
+circumvention of technological measures to the extent such circumvention
+is effected by exercising rights under this License with respect to
+the covered work, and you disclaim any intention to limit operation or
+modification of the work as a means of enforcing, against the work's
+users, your or third parties' legal rights to forbid circumvention of
+technological measures.
+
+ 4. Conveying Verbatim Copies.
+
+ You may convey verbatim copies of the Program's source code as you
+receive it, in any medium, provided that you conspicuously and
+appropriately publish on each copy an appropriate copyright notice;
+keep intact all notices stating that this License and any
+non-permissive terms added in accord with section 7 apply to the code;
+keep intact all notices of the absence of any warranty; and give all
+recipients a copy of this License along with the Program.
+
+ You may charge any price or no price for each copy that you convey,
+and you may offer support or warranty protection for a fee.
+
+ 5. Conveying Modified Source Versions.
+
+ You may convey a work based on the Program, or the modifications to
+produce it from the Program, in the form of source code under the
+terms of section 4, provided that you also meet all of these conditions:
+
+ a) The work must carry prominent notices stating that you modified
+ it, and giving a relevant date.
+
+ b) The work must carry prominent notices stating that it is
+ released under this License and any conditions added under section
+ 7. This requirement modifies the requirement in section 4 to
+ "keep intact all notices".
+
+ c) You must license the entire work, as a whole, under this
+ License to anyone who comes into possession of a copy. This
+ License will therefore apply, along with any applicable section 7
+ additional terms, to the whole of the work, and all its parts,
+ regardless of how they are packaged. This License gives no
+ permission to license the work in any other way, but it does not
+ invalidate such permission if you have separately received it.
+
+ d) If the work has interactive user interfaces, each must display
+ Appropriate Legal Notices; however, if the Program has interactive
+ interfaces that do not display Appropriate Legal Notices, your
+ work need not make them do so.
+
+ A compilation of a covered work with other separate and independent
+works, which are not by their nature extensions of the covered work,
+and which are not combined with it such as to form a larger program,
+in or on a volume of a storage or distribution medium, is called an
+"aggregate" if the compilation and its resulting copyright are not
+used to limit the access or legal rights of the compilation's users
+beyond what the individual works permit. Inclusion of a covered work
+in an aggregate does not cause this License to apply to the other
+parts of the aggregate.
+
+ 6. Conveying Non-Source Forms.
+
+ You may convey a covered work in object code form under the terms
+of sections 4 and 5, provided that you also convey the
+machine-readable Corresponding Source under the terms of this License,
+in one of these ways:
+
+ a) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by the
+ Corresponding Source fixed on a durable physical medium
+ customarily used for software interchange.
+
+ b) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by a
+ written offer, valid for at least three years and valid for as
+ long as you offer spare parts or customer support for that product
+ model, to give anyone who possesses the object code either (1) a
+ copy of the Corresponding Source for all the software in the
+ product that is covered by this License, on a durable physical
+ medium customarily used for software interchange, for a price no
+ more than your reasonable cost of physically performing this
+ conveying of source, or (2) access to copy the
+ Corresponding Source from a network server at no charge.
+
+ c) Convey individual copies of the object code with a copy of the
+ written offer to provide the Corresponding Source. This
+ alternative is allowed only occasionally and noncommercially, and
+ only if you received the object code with such an offer, in accord
+ with subsection 6b.
+
+ d) Convey the object code by offering access from a designated
+ place (gratis or for a charge), and offer equivalent access to the
+ Corresponding Source in the same way through the same place at no
+ further charge. You need not require recipients to copy the
+ Corresponding Source along with the object code. If the place to
+ copy the object code is a network server, the Corresponding Source
+ may be on a different server (operated by you or a third party)
+ that supports equivalent copying facilities, provided you maintain
+ clear directions next to the object code saying where to find the
+ Corresponding Source. Regardless of what server hosts the
+ Corresponding Source, you remain obligated to ensure that it is
+ available for as long as needed to satisfy these requirements.
+
+ e) Convey the object code using peer-to-peer transmission, provided
+ you inform other peers where the object code and Corresponding
+ Source of the work are being offered to the general public at no
+ charge under subsection 6d.
+
+ A separable portion of the object code, whose source code is excluded
+from the Corresponding Source as a System Library, need not be
+included in conveying the object code work.
+
+ A "User Product" is either (1) a "consumer product", which means any
+tangible personal property which is normally used for personal, family,
+or household purposes, or (2) anything designed or sold for incorporation
+into a dwelling. In determining whether a product is a consumer product,
+doubtful cases shall be resolved in favor of coverage. For a particular
+product received by a particular user, "normally used" refers to a
+typical or common use of that class of product, regardless of the status
+of the particular user or of the way in which the particular user
+actually uses, or expects or is expected to use, the product. A product
+is a consumer product regardless of whether the product has substantial
+commercial, industrial or non-consumer uses, unless such uses represent
+the only significant mode of use of the product.
+
+ "Installation Information" for a User Product means any methods,
+procedures, authorization keys, or other information required to install
+and execute modified versions of a covered work in that User Product from
+a modified version of its Corresponding Source. The information must
+suffice to ensure that the continued functioning of the modified object
+code is in no case prevented or interfered with solely because
+modification has been made.
+
+ If you convey an object code work under this section in, or with, or
+specifically for use in, a User Product, and the conveying occurs as
+part of a transaction in which the right of possession and use of the
+User Product is transferred to the recipient in perpetuity or for a
+fixed term (regardless of how the transaction is characterized), the
+Corresponding Source conveyed under this section must be accompanied
+by the Installation Information. But this requirement does not apply
+if neither you nor any third party retains the ability to install
+modified object code on the User Product (for example, the work has
+been installed in ROM).
+
+ The requirement to provide Installation Information does not include a
+requirement to continue to provide support service, warranty, or updates
+for a work that has been modified or installed by the recipient, or for
+the User Product in which it has been modified or installed. Access to a
+network may be denied when the modification itself materially and
+adversely affects the operation of the network or violates the rules and
+protocols for communication across the network.
+
+ Corresponding Source conveyed, and Installation Information provided,
+in accord with this section must be in a format that is publicly
+documented (and with an implementation available to the public in
+source code form), and must require no special password or key for
+unpacking, reading or copying.
+
+ 7. Additional Terms.
+
+ "Additional permissions" are terms that supplement the terms of this
+License by making exceptions from one or more of its conditions.
+Additional permissions that are applicable to the entire Program shall
+be treated as though they were included in this License, to the extent
+that they are valid under applicable law. If additional permissions
+apply only to part of the Program, that part may be used separately
+under those permissions, but the entire Program remains governed by
+this License without regard to the additional permissions.
+
+ When you convey a copy of a covered work, you may at your option
+remove any additional permissions from that copy, or from any part of
+it. (Additional permissions may be written to require their own
+removal in certain cases when you modify the work.) You may place
+additional permissions on material, added by you to a covered work,
+for which you have or can give appropriate copyright permission.
+
+ Notwithstanding any other provision of this License, for material you
+add to a covered work, you may (if authorized by the copyright holders of
+that material) supplement the terms of this License with terms:
+
+ a) Disclaiming warranty or limiting liability differently from the
+ terms of sections 15 and 16 of this License; or
+
+ b) Requiring preservation of specified reasonable legal notices or
+ author attributions in that material or in the Appropriate Legal
+ Notices displayed by works containing it; or
+
+ c) Prohibiting misrepresentation of the origin of that material, or
+ requiring that modified versions of such material be marked in
+ reasonable ways as different from the original version; or
+
+ d) Limiting the use for publicity purposes of names of licensors or
+ authors of the material; or
+
+ e) Declining to grant rights under trademark law for use of some
+ trade names, trademarks, or service marks; or
+
+ f) Requiring indemnification of licensors and authors of that
+ material by anyone who conveys the material (or modified versions of
+ it) with contractual assumptions of liability to the recipient, for
+ any liability that these contractual assumptions directly impose on
+ those licensors and authors.
+
+ All other non-permissive additional terms are considered "further
+restrictions" within the meaning of section 10. If the Program as you
+received it, or any part of it, contains a notice stating that it is
+governed by this License along with a term that is a further
+restriction, you may remove that term. If a license document contains
+a further restriction but permits relicensing or conveying under this
+License, you may add to a covered work material governed by the terms
+of that license document, provided that the further restriction does
+not survive such relicensing or conveying.
+
+ If you add terms to a covered work in accord with this section, you
+must place, in the relevant source files, a statement of the
+additional terms that apply to those files, or a notice indicating
+where to find the applicable terms.
+
+ Additional terms, permissive or non-permissive, may be stated in the
+form of a separately written license, or stated as exceptions;
+the above requirements apply either way.
+
+ 8. Termination.
+
+ You may not propagate or modify a covered work except as expressly
+provided under this License. Any attempt otherwise to propagate or
+modify it is void, and will automatically terminate your rights under
+this License (including any patent licenses granted under the third
+paragraph of section 11).
+
+ However, if you cease all violation of this License, then your
+license from a particular copyright holder is reinstated (a)
+provisionally, unless and until the copyright holder explicitly and
+finally terminates your license, and (b) permanently, if the copyright
+holder fails to notify you of the violation by some reasonable means
+prior to 60 days after the cessation.
+
+ Moreover, your license from a particular copyright holder is
+reinstated permanently if the copyright holder notifies you of the
+violation by some reasonable means, this is the first time you have
+received notice of violation of this License (for any work) from that
+copyright holder, and you cure the violation prior to 30 days after
+your receipt of the notice.
+
+ Termination of your rights under this section does not terminate the
+licenses of parties who have received copies or rights from you under
+this License. If your rights have been terminated and not permanently
+reinstated, you do not qualify to receive new licenses for the same
+material under section 10.
+
+ 9. Acceptance Not Required for Having Copies.
+
+ You are not required to accept this License in order to receive or
+run a copy of the Program. Ancillary propagation of a covered work
+occurring solely as a consequence of using peer-to-peer transmission
+to receive a copy likewise does not require acceptance. However,
+nothing other than this License grants you permission to propagate or
+modify any covered work. These actions infringe copyright if you do
+not accept this License. Therefore, by modifying or propagating a
+covered work, you indicate your acceptance of this License to do so.
+
+ 10. Automatic Licensing of Downstream Recipients.
+
+ Each time you convey a covered work, the recipient automatically
+receives a license from the original licensors, to run, modify and
+propagate that work, subject to this License. You are not responsible
+for enforcing compliance by third parties with this License.
+
+ An "entity transaction" is a transaction transferring control of an
+organization, or substantially all assets of one, or subdividing an
+organization, or merging organizations. If propagation of a covered
+work results from an entity transaction, each party to that
+transaction who receives a copy of the work also receives whatever
+licenses to the work the party's predecessor in interest had or could
+give under the previous paragraph, plus a right to possession of the
+Corresponding Source of the work from the predecessor in interest, if
+the predecessor has it or can get it with reasonable efforts.
+
+ You may not impose any further restrictions on the exercise of the
+rights granted or affirmed under this License. For example, you may
+not impose a license fee, royalty, or other charge for exercise of
+rights granted under this License, and you may not initiate litigation
+(including a cross-claim or counterclaim in a lawsuit) alleging that
+any patent claim is infringed by making, using, selling, offering for
+sale, or importing the Program or any portion of it.
+
+ 11. Patents.
+
+ A "contributor" is a copyright holder who authorizes use under this
+License of the Program or a work on which the Program is based. The
+work thus licensed is called the contributor's "contributor version".
+
+ A contributor's "essential patent claims" are all patent claims
+owned or controlled by the contributor, whether already acquired or
+hereafter acquired, that would be infringed by some manner, permitted
+by this License, of making, using, or selling its contributor version,
+but do not include claims that would be infringed only as a
+consequence of further modification of the contributor version. For
+purposes of this definition, "control" includes the right to grant
+patent sublicenses in a manner consistent with the requirements of
+this License.
+
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
+patent license under the contributor's essential patent claims, to
+make, use, sell, offer for sale, import and otherwise run, modify and
+propagate the contents of its contributor version.
+
+ In the following three paragraphs, a "patent license" is any express
+agreement or commitment, however denominated, not to enforce a patent
+(such as an express permission to practice a patent or covenant not to
+sue for patent infringement). To "grant" such a patent license to a
+party means to make such an agreement or commitment not to enforce a
+patent against the party.
+
+ If you convey a covered work, knowingly relying on a patent license,
+and the Corresponding Source of the work is not available for anyone
+to copy, free of charge and under the terms of this License, through a
+publicly available network server or other readily accessible means,
+then you must either (1) cause the Corresponding Source to be so
+available, or (2) arrange to deprive yourself of the benefit of the
+patent license for this particular work, or (3) arrange, in a manner
+consistent with the requirements of this License, to extend the patent
+license to downstream recipients. "Knowingly relying" means you have
+actual knowledge that, but for the patent license, your conveying the
+covered work in a country, or your recipient's use of the covered work
+in a country, would infringe one or more identifiable patents in that
+country that you have reason to believe are valid.
+
+ If, pursuant to or in connection with a single transaction or
+arrangement, you convey, or propagate by procuring conveyance of, a
+covered work, and grant a patent license to some of the parties
+receiving the covered work authorizing them to use, propagate, modify
+or convey a specific copy of the covered work, then the patent license
+you grant is automatically extended to all recipients of the covered
+work and works based on it.
+
+ A patent license is "discriminatory" if it does not include within
+the scope of its coverage, prohibits the exercise of, or is
+conditioned on the non-exercise of one or more of the rights that are
+specifically granted under this License. You may not convey a covered
+work if you are a party to an arrangement with a third party that is
+in the business of distributing software, under which you make payment
+to the third party based on the extent of your activity of conveying
+the work, and under which the third party grants, to any of the
+parties who would receive the covered work from you, a discriminatory
+patent license (a) in connection with copies of the covered work
+conveyed by you (or copies made from those copies), or (b) primarily
+for and in connection with specific products or compilations that
+contain the covered work, unless you entered into that arrangement,
+or that patent license was granted, prior to 28 March 2007.
+
+ Nothing in this License shall be construed as excluding or limiting
+any implied license or other defenses to infringement that may
+otherwise be available to you under applicable patent law.
+
+ 12. No Surrender of Others' Freedom.
+
+ If conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot convey a
+covered work so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you may
+not convey it at all. For example, if you agree to terms that obligate you
+to collect a royalty for further conveying from those to whom you convey
+the Program, the only way you could satisfy both those terms and this
+License would be to refrain entirely from conveying the Program.
+
+ 13. Use with the GNU Affero General Public License.
+
+ Notwithstanding any other provision of this License, you have
+permission to link or combine any covered work with a work licensed
+under version 3 of the GNU Affero General Public License into a single
+combined work, and to convey the resulting work. The terms of this
+License will continue to apply to the part which is the covered work,
+but the special requirements of the GNU Affero General Public License,
+section 13, concerning interaction through a network will apply to the
+combination as such.
+
+ 14. Revised Versions of this License.
+
+ The Free Software Foundation may publish revised and/or new versions of
+the GNU General Public License from time to time. Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+ Each version is given a distinguishing version number. If the
+Program specifies that a certain numbered version of the GNU General
+Public License "or any later version" applies to it, you have the
+option of following the terms and conditions either of that numbered
+version or of any later version published by the Free Software
+Foundation. If the Program does not specify a version number of the
+GNU General Public License, you may choose any version ever published
+by the Free Software Foundation.
+
+ If the Program specifies that a proxy can decide which future
+versions of the GNU General Public License can be used, that proxy's
+public statement of acceptance of a version permanently authorizes you
+to choose that version for the Program.
+
+ Later license versions may give you additional or different
+permissions. However, no additional obligations are imposed on any
+author or copyright holder as a result of your choosing to follow a
+later version.
+
+ 15. Disclaimer of Warranty.
+
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
+HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
+OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
+IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
+ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+ 16. Limitation of Liability.
+
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
+THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
+USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
+DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
+PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
+EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGES.
+
+ 17. Interpretation of Sections 15 and 16.
+
+ If the disclaimer of warranty and limitation of liability provided
+above cannot be given local legal effect according to their terms,
+reviewing courts shall apply local law that most closely approximates
+an absolute waiver of all civil liability in connection with the
+Program, unless a warranty or assumption of liability accompanies a
+copy of the Program in return for a fee.
+
+ END OF TERMS AND CONDITIONS
+
+ How to Apply These Terms to Your New Programs
+
+ If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+ To do so, attach the following notices to the program. It is safest
+to attach them to the start of each source file to most effectively
+state the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+ {one line to give the program's name and a brief idea of what it does.}
+ Copyright (C) 2017 {name of author}
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see .
+
+Also add information on how to contact you by electronic and paper mail.
+
+ If the program does terminal interaction, make it output a short
+notice like this when it starts in an interactive mode:
+
+ navicat-keygen Copyright (C) 2017 Double Helix
+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+ This is free software, and you are welcome to redistribute it
+ under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License. Of course, your program's commands
+might be different; for a GUI interface, you would use an "about box".
+
+ You should also get your employer (if you work as a programmer) or school,
+if any, to sign a "copyright disclaimer" for the program, if necessary.
+For more information on this, and how to apply and follow the GNU GPL, see
+.
+
+ The GNU General Public License does not permit incorporating your program
+into proprietary programs. If your program is a subroutine library, you
+may consider it more useful to permit linking proprietary applications with
+the library. If this is what you want to do, use the GNU Lesser General
+Public License instead of this License. But first, please read
+.
\ No newline at end of file
diff --git a/Navicat-Cracker/CollectInformation.cpp b/Navicat-Cracker/CollectInformation.cpp
new file mode 100644
index 0000000..2da3112
--- /dev/null
+++ b/Navicat-Cracker/CollectInformation.cpp
@@ -0,0 +1,33 @@
+#include "navicat_serial_generator.hpp"
+#include
+#include "exceptions/operation_canceled_exception.hpp"
+
+#define NKG_CURRENT_SOURCE_FILE() u8".\\navicat-keygen\\CollectInformation.cpp"
+#define NKG_CURRENT_SOURCE_LINE() __LINE__
+
+namespace nkg {
+ [[nodiscard]]
+ navicat_serial_generator CollectInformationNormal(int procution_type, int language, int version) {
+ navicat_serial_generator sn_generator;
+
+ sn_generator.set_software_type(static_cast(procution_type));
+ sn_generator.set_software_language(static_cast(language));
+ sn_generator.set_software_version(version);
+
+ return sn_generator;
+ }
+
+ [[nodiscard]]
+ navicat_serial_generator CollectInformationAdvanced(std::uint8_t procution_type, std::uint8_t lang1, std::uint8_t lang2, int version) {
+ navicat_serial_generator sn_generator;
+
+ sn_generator.set_software_type(procution_type);
+ sn_generator.set_software_language(lang1, lang2);
+ sn_generator.set_software_version(version);
+
+ return sn_generator;
+ }
+}
+
+#undef NKG_CURRENT_SOURCE_FILE
+#undef NKG_CURRENT_SOURCE_LINE
diff --git a/Navicat-Cracker/GenerateLicense.cpp b/Navicat-Cracker/GenerateLicense.cpp
new file mode 100644
index 0000000..854c65c
--- /dev/null
+++ b/Navicat-Cracker/GenerateLicense.cpp
@@ -0,0 +1,201 @@
+#include "exception.hpp"
+#include "exceptions/operation_canceled_exception.hpp"
+#include "exceptions/win32_exception.hpp"
+
+#include "resource_wrapper.hpp"
+#include "resource_traits/win32/file_handle.hpp"
+
+#include "cp_converter.hpp"
+#include "base64_rfc4648.hpp"
+#include "navicat_serial_generator.hpp"
+#include "rsa_cipher.hpp"
+
+#include
+#include
+
+#include
+#include
+#include
+
+#define NKG_CURRENT_SOURCE_FILE() u8".\\navicat-keygen\\GenerateLicense.cpp"
+#define NKG_CURRENT_SOURCE_LINE() __LINE__
+
+namespace nkg {
+
+ std::wstring GenerateLicenseText(const rsa_cipher& cipher, const navicat_serial_generator& sn_generator, std::wstring username,
+ std::wstring organization, std::wstring b64_request_code) {
+
+ std::string u8_username;
+ std::string u8_organization;
+
+ std::vector request_code;
+ std::string u8_request_info;
+ std::string u8_response_info;
+ std::vector response_code;
+ std::wstring b64_response_code;
+
+ u8_username = cp_converter<-1, CP_UTF8>::convert(username);
+
+ u8_organization = cp_converter<-1, CP_UTF8>::convert(organization);
+
+ if (b64_request_code.empty()) {
+ throw exception(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), u8"Nothing inputs, abort!");
+ }
+
+ request_code = base64_rfc4648::decode(cp_converter<-1, CP_UTF8>::convert(b64_request_code));
+
+ u8_request_info.resize((cipher.bits() + 7) / 8);
+ u8_request_info.resize(cipher.private_decrypt(request_code.data(), request_code.size(), u8_request_info.data(), RSA_PKCS1_PADDING));
+ while (u8_request_info.back() == '\x00') {
+ u8_request_info.pop_back();
+ }
+
+ rapidjson::Document json;
+ rapidjson::Value N_Key;
+ rapidjson::Value N_Value;
+ rapidjson::Value O_Key;
+ rapidjson::Value O_Value;
+ rapidjson::Value T_Key;
+ rapidjson::Value T_Value;
+ rapidjson::StringBuffer buffer;
+ rapidjson::Writer writer(buffer);
+
+ //
+ // begin to parse
+ //
+ json.Parse(u8_request_info.c_str());
+
+ //
+ // remove "Platform" info
+ //
+ json.RemoveMember(u8"P");
+
+ //
+ // set "Name" info
+ //
+ N_Key.SetString(u8"N", 1);
+ N_Value.SetString(u8_username.c_str(), static_cast(u8_username.length()));
+
+ //
+ // set "Organization" info
+ //
+ O_Key.SetString(u8"O", 1);
+ O_Value.SetString(u8_organization.c_str(), static_cast(u8_organization.length()));
+
+ //
+ // set "Time" info
+ //
+ T_Key.SetString(u8"T", 1);
+ T_Value.SetUint(static_cast(std::time(nullptr)));
+
+ //
+ // add "Name", "Organization" and "Time"
+ //
+ json.AddMember(N_Key, N_Value, json.GetAllocator());
+ json.AddMember(O_Key, O_Value, json.GetAllocator());
+ json.AddMember(T_Key, T_Value, json.GetAllocator());
+
+ //
+ // flush
+ //
+ json.Accept(writer);
+
+ if (buffer.GetSize() > 240) {
+ throw exception(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), u8"Response Info is too long.");
+ }
+
+ u8_response_info.assign(buffer.GetString(), buffer.GetSize());
+
+ response_code.resize((cipher.bits() + 7) / 8);
+ response_code.resize(cipher.private_encrypt(u8_response_info.data(), u8_response_info.size(), response_code.data(), RSA_PKCS1_PADDING));
+ b64_response_code = cp_converter::convert(base64_rfc4648::encode(response_code));
+
+ return b64_response_code;
+ }
+
+ void GenerateLicenseBinary(const rsa_cipher& cipher, const navicat_serial_generator& sn_generator) {
+ std::string utf8SerialNumber = sn_generator.serial_number();
+
+ std::wstring username;
+ std::wstring organization;
+ std::string u8_username;
+ std::string u8_organization;
+
+ std::string u8_response_info;
+ std::vector response_code;
+
+ std::wcout << L"[*] Your name: ";
+ if (!std::getline(std::wcin, username)) {
+ throw exceptions::operation_canceled_exception(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), u8"Operation is canceled by user.");
+ } else {
+ u8_username = cp_converter<-1, CP_UTF8>::convert(username);
+ }
+
+ std::wcout << L"[*] Your organization: ";
+ if (!std::getline(std::wcin, organization)) {
+ throw exceptions::operation_canceled_exception(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), u8"Operation is canceled by user.");
+ } else {
+ u8_organization = cp_converter<-1, CP_UTF8>::convert(organization);
+ }
+
+ rapidjson::Document json;
+ rapidjson::Value N_Key;
+ rapidjson::Value N_Value;
+ rapidjson::Value O_Key;
+ rapidjson::Value O_Value;
+ rapidjson::Value T_Key;
+ rapidjson::Value T_Value;
+ rapidjson::Value K_Key;
+ rapidjson::Value K_Value;
+ rapidjson::StringBuffer buffer;
+ rapidjson::Writer writer(buffer);
+
+ json.Parse("{}");
+ K_Key.SetString("K", 1);
+ K_Value.SetString(utf8SerialNumber.c_str(), static_cast(utf8SerialNumber.length()));
+ N_Key.SetString("N", 1);
+ N_Value.SetString(u8_username.c_str(), static_cast(u8_username.length()));
+ O_Key.SetString("O", 1);
+ O_Value.SetString(u8_organization.c_str(), static_cast(u8_organization.length()));
+ T_Key.SetString("T", 1);
+ T_Value.SetUint(static_cast(std::time(nullptr)));
+
+ json.AddMember(K_Key, K_Value, json.GetAllocator());
+ json.AddMember(N_Key, N_Value, json.GetAllocator());
+ json.AddMember(O_Key, O_Value, json.GetAllocator());
+ json.AddMember(T_Key, T_Value, json.GetAllocator());
+
+ //
+ // flush
+ //
+ json.Accept(writer);
+
+ if (buffer.GetSize() > 240) {
+ throw exception(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), u8"Response Info is too long.");
+ }
+
+ u8_response_info.assign(buffer.GetString(), buffer.GetSize());
+
+ std::wcout << L"[*] Response Info:" << std::endl;
+ std::wcout << cp_converter::convert(u8_response_info) << std::endl;
+ std::wcout << std::endl;
+
+ response_code.resize((cipher.bits() + 7) / 8);
+ response_code.resize(cipher.private_encrypt(u8_response_info.data(), u8_response_info.size(), response_code.data(), RSA_PKCS1_PADDING));
+
+ resource_wrapper license_file{ resource_traits::win32::file_handle{}, CreateFileW(L"license_file", GENERIC_WRITE, 0, NULL, CREATE_ALWAYS, FILE_ATTRIBUTE_NORMAL, NULL) };
+ if (license_file.is_valid() == false) {
+ throw exceptions::win32_exception(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), GetLastError(), u8"CreateFileW failed.");
+ }
+
+ if (DWORD _; WriteFile(license_file.get(), response_code.data(), static_cast(response_code.size()), &_, NULL) == FALSE) {
+ throw exceptions::win32_exception(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), GetLastError(), u8"WriteFile failed.");
+ }
+
+ std::wcout << L"[+] license_file has been generated." << std::endl;
+ }
+
+}
+
+#undef NKG_CURRENT_SOURCE_FILE
+#undef NKG_CURRENT_SOURCE_LINE
diff --git a/Navicat-Cracker/NavicatCracker.aps b/Navicat-Cracker/NavicatCracker.aps
new file mode 100644
index 0000000..f971835
Binary files /dev/null and b/Navicat-Cracker/NavicatCracker.aps differ
diff --git a/Navicat-Cracker/NavicatCracker.cpp b/Navicat-Cracker/NavicatCracker.cpp
new file mode 100644
index 0000000..07c82a8
--- /dev/null
+++ b/Navicat-Cracker/NavicatCracker.cpp
@@ -0,0 +1,107 @@
+
+// NavicatCracker.cpp: 定义应用程序的类行为。
+//
+
+#include "pch.h"
+#include "framework.h"
+#include "NavicatCracker.h"
+#include "NavicatCrackerDlg.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#endif
+
+
+// CNavicatCrackerApp
+
+BEGIN_MESSAGE_MAP(CNavicatCrackerApp, CWinApp)
+ ON_COMMAND(ID_HELP, &CWinApp::OnHelp)
+END_MESSAGE_MAP()
+
+
+// CNavicatCrackerApp 构造
+
+CNavicatCrackerApp::CNavicatCrackerApp()
+{
+ // 支持重新启动管理器
+ m_dwRestartManagerSupportFlags = AFX_RESTART_MANAGER_SUPPORT_RESTART;
+
+ // TODO: 在此处添加构造代码,
+ // 将所有重要的初始化放置在 InitInstance 中
+}
+
+
+// 唯一的 CNavicatCrackerApp 对象
+
+CNavicatCrackerApp theApp;
+
+
+// CNavicatCrackerApp 初始化
+
+BOOL CNavicatCrackerApp::InitInstance()
+{
+ // 如果一个运行在 Windows XP 上的应用程序清单指定要
+ // 使用 ComCtl32.dll 版本 6 或更高版本来启用可视化方式,
+ //则需要 InitCommonControlsEx()。 否则,将无法创建窗口。
+ INITCOMMONCONTROLSEX InitCtrls;
+ InitCtrls.dwSize = sizeof(InitCtrls);
+ // 将它设置为包括所有要在应用程序中使用的
+ // 公共控件类。
+ InitCtrls.dwICC = ICC_WIN95_CLASSES;
+ InitCommonControlsEx(&InitCtrls);
+
+ CWinApp::InitInstance();
+
+
+ AfxEnableControlContainer();
+
+ // 创建 shell 管理器,以防对话框包含
+ // 任何 shell 树视图控件或 shell 列表视图控件。
+ CShellManager *pShellManager = new CShellManager;
+
+ // 激活“Windows Native”视觉管理器,以便在 MFC 控件中启用主题
+ CMFCVisualManager::SetDefaultManager(RUNTIME_CLASS(CMFCVisualManagerWindows));
+
+ // 标准初始化
+ // 如果未使用这些功能并希望减小
+ // 最终可执行文件的大小,则应移除下列
+ // 不需要的特定初始化例程
+ // 更改用于存储设置的注册表项
+ // TODO: 应适当修改该字符串,
+ // 例如修改为公司或组织名
+ SetRegistryKey(_T("应用程序向导生成的本地应用程序"));
+
+ CNavicatCrackerDlg dlg;
+ m_pMainWnd = &dlg;
+ INT_PTR nResponse = dlg.DoModal();
+ if (nResponse == IDOK)
+ {
+ // TODO: 在此放置处理何时用
+ // “确定”来关闭对话框的代码
+ }
+ else if (nResponse == IDCANCEL)
+ {
+ // TODO: 在此放置处理何时用
+ // “取消”来关闭对话框的代码
+ }
+ else if (nResponse == -1)
+ {
+ TRACE(traceAppMsg, 0, "警告: 对话框创建失败,应用程序将意外终止。\n");
+ TRACE(traceAppMsg, 0, "警告: 如果您在对话框上使用 MFC 控件,则无法 #define _AFX_NO_MFC_CONTROLS_IN_DIALOGS。\n");
+ }
+
+ // 删除上面创建的 shell 管理器。
+ if (pShellManager != nullptr)
+ {
+ delete pShellManager;
+ }
+
+#if !defined(_AFXDLL) && !defined(_AFX_NO_MFC_CONTROLS_IN_DIALOGS)
+ ControlBarCleanUp();
+#endif
+
+ // 由于对话框已关闭,所以将返回 FALSE 以便退出应用程序,
+ // 而不是启动应用程序的消息泵。
+ return FALSE;
+}
+
diff --git a/Navicat-Cracker/NavicatCracker.h b/Navicat-Cracker/NavicatCracker.h
new file mode 100644
index 0000000..41d1dad
--- /dev/null
+++ b/Navicat-Cracker/NavicatCracker.h
@@ -0,0 +1,32 @@
+
+// NavicatCracker.h: PROJECT_NAME 应用程序的主头文件
+//
+
+#pragma once
+
+#ifndef __AFXWIN_H__
+ #error "在包含此文件之前包含 'pch.h' 以生成 PCH"
+#endif
+
+#include "resource.h" // 主符号
+
+
+// CNavicatCrackerApp:
+// 有关此类的实现,请参阅 NavicatCracker.cpp
+//
+
+class CNavicatCrackerApp : public CWinApp
+{
+public:
+ CNavicatCrackerApp();
+
+// 重写
+public:
+ virtual BOOL InitInstance();
+
+// 实现
+
+ DECLARE_MESSAGE_MAP()
+};
+
+extern CNavicatCrackerApp theApp;
diff --git a/Navicat-Cracker/NavicatCracker.rc b/Navicat-Cracker/NavicatCracker.rc
new file mode 100644
index 0000000..c792180
Binary files /dev/null and b/Navicat-Cracker/NavicatCracker.rc differ
diff --git a/Navicat-Cracker/NavicatCracker.vcxproj b/Navicat-Cracker/NavicatCracker.vcxproj
new file mode 100644
index 0000000..2ce45bb
--- /dev/null
+++ b/Navicat-Cracker/NavicatCracker.vcxproj
@@ -0,0 +1,415 @@
+
+
+
+
+ Debug
+ Win32
+
+
+ Release
+ Win32
+
+
+ Debug
+ x64
+
+
+ Release
+ x64
+
+
+
+ 17.0
+ {759AFCD1-1227-4070-B12E-4658EC908FE3}
+ MFCProj
+ NavicatCracker
+ 10.0
+
+
+
+ Application
+ true
+ v143
+ Unicode
+ Static
+
+
+ Application
+ false
+ v143
+ true
+ Unicode
+ Static
+
+
+ Application
+ true
+ v143
+ Unicode
+ Static
+
+
+ Application
+ false
+ v143
+ true
+ Unicode
+ Static
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ $(SolutionDir)\bin\$(PlatformTarget)-$(Configuration)\
+ $(SolutionDir)\obj\$(PlatformTarget)-$(Configuration)\$(ProjectName)\
+
+
+ false
+ $(SolutionDir)\bin\$(PlatformTarget)-$(Configuration)\
+ $(SolutionDir)\obj\$(PlatformTarget)-$(Configuration)\$(ProjectName)\
+
+
+ true
+ $(SolutionDir)\bin\$(PlatformTarget)-$(Configuration)\
+ $(SolutionDir)\obj\$(PlatformTarget)-$(Configuration)\$(ProjectName)\
+
+
+ false
+ $(SolutionDir)\bin\$(PlatformTarget)-$(Configuration)\New
+ $(SolutionDir)\obj\$(PlatformTarget)-$(Configuration)\$(ProjectName)\
+
+
+ true
+
+
+ true
+
+
+ true
+
+
+ true
+
+
+
+ Use
+ Level3
+ true
+ WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)
+ true
+ pch.h
+ stdcpp17
+ MultiThreaded
+
+
+ Windows
+ true
+ uafxcw.lib;LIBCMT.lib
+
+
+ uafxcw.lib;LIBCMT.lib
+
+
+
+
+ false
+ true
+ _DEBUG;%(PreprocessorDefinitions)
+
+
+ 0x0804
+ _DEBUG;%(PreprocessorDefinitions)
+ $(IntDir);%(AdditionalIncludeDirectories)
+
+
+
+
+ Use
+ Level3
+ true
+ true
+ true
+ WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)
+ true
+ pch.h
+ stdcpp17
+ MultiThreaded
+
+
+ Windows
+ true
+ true
+ true
+ uafxcw.lib;LIBCMT.lib
+
+
+ uafxcw.lib;LIBCMT.lib
+
+
+ RequireAdministrator
+
+
+ false
+ true
+ NDEBUG;%(PreprocessorDefinitions)
+
+
+ 0x0804
+ NDEBUG;%(PreprocessorDefinitions)
+ $(IntDir);%(AdditionalIncludeDirectories)
+
+
+
+
+ Use
+ Level3
+ true
+ _WINDOWS;_DEBUG;%(PreprocessorDefinitions)
+ true
+ pch.h
+ stdcpp17
+ MultiThreaded
+
+
+ Windows
+ true
+ uafxcw.lib;LIBCMT.lib
+
+
+ uafxcw.lib;LIBCMT.lib
+
+
+
+
+ false
+ true
+ _DEBUG;%(PreprocessorDefinitions)
+
+
+ 0x0804
+ _DEBUG;%(PreprocessorDefinitions)
+ $(IntDir);%(AdditionalIncludeDirectories)
+
+
+
+
+ Use
+ Level3
+ true
+ true
+ true
+ _WINDOWS;NDEBUG;%(PreprocessorDefinitions)
+ true
+ pch.h
+ stdcpp17
+ MultiThreaded
+ $(MSBuildThisFileDirectory);%(AdditionalIncludeDirectories)
+ MaxSpeed
+
+
+ Windows
+ true
+ true
+ false
+ uafxcw.lib;LIBCMT.lib
+
+
+ uafxcw.lib;LIBCMT.lib
+
+
+
+
+ false
+ true
+ NDEBUG;%(PreprocessorDefinitions)
+
+
+ 0x0804
+ NDEBUG;%(PreprocessorDefinitions)
+ $(IntDir);%(AdditionalIncludeDirectories)
+
+
+
+
+ MultiThreaded
+ MultiThreaded
+ MultiThreaded
+ MultiThreaded
+
+
+ MultiThreaded
+ MultiThreaded
+ MultiThreaded
+ MultiThreaded
+
+
+ Create
+ Create
+ Create
+ Create
+ MultiThreaded
+ MultiThreaded
+ MultiThreaded
+ MultiThreaded
+
+
+ true
+ true
+ NotUsing
+ MultiThreaded
+ MultiThreaded
+ MultiThreaded
+ MultiThreaded
+ NotUsing
+
+
+ NotUsing
+ MultiThreaded
+ MultiThreaded
+ MultiThreaded
+ MultiThreaded
+ NotUsing
+
+
+ NotUsing
+ MultiThreaded
+ MultiThreaded
+ MultiThreaded
+ MultiThreaded
+ NotUsing
+
+
+ true
+ true
+ NotUsing
+ MultiThreaded
+ MultiThreaded
+ MultiThreaded
+ MultiThreaded
+
+
+ true
+ true
+ NotUsing
+ MultiThreaded
+ MultiThreaded
+ MultiThreaded
+ MultiThreaded
+
+
+ NotUsing
+ MultiThreaded
+ MultiThreaded
+ MultiThreaded
+ MultiThreaded
+ NotUsing
+
+
+ true
+ true
+ NotUsing
+ MultiThreaded
+ MultiThreaded
+ MultiThreaded
+ MultiThreaded
+ NotUsing
+
+
+ NotUsing
+ MultiThreaded
+ MultiThreaded
+ MultiThreaded
+ MultiThreaded
+ NotUsing
+
+
+ NotUsing
+ MultiThreaded
+ MultiThreaded
+ MultiThreaded
+ MultiThreaded
+ NotUsing
+
+
+ NotUsing
+ MultiThreaded
+ MultiThreaded
+ MultiThreaded
+ MultiThreaded
+ NotUsing
+
+
+ NotUsing
+ MultiThreaded
+ MultiThreaded
+ MultiThreaded
+ MultiThreaded
+ NotUsing
+
+
+ NotUsing
+ MultiThreaded
+ MultiThreaded
+ MultiThreaded
+ MultiThreaded
+ NotUsing
+
+
+
+
+
+
+
+
+
+
+ true
+ true
+
+
+
+
+
+
+
+ true
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Navicat-Cracker/NavicatCracker.vcxproj.filters b/Navicat-Cracker/NavicatCracker.vcxproj.filters
new file mode 100644
index 0000000..ac729b6
--- /dev/null
+++ b/Navicat-Cracker/NavicatCracker.vcxproj.filters
@@ -0,0 +1,141 @@
+
+
+
+
+ {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
+ cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx
+
+
+ {93995380-89BD-4b04-88EB-625FBE52EBFB}
+ h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd
+
+
+ {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
+ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
+
+
+
+
+ 头文件
+
+
+ 头文件
+
+
+ 头文件
+
+
+ 头文件
+
+
+ 头文件
+
+
+ 头文件
+
+
+ 头文件
+
+
+ 头文件
+
+
+ 头文件
+
+
+ 头文件
+
+
+ 头文件
+
+
+ 头文件
+
+
+ 头文件
+
+
+ 头文件
+
+
+ 头文件
+
+
+ 头文件
+
+
+
+
+ 源文件
+
+
+ 源文件
+
+
+ 源文件
+
+
+ 源文件
+
+
+ 源文件
+
+
+ 源文件
+
+
+ 源文件
+
+
+ 源文件
+
+
+ 源文件
+
+
+ 源文件
+
+
+ 源文件
+
+
+ 源文件
+
+
+ 源文件
+
+
+ 源文件
+
+
+ 源文件
+
+
+
+
+ 资源文件
+
+
+
+
+ 资源文件
+
+
+
+
+ 资源文件
+
+
+ 资源文件
+
+
+ 资源文件
+
+
+ 资源文件
+
+
+ 资源文件
+
+
+
\ No newline at end of file
diff --git a/Navicat-Cracker/NavicatCracker.vcxproj.user b/Navicat-Cracker/NavicatCracker.vcxproj.user
new file mode 100644
index 0000000..b167062
--- /dev/null
+++ b/Navicat-Cracker/NavicatCracker.vcxproj.user
@@ -0,0 +1,7 @@
+
+
+
+ NavicatCracker.rc
+ true
+
+
\ No newline at end of file
diff --git a/Navicat-Cracker/NavicatCrackerDlg.cpp b/Navicat-Cracker/NavicatCrackerDlg.cpp
new file mode 100644
index 0000000..2fb9235
--- /dev/null
+++ b/Navicat-Cracker/NavicatCrackerDlg.cpp
@@ -0,0 +1,563 @@
+
+// NavicatCrackerDlg.cpp: 实现文件
+//
+
+#include "pch.h"
+#include "framework.h"
+#include "NavicatCracker.h"
+#include "NavicatCrackerDlg.h"
+#include "afxdialogex.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#endif
+
+
+#define NKG_CURRENT_SOURCE_FILE() u8".\\Navicat-Cracker\\NavicatCrackerDlg.cpp"
+#define NKG_CURRENT_SOURCE_LINE() __LINE__
+
+
+void select_patch_solutions
+(nkg::resource_wrapper>& solution0)
+{
+ return;
+}
+
+void load_rsa_privkey(nkg::rsa_cipher& cipher, std::filesystem::path& rsa_privkey_filepath, nkg::patch_solution* solution0) {
+ if (!rsa_privkey_filepath.empty()) {
+ cipher.import_private_key_file(rsa_privkey_filepath);
+
+ if (solution0 && !solution0->check_rsa_privkey(cipher)) {
+ throw nkg::exception(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), u8"The RSA private key you provide cannot be used.");
+ }
+ }
+ else {
+ do {
+ cipher.generate_key(2048);
+ } while (solution0 && !solution0->check_rsa_privkey(cipher)); // re-generate RSA key if one of `check_rsa_privkey` returns false
+ }
+}
+
+template
+bool all_patch_solutions_are_suppressed(args_t&&... args) {
+ return (!args.is_valid() && ...);
+}
+
+void detect_backup(const std::filesystem::path& file_path) {
+ std::filesystem::path backup_path = file_path.native() + L".bak";
+ if (std::filesystem::is_regular_file(backup_path)) {
+ while (true) {
+ wprintf_s(L"[*] Previous backup %s is detected. Delete? (y/n)", backup_path.native().c_str());
+
+ auto select = getwchar();
+ while (select != L'\n' && getwchar() != L'\n') {}
+
+ if (select == L'Y' || select == L'y') {
+ std::filesystem::remove(backup_path);
+ break;
+ }
+ else if (select == TEXT('N') || select == TEXT('n')) {
+ throw nkg::exceptions::operation_canceled_exception(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), u8"Backup file still exists. Patch abort!");
+ }
+ else {
+ continue;
+ }
+ }
+ }
+}
+
+void make_backup(const std::filesystem::path& file_path) {
+ std::filesystem::path backup_path = file_path.native() + L".bak";
+ if (std::filesystem::exists(backup_path)) {
+ throw nkg::exception(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), u8"Previous backup is detected.")
+ .push_hint(fmt::format(u8"Please delete {} and try again.", nkg::cp_converter<-1, CP_UTF8>::convert(backup_path.native())));
+ }
+ else {
+ std::filesystem::copy_file(file_path, backup_path);
+ }
+}
+
+
+CNavicatCrackerDlg::CNavicatCrackerDlg(CWnd* pParent /*=nullptr*/)
+ : CDialogEx(IDD_NavicatCracker_DIALOG, pParent)
+{
+ m_hIcon = AfxGetApp()->LoadIcon(IDR_MAINFRAME);
+}
+
+void CNavicatCrackerDlg::DoDataExchange(CDataExchange* pDX)
+{
+ CDialogEx::DoDataExchange(pDX);
+ DDX_Control(pDX, IDC_ActivationCode, m_actcode);
+ DDX_Control(pDX, IDC_CopyBTN, m_copy);
+ DDX_Control(pDX, IDC_GenActBTN, m_genact);
+ DDX_Control(pDX, IDC_GenerateBTN, m_genkey);
+ DDX_Control(pDX, IDC_InstallPath, m_path);
+ DDX_Control(pDX, IDC_Key, m_key);
+ DDX_Control(pDX, IDC_LanguageBox, m_lang);
+ DDX_Control(pDX, IDC_Organ, m_org);
+ DDX_Control(pDX, IDC_PatchBTN, m_patch);
+ DDX_Control(pDX, IDC_InstallPath, m_path);
+ DDX_Control(pDX, IDC_ProductionBox, m_product);
+ DDX_Control(pDX, IDC_RequestCode, m_reqcode);
+ DDX_Control(pDX, IDC_UserName, m_name);
+ DDX_Control(pDX, IDC_VersionBox, m_ver);
+ DDX_Control(pDX, IDC_KeyFile, m_keyfile);
+ DDX_Control(pDX, IDC_OpenKeyBTN, m_open);
+ DDX_Control(pDX, IDC_CheckKey, m_checkkey);
+ DDX_Control(pDX, IDC_ADVANCE, m_checkadv);
+ DDX_Control(pDX, IDC_LangHex1, m_langhex1);
+ DDX_Control(pDX, IDC_LangHex2, m_langhex2);
+ DDX_Control(pDX, IDC_ProdHex, m_prodhex);
+ DDX_Control(pDX, IDC_hosts, m_hosts);
+ DDX_Control(pDX, IDC_Logo, m_logo);
+}
+
+BEGIN_MESSAGE_MAP(CNavicatCrackerDlg, CDialogEx)
+
+ ON_BN_CLICKED(IDC_PatchBTN, &CNavicatCrackerDlg::OnClickedPatchbtn)
+ ON_BN_CLICKED(IDC_GenerateBTN, &CNavicatCrackerDlg::OnClickedGeneratebtn)
+ ON_BN_CLICKED(IDC_GenActBTN, &CNavicatCrackerDlg::OnClickedGenActbtn)
+ ON_BN_CLICKED(IDC_CopyBTN, &CNavicatCrackerDlg::OnClickedCopybtn)
+ ON_BN_CLICKED(IDC_CheckKey, &CNavicatCrackerDlg::OnClickedCheckKey)
+ ON_BN_CLICKED(IDC_OpenKeyBTN, &CNavicatCrackerDlg::OnClickedOpenKeybtn)
+ ON_BN_CLICKED(IDC_OpenPath, &CNavicatCrackerDlg::OnBnClickedOpenpath)
+ ON_BN_CLICKED(IDC_ADVANCE, &CNavicatCrackerDlg::OnBnClickedAdvance)
+ ON_BN_CLICKED(IDC_About, &CNavicatCrackerDlg::OnBnClickedAbout)
+ ON_BN_CLICKED(IDC_hosts, &CNavicatCrackerDlg::OnBnClickedhosts)
+END_MESSAGE_MAP()
+
+
+// CNavicatCrackerDlg 消息处理程序
+
+BOOL CNavicatCrackerDlg::OnInitDialog()
+{
+ CDialogEx::OnInitDialog();
+
+ // 将“关于...”菜单项添加到系统菜单中。
+
+ // IDM_ABOUTBOX 必须在系统命令范围内。
+ ASSERT((IDM_ABOUTBOX & 0xFFF0) == IDM_ABOUTBOX);
+ ASSERT(IDM_ABOUTBOX < 0xF000);
+
+ CMenu* pSysMenu = GetSystemMenu(FALSE);
+ if (pSysMenu != nullptr)
+ {
+ BOOL bNameValid;
+ CString strAboutMenu;
+ bNameValid = strAboutMenu.LoadString(IDS_ABOUTBOX);
+ ASSERT(bNameValid);
+ if (!strAboutMenu.IsEmpty())
+ {
+ pSysMenu->AppendMenu(MF_SEPARATOR);
+ pSysMenu->AppendMenu(MF_STRING, IDM_ABOUTBOX, strAboutMenu);
+ }
+ }
+
+ // 设置此对话框的图标。 当应用程序主窗口不是对话框时,框架将自动
+ // 执行此操作
+ SetIcon(m_hIcon, TRUE); // 设置大图标
+ SetIcon(m_hIcon, FALSE); // 设置小图标
+
+ ShowWindow(SW_NORMAL);
+
+ // 初始化代码
+ m_ver.SetCurSel(0);
+ m_product.SetCurSel(1);
+ m_lang.SetCurSel(1);
+
+ m_path.SetWindowTextW(defaultpath);
+ m_name.SetWindowTextW(username);
+ m_org.SetWindowTextW(organization);
+
+ m_keyfile.SetWindowTextW(keyfile);
+
+ // setup logo png
+ CBitmap bitmap_logo;
+ CPngImage png_image;
+ png_image.Load(IDB_PNG1, nullptr);
+ bitmap_logo.Attach(png_image.Detach());
+ m_logo.SetBitmap(bitmap_logo);
+
+ m_hosts.SetCheck(TRUE);
+
+ return TRUE; // 除非将焦点设置到控件,否则返回 TRUE
+}
+
+
+void CNavicatCrackerDlg::OnPaint()
+{
+ if (IsIconic())
+ {
+ CPaintDC dc(this); // 用于绘制的设备上下文
+
+ SendMessage(WM_ICONERASEBKGND, reinterpret_cast(dc.GetSafeHdc()), 0);
+
+ // 使图标在工作区矩形中居中
+ int cxIcon = GetSystemMetrics(SM_CXICON);
+ int cyIcon = GetSystemMetrics(SM_CYICON);
+ CRect rect;
+ GetClientRect(&rect);
+ int x = (rect.Width() - cxIcon + 1) / 2;
+ int y = (rect.Height() - cyIcon + 1) / 2;
+
+ // 绘制图标
+ dc.DrawIcon(x, y, m_hIcon);
+ }
+ else
+ {
+ CDialogEx::OnPaint();
+ }
+}
+
+//当用户拖动最小化窗口时系统调用此函数取得光标
+//显示。
+HCURSOR CNavicatCrackerDlg::OnQueryDragIcon()
+{
+ return static_cast(m_hIcon);
+}
+
+
+
+void CNavicatCrackerDlg::OnClickedPatchbtn()
+{
+ CString pathData;
+ m_path.GetWindowTextW(pathData);
+ // patcher
+ navicat_install_path = pathData.GetString();
+ try {
+ if (!std::filesystem::is_directory(navicat_install_path)) {
+ throw nkg::exception(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), u8"Navicat install path doesn't point to a directory.")
+ .push_hint(u8"Are you sure the path you specified is correct?")
+ .push_hint(fmt::format(u8"The path you specified: {}", nkg::cp_converter<-1, CP_UTF8>::convert(navicat_install_path.native())));
+ }
+
+ std::filesystem::path libcc_filepath = navicat_install_path / "libcc.dll";
+ nkg::resource_wrapper libcc_handle{ nkg::resource_traits::win32::file_handle{} };
+ nkg::resource_wrapper libcc_map_handle{ nkg::resource_traits::win32::generic_handle{} };
+ nkg::resource_wrapper libcc_map_view{ nkg::resource_traits::win32::map_view_ptr{} };
+ std::optional libcc_interpreter;
+ nkg::resource_wrapper solution0{ nkg::resource_traits::cxx_object_traits{} };
+
+ // open libcc.dll
+ libcc_handle.set(CreateFileW(libcc_filepath.native().c_str(), GENERIC_READ | GENERIC_WRITE, FILE_SHARE_READ, NULL, OPEN_EXISTING, 0, NULL));
+ if (!libcc_handle.is_valid()) {
+ if (GetLastError() == ERROR_FILE_NOT_FOUND) {
+ throw nkg::exception(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), u8"Try to open libcc.dll ... NOT FOUND!");
+ }
+ else {
+ throw nkg::exceptions::win32_exception(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), GetLastError(), u8"Failed to open libcc.dll");
+ }
+ }
+
+ if (libcc_handle.is_valid()) {
+ libcc_map_handle.set(CreateFileMapping(libcc_handle.get(), NULL, PAGE_READWRITE, 0, 0, NULL));
+ if (!libcc_map_handle.is_valid()) {
+ throw nkg::exceptions::win32_exception(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), GetLastError(), u8"CreateFileMapping failed.");
+ }
+
+ libcc_map_view.set(MapViewOfFile(libcc_map_handle.get(), FILE_MAP_ALL_ACCESS, 0, 0, 0));
+ if (!libcc_map_view.is_valid()) {
+ throw nkg::exceptions::win32_exception(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), GetLastError(), u8"MapViewOfFile failed.");
+ }
+
+ libcc_interpreter = nkg::image_interpreter::parse(libcc_map_view.get(), true);
+
+ solution0.set(new nkg::patch_solution_since<16, 0, 7, 0>(libcc_interpreter.value()));
+ }
+
+ // find patch and decide which solution will be applied
+ if (solution0.is_valid()) {
+ auto patch_found = solution0->find_patch();
+
+ if (!patch_found) {
+ solution0.release();
+ }
+ }
+
+ select_patch_solutions(solution0);
+
+ if (all_patch_solutions_are_suppressed(solution0)) {
+ throw nkg::exception(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), u8"All patch solutions are suppressed. Patch abort!")
+ .push_hint(u8"Are you sure your navicat has not been patched/modified before?");
+ }
+
+ // load key
+ if (m_checkkey.GetCheck()) {
+ CString cs_keypath{};
+ m_keyfile.GetWindowTextW(cs_keypath);
+ rsa_privkey_filepath = cs_keypath.GetString();
+ if (!PathFileExists(rsa_privkey_filepath.c_str())) {
+ m_checkkey.SetCheck(FALSE);
+ OnClickedCheckKey();
+ rsa_privkey_filepath.clear();
+ }
+ }
+ load_rsa_privkey(cipher, rsa_privkey_filepath, solution0.get());
+
+ // detecting backups
+ if (solution0.is_valid()) {
+ detect_backup(libcc_filepath);
+ }
+
+ // make backup
+ if (solution0.is_valid()) {
+ make_backup(libcc_filepath);
+ }
+
+ // make patch
+ // no way to go back from here :-)
+ if (solution0.is_valid()) {
+ solution0->make_patch(cipher);
+ }
+
+ // patch hosts
+ if (m_hosts.GetCheck()) {
+ LPCWSTR lpshosts = _T("C:\\Windows\\System32\\drivers\\etc\\hosts");
+ SetFileAttributesW(lpshosts, GetFileAttributes(lpshosts) & ~FILE_ATTRIBUTE_READONLY);
+ CStdioFile hosts;
+ if (hosts.Open(lpshosts, CFile::modeWrite)) {
+ hosts.SeekToEnd();
+ hosts.WriteString(_T("127.0.0.1\tactivate.navicat.com\n"));
+ }
+ else {
+ AfxMessageBox(L"Can't modify HOSTS file!\nPlease check your permission!", MB_ICONSTOP);
+ }
+ hosts.Close();
+ }
+
+ // private key export
+ if (!m_checkkey.GetCheck()) {
+ if(AfxMessageBox(L"Patch Success Applied to libcc.dll!\nDO You Want to Export Private Key?", MB_ICONINFORMATION | MB_YESNOCANCEL) == IDYES){
+ cipher.export_private_key_file(u8"Navicat_2048bit_rsa_private_key.pem");
+ }
+ }
+ else {
+ AfxMessageBox(L"Patch Success Applied to libcc.dll!\n", MB_ICONINFORMATION | MB_OK);
+ }
+ PATCH = TRUE;
+ }
+ catch (nkg::exception& e) {
+ catched_message.Format(L"[-] %s:%d ->\n", nkg::cp_converter::convert(e.source_file()).c_str(), e.source_line());
+ catched_message.AppendFormat(L" %s\n", nkg::cp_converter::convert(e.custom_message()).c_str());
+ if (e.error_code_exists()) {
+ catched_message.AppendFormat(L" %s (0x%zx)\n", nkg::cp_converter::convert(e.error_string()).c_str(), e.error_code());
+ }
+ for (auto& hint : e.hints()) {
+ catched_message.AppendFormat(L" HINT: %s\n", nkg::cp_converter::convert(hint).c_str());
+ }
+
+ AfxMessageBox(catched_message, MB_ICONSTOP);
+ }
+ catch (std::exception& e) {
+ catched_message.Format(L"[-] %s\n", nkg::cp_converter::convert(e.what()).c_str());
+ AfxMessageBox(catched_message, MB_ICONSTOP);
+ }
+}
+
+
+void CNavicatCrackerDlg::OnClickedGeneratebtn()
+{
+ int verData;
+ CString strData;
+ verData = 16 - m_ver.GetCurSel();
+ try {
+ if (!m_checkadv.GetCheck()) {
+ int proData = m_product.GetCurSel();
+ int langData = m_lang.GetCurSel();
+
+ lpfnCollectInformation = nkg::CollectInformationNormal;
+ sn_generator = lpfnCollectInformation(proData, langData, verData);
+ }
+ else {
+ CString temp;
+ std::uint8_t prod, lang1, lang2;
+ m_prodhex.GetWindowTextW(temp);
+ prod = static_cast(std::stoul(temp.GetString(), nullptr, 16));
+ m_langhex1.GetWindowTextW(temp);
+ lang1 = static_cast(std::stoul(temp.GetString(), nullptr, 16));
+ m_langhex2.GetWindowTextW(temp);
+ lang2 = static_cast(std::stoul(temp.GetString(), nullptr, 16));
+
+ sn_generator = nkg::CollectInformationAdvanced(prod, lang1, lang2, verData);
+ }
+ sn_generator.generate();
+ m_key.SetWindowTextW(nkg::cp_converter::convert(sn_generator.serial_number_formatted()).c_str());
+ KEYGEN = TRUE;
+ }
+ catch (nkg::exception& e) {
+ catched_message.Format(L"[-] %s:%d ->\n", nkg::cp_converter::convert(e.source_file()).c_str(), e.source_line());
+ catched_message.AppendFormat(L" %s\n", nkg::cp_converter::convert(e.custom_message()).c_str());
+ if (e.error_code_exists()) {
+ catched_message.AppendFormat(L" %s (0x%zx)\n", nkg::cp_converter::convert(e.error_string()).c_str(), e.error_code());
+ }
+ for (auto& hint : e.hints()) {
+ catched_message.AppendFormat(L" HINT: %s\n", nkg::cp_converter::convert(hint).c_str());
+ }
+
+ AfxMessageBox(catched_message, MB_ICONSTOP);
+ }
+ catch (std::exception& e) {
+ catched_message.Format(L"[-] %s\n", nkg::cp_converter::convert(e.what()).c_str());
+ if (m_checkadv.GetCheck()) {
+ catched_message.AppendFormat(L"In ADV mode Production should be 0x00~0xFF.\n");
+ catched_message.AppendFormat(L"In ADV mode Language(each part) should be 0x00~0xFF.");
+ }
+ AfxMessageBox(catched_message, MB_ICONSTOP);
+ }
+ catched_message.Empty();
+}
+
+
+void CNavicatCrackerDlg::OnClickedGenActbtn()
+{
+ try {
+ if (!PATCH) {
+ if (!m_checkkey.GetCheck()) {
+ throw nkg::exception(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), u8"Can't Generate Activation Code.")
+ .push_hint(u8"Please Patch first Or Specified RSA private key.");
+ }
+ else {
+ CString private_path;
+ m_keyfile.GetWindowTextW(private_path);
+ cipher.import_private_key_file(nkg::cp_converter<-1, CP_UTF8>::convert(private_path.GetString()));
+ }
+ }
+ if (!KEYGEN) {
+ throw nkg::exception(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), u8"Can't Generate Activation Code.")
+ .push_hint(u8"Please Generate a key!");
+ }
+ lpfnGenerateLicense = nkg::GenerateLicenseText;
+ m_name.GetWindowTextW(username);
+ m_org.GetWindowTextW(organization);
+ m_reqcode.GetWindowTextW(reqcode);
+ actcode = lpfnGenerateLicense(cipher, sn_generator, username.GetString(), organization.GetString(), reqcode.GetString()).c_str();
+ m_actcode.SetWindowTextW(actcode);
+ }
+ catch (nkg::exception& e) {
+ catched_message.Format(L"[-] %s:%d ->\n", nkg::cp_converter::convert(e.source_file()).c_str(), e.source_line());
+ catched_message.AppendFormat(L" %s\n", nkg::cp_converter::convert(e.custom_message()).c_str());
+ if (e.error_code_exists()) {
+ catched_message.AppendFormat(L" %s (0x%zx)\n", nkg::cp_converter::convert(e.error_string()).c_str(), e.error_code());
+ }
+ for (auto& hint : e.hints()) {
+ catched_message.AppendFormat(L" HINT: %s\n", nkg::cp_converter::convert(hint).c_str());
+ }
+
+ AfxMessageBox(catched_message, MB_ICONSTOP);
+ }
+ catch (std::exception& e) {
+ catched_message.Format(L"[-] %s\n", nkg::cp_converter::convert(e.what()).c_str());
+ AfxMessageBox(catched_message, MB_ICONSTOP);
+ }
+ catched_message.Empty();
+}
+
+
+void CNavicatCrackerDlg::OnClickedCopybtn()
+{
+ CString source;
+ m_key.GetWindowTextW(source);
+ if (OpenClipboard())
+ {
+ //防止非ASCII语言复制到剪切板为乱码
+ int buff_size = source.GetLength();
+ CStringW strWide = CStringW(source);
+ int nLen = strWide.GetLength();
+ HANDLE clipbuffer = ::GlobalAlloc(GMEM_MOVEABLE, (nLen + 1) * 2);
+ if (!clipbuffer)
+ {
+ ::CloseClipboard();
+ return;
+ }
+ char* buffer = (char*)::GlobalLock(clipbuffer);
+ if (buffer != 0) {
+ memset(buffer, 0, (static_cast(nLen) + 1) * 2);
+ memcpy_s(buffer, nLen * 2, strWide.GetBuffer(0), nLen * 2);
+ strWide.ReleaseBuffer();
+ ::GlobalUnlock(clipbuffer);
+ ::EmptyClipboard();
+ ::SetClipboardData(CF_UNICODETEXT, clipbuffer);
+ ::CloseClipboard();
+ }
+ else {
+ ::CloseClipboard();
+ return;
+ }
+ }
+}
+
+
+void CNavicatCrackerDlg::OnClickedCheckKey()
+{
+ if (m_checkkey.GetCheck()) {
+ m_keyfile.EnableWindow();
+ m_open.EnableWindow();
+ }
+ else {
+ m_keyfile.EnableWindow(0);
+ m_open.EnableWindow(0);
+ }
+}
+
+
+void CNavicatCrackerDlg::OnClickedOpenKeybtn()
+{
+ CFileDialog openFileDlg(FALSE, L".", L"PrivateKey.pem", OFN_HIDEREADONLY | OFN_READONLY, L"Private Key (*.pem)|*.pem||", NULL);
+ INT_PTR result = openFileDlg.DoModal();
+ if (result == IDOK) {
+ m_keyfile.SetWindowTextW(openFileDlg.GetPathName());
+ }
+ // 失焦解决方法:"https://kira-96.github.io/" 一些基本没什么用的MFC技巧
+ ::SetForegroundWindow(::GetDesktopWindow());
+ this->SetForegroundWindow();
+}
+
+
+
+void CNavicatCrackerDlg::OnBnClickedOpenpath()
+{
+ CFolderPickerDialog openFolderDlg;
+
+ openFolderDlg.m_ofn.lpstrTitle = L"Choose The Navicat Installation Path:";
+ openFolderDlg.m_ofn.lpstrInitialDir = L".";
+
+ INT_PTR result = openFolderDlg.DoModal();
+ if (result == IDOK) {
+ m_path.SetWindowTextW(openFolderDlg.GetPathName());
+ }
+ ::SetForegroundWindow(::GetDesktopWindow());
+ this->SetForegroundWindow();
+}
+
+
+void CNavicatCrackerDlg::OnBnClickedAdvance()
+{
+ if (m_checkadv.GetCheck()) {
+ m_lang.ShowWindow(SW_HIDE);
+ m_product.ShowWindow(SW_HIDE);
+ m_prodhex.ShowWindow(SW_SHOW);
+ m_langhex1.ShowWindow(SW_SHOW);
+ m_langhex2.ShowWindow(SW_SHOW);
+ }
+ else {
+ m_lang.ShowWindow(SW_SHOW);
+ m_product.ShowWindow(SW_SHOW);
+ m_prodhex.ShowWindow(SW_HIDE);
+ m_langhex1.ShowWindow(SW_HIDE);
+ m_langhex2.ShowWindow(SW_HIDE);
+ }
+}
+
+
+void CNavicatCrackerDlg::OnBnClickedAbout()
+{
+ AfxMessageBox(L"Author : tgMrZ\nBased on DoubleSine's work\n\n\nDoubleSine yyds!!!", MB_OK | MB_ICONQUESTION);
+}
+
+
+void CNavicatCrackerDlg::OnBnClickedhosts()
+{
+ if (m_hosts.GetCheck()) {
+ AfxMessageBox(L"Please make sure you have permission to modify HOSTS file!");
+ }
+}
diff --git a/Navicat-Cracker/NavicatCrackerDlg.h b/Navicat-Cracker/NavicatCrackerDlg.h
new file mode 100644
index 0000000..6a3299f
--- /dev/null
+++ b/Navicat-Cracker/NavicatCrackerDlg.h
@@ -0,0 +1,126 @@
+
+// NavicatCrackerDlg.h: 头文件
+//
+
+#pragma once
+#include
+
+#include
+#include
+#include
+#include
+#include
+
+#include "cp_converter.hpp"
+
+#include "resource_wrapper.hpp"
+#include "resource_traits/cxx_object_traits.hpp"
+#include "resource_traits/win32/file_handle.hpp"
+#include "resource_traits/win32/generic_handle.hpp"
+#include "resource_traits/win32/map_view_ptr.hpp"
+
+#include "rsa_cipher.hpp"
+#include "image_interpreter.hpp"
+#include "patch_solution.hpp"
+#include "patch_solution_since_16.0.7.0.hpp"
+
+#include "exception.hpp"
+#include "exceptions/operation_canceled_exception.hpp"
+#include "exceptions/win32_exception.hpp"
+
+#include "base64_rfc4648.hpp"
+#include "navicat_serial_generator.hpp"
+
+
+namespace nkg {
+ using fnCollectInformation = std::function;
+ using fnGenerateLicense = std::function;
+
+ navicat_serial_generator CollectInformationNormal(int procution_type, int language, int version);
+ navicat_serial_generator CollectInformationAdvanced(std::uint8_t procution_type, std::uint8_t lang1, std::uint8_t lang2, int version);
+ std::wstring GenerateLicenseText(const rsa_cipher& cipher, const navicat_serial_generator& sn_generator, std::wstring _username,
+ std::wstring _organization, std::wstring _redcode);
+ //void GenerateLicenseBinary(const rsa_cipher& cipher, const navicat_serial_generator& sn_generator);
+}
+
+// CNavicatCrackerDlg 对话框
+class CNavicatCrackerDlg : public CDialogEx
+{
+// 构造
+public:
+ CNavicatCrackerDlg(CWnd* pParent = nullptr); // 标准构造函数
+
+// 对话框数据
+#ifdef AFX_DESIGN_TIME
+ enum { IDD = IDD_NavicatCracker_DIALOG };
+#endif
+
+protected:
+ virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV 支持
+
+public:
+ std::filesystem::path navicat_install_path;
+ std::filesystem::path rsa_privkey_filepath;
+
+ nkg::rsa_cipher cipher;
+ nkg::navicat_serial_generator sn_generator;
+ nkg::fnCollectInformation lpfnCollectInformation;
+ nkg::fnGenerateLicense lpfnGenerateLicense;
+ CString catched_message{ };
+
+ CString defaultpath{ "C:\\Program Files\\PremiumSoft\\Navicat Premium 16" };
+ CString username{ "tgMrZ" };
+ CString organization{ "DoubleSine" };
+ CString reqcode;
+ CString actcode;
+ CString keyfile{ "Navicat_2048bit_rsa_private_key.pem" };
+ BOOL PATCH{ FALSE }; // patched
+ BOOL KEYGEN{ FALSE }; // keygened
+
+// 实现
+protected:
+ HICON m_hIcon;
+
+ // 生成的消息映射函数
+ virtual BOOL OnInitDialog();
+ //afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
+ afx_msg void OnPaint();
+ afx_msg HCURSOR OnQueryDragIcon();
+ DECLARE_MESSAGE_MAP()
+public:
+ CEdit m_actcode;
+ CButton m_copy;
+ CButton m_genact;
+ CButton m_genkey;
+ CEdit m_key;
+ CComboBox m_lang;
+ CEdit m_org;
+ CButton m_patch;
+ CEdit m_path;
+ CComboBox m_product;
+ CEdit m_reqcode;
+ CEdit m_name;
+ CComboBox m_ver;
+ afx_msg void OnClickedPatchbtn();
+ afx_msg void OnClickedGeneratebtn();
+ afx_msg void OnClickedGenActbtn();
+ afx_msg void OnClickedCopybtn();
+
+ CEdit m_keyfile;
+ CBitmapButton m_open;
+ CButton m_checkkey;
+ CButton m_checkadv;
+ CEdit m_langhex1;
+ CEdit m_langhex2;
+ CEdit m_prodhex;
+ CButton m_hosts;
+
+ afx_msg void OnClickedCheckKey();
+ afx_msg void OnClickedOpenKeybtn();
+ afx_msg void OnBnClickedOpenpath();
+ afx_msg void OnBnClickedAdvance();
+ afx_msg void OnBnClickedAbout();
+ afx_msg void OnBnClickedhosts();
+ CStatic m_logo;
+};
diff --git a/Navicat-Cracker/amd64_emulator.cpp b/Navicat-Cracker/amd64_emulator.cpp
new file mode 100644
index 0000000..49fb0f0
--- /dev/null
+++ b/Navicat-Cracker/amd64_emulator.cpp
@@ -0,0 +1,200 @@
+#define _CRT_SECURE_NO_WARNINGS
+#include "amd64_emulator.hpp"
+#include "exceptions/key_exception.hpp"
+
+#define NKG_CURRENT_SOURCE_FILE() u8".\\navicat-patcher\\amd64_emulator.cpp"
+#define NKG_CURRENT_SOURCE_LINE() __LINE__
+
+namespace nkg {
+
+ void amd64_emulator::_unicorn_hookcode_cb_stub(uc_engine* uc, uint64_t address, uint32_t size, void* user_data) {
+ auto hook_stub_ctx = reinterpret_cast(user_data);
+ hook_stub_ctx->self->m_unicorn_hook_cbs_hookcode[hook_stub_ctx->unicorn_hook_handle](address, size);
+ }
+
+ void amd64_emulator::_unicorn_hookmem_cb_stub(uc_engine* uc, uc_mem_type type, uint64_t address, int size, int64_t value, void* user_data) {
+ auto hook_stub_ctx = reinterpret_cast(user_data);
+ hook_stub_ctx->self->m_unicorn_hook_cbs_hookmem[hook_stub_ctx->unicorn_hook_handle](type, address, static_cast(size), value);
+ }
+
+ bool amd64_emulator::_unicorn_eventmem_cb_stub(uc_engine* uc, uc_mem_type type, uint64_t address, int size, int64_t value, void* user_data) {
+ auto hook_stub_ctx = reinterpret_cast(user_data);
+ return hook_stub_ctx->self->m_unicorn_hook_cbs_eventmem[hook_stub_ctx->unicorn_hook_handle](type, address, static_cast(size), value);
+ }
+
+ amd64_emulator::amd64_emulator() {
+ auto err = uc_open(UC_ARCH_X86, UC_MODE_64, m_unicorn_engine.unsafe_addressof());
+ if (err != UC_ERR_OK) {
+ throw backend_error(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), err, u8"uc_open failed.");
+ }
+ }
+
+ void amd64_emulator::reg_read(int regid, void* value) {
+ auto err = uc_reg_read(m_unicorn_engine.get(), regid, value);
+ if (err != UC_ERR_OK) {
+ throw backend_error(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), err, u8"uc_reg_read failed.");
+ }
+ }
+
+ void amd64_emulator::reg_write(int regid, const void* value) {
+ auto err = uc_reg_write(m_unicorn_engine.get(), regid, value);
+ if (err != UC_ERR_OK) {
+ throw backend_error(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), err, u8"uc_reg_write failed.");
+ }
+ }
+
+ uint64_t amd64_emulator::msr_read(uint32_t rid) {
+ uc_x86_msr msr;
+ msr.rid = rid;
+
+ auto err = uc_reg_read(m_unicorn_engine.get(), UC_X86_REG_MSR, &msr);
+ if (err != UC_ERR_OK) {
+ throw backend_error(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), err, u8"uc_reg_write failed.");
+ }
+
+ return msr.value;
+ }
+
+ void amd64_emulator::msr_write(uint32_t rid, uint64_t value) {
+ uc_x86_msr msr;
+ msr.rid = rid;
+ msr.value = value;
+
+ auto err = uc_reg_write(m_unicorn_engine.get(), UC_X86_REG_MSR, &msr);
+ if (err != UC_ERR_OK) {
+ throw backend_error(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), err, u8"uc_reg_write failed.");
+ }
+ }
+
+ void amd64_emulator::mem_map(uint64_t address, size_t size, uint32_t perms) {
+ auto err = uc_mem_map(m_unicorn_engine.get(), address, size, perms);
+ if (err) {
+ throw backend_error(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), err, u8"uc_mem_map failed.");
+ }
+ }
+
+ void amd64_emulator::mem_unmap(uint64_t address, size_t size) {
+ auto err = uc_mem_unmap(m_unicorn_engine.get(), address, size);
+ if (err) {
+ throw backend_error(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), err, u8"uc_mem_unmap failed.");
+ }
+ }
+
+ void amd64_emulator::mem_read(uint64_t address, void* buf, size_t size) {
+ auto err = uc_mem_read(m_unicorn_engine.get(), address, buf, size);
+ if (err) {
+ throw backend_error(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), err, u8"uc_mem_read failed.");
+ }
+ }
+
+ std::vector amd64_emulator::mem_read(uint64_t address, size_t size) {
+ std::vector ret_buf(size);
+
+ auto err = uc_mem_read(m_unicorn_engine.get(), address, ret_buf.data(), ret_buf.size());
+ if (err) {
+ throw backend_error(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), err, u8"uc_mem_read failed.");
+ }
+
+ return ret_buf;
+ }
+
+ void amd64_emulator::mem_write(uint64_t address, const void* buf, size_t size) {
+ auto err = uc_mem_write(m_unicorn_engine.get(), address, buf, size);
+ if (err) {
+ throw backend_error(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), err, u8"uc_mem_write failed.");
+ }
+ }
+
+ void amd64_emulator::mem_write(uint64_t address, const std::vector& buf) {
+ mem_write(address, buf.data(), buf.size());
+ }
+
+ void amd64_emulator::hook_del(uc_hook hook_handle) {
+ auto iter_of_hook_stub_ctxs = m_unicorn_hook_stub_ctxs.find(hook_handle);
+ if (iter_of_hook_stub_ctxs == m_unicorn_hook_stub_ctxs.end()) {
+ throw exceptions::key_exception(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), u8"Target hook is not found.");
+ }
+
+ auto iter_of_hook_cbs_hookcode = m_unicorn_hook_cbs_hookcode.find(hook_handle);
+ if (iter_of_hook_cbs_hookcode != m_unicorn_hook_cbs_hookcode.end()) {
+ auto err = uc_hook_del(m_unicorn_engine.get(), hook_handle);
+ if (err) {
+ throw backend_error(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), err, u8"hook_del failed.");
+ }
+
+ m_unicorn_hook_cbs_hookcode.erase(iter_of_hook_cbs_hookcode);
+ m_unicorn_hook_stub_ctxs.erase(iter_of_hook_stub_ctxs);
+ return;
+ }
+
+ auto iter_of_hook_cbs_hookmem = m_unicorn_hook_cbs_hookmem.find(hook_handle);
+ if (iter_of_hook_cbs_hookmem != m_unicorn_hook_cbs_hookmem.end()) {
+ auto err = uc_hook_del(m_unicorn_engine.get(), hook_handle);
+ if (err) {
+ throw backend_error(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), err, u8"hook_del failed.");
+ }
+
+ m_unicorn_hook_cbs_hookmem.erase(iter_of_hook_cbs_hookmem);
+ m_unicorn_hook_stub_ctxs.erase(iter_of_hook_stub_ctxs);
+ return;
+ }
+
+ auto iter_of_hook_cbs_eventmem = m_unicorn_hook_cbs_eventmem.find(hook_handle);
+ if (iter_of_hook_cbs_eventmem != m_unicorn_hook_cbs_eventmem.end()) {
+ auto err = uc_hook_del(m_unicorn_engine.get(), hook_handle);
+ if (err) {
+ throw backend_error(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), err, u8"hook_del failed.");
+ }
+
+ m_unicorn_hook_cbs_eventmem.erase(iter_of_hook_cbs_eventmem);
+ m_unicorn_hook_stub_ctxs.erase(iter_of_hook_stub_ctxs);
+ return;
+ }
+
+ __assume(false);
+ }
+
+ void amd64_emulator::emu_start(uint64_t begin_address, uint64_t end_address, uint64_t timeout, size_t count) {
+ auto err = uc_emu_start(m_unicorn_engine.get(), begin_address, end_address, timeout, count);
+ if (err) {
+ throw backend_error(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), err, u8"emu_start failed.");
+ }
+ }
+
+ void amd64_emulator::emu_stop() {
+ auto err = uc_emu_stop(m_unicorn_engine.get());
+ if (err) {
+ throw backend_error(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), err, u8"uc_emu_stop failed.");
+ }
+ }
+
+ //void amd64_emulator::create_gdt_entry(uint64_t gdt_entry_address, uint32_t base, uint32_t limit, uint8_t access_byte, uint8_t flags) {
+ // struct {
+ // uint16_t limit0;
+ // uint16_t base0;
+ // uint8_t base1;
+ // uint8_t access_byte;
+ // uint8_t limit1 : 4;
+ // uint8_t flags : 4;
+ // uint8_t base2;
+ // } segment_descriptor;
+
+ // static_assert(sizeof(segment_descriptor) == 8);
+
+ // segment_descriptor.limit0 = limit & 0xffff;
+ // segment_descriptor.base0 = base & 0xffff;
+ // segment_descriptor.base1 = (base >> 16) & 0xff;
+ // segment_descriptor.access_byte = access_byte;
+ // segment_descriptor.limit1 = (limit >> 16) & 0xf;
+ // segment_descriptor.flags = flags & 0xf;
+ // segment_descriptor.base2 = (base >> 24) & 0xff;
+
+ // auto err = uc_mem_write(m_unicorn_engine.get(), gdt_entry_address, &segment_descriptor, sizeof(segment_descriptor));
+ // if (err != UC_ERR_OK) {
+ // throw backend_error(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), err, u8"uc_mem_write failed.");
+ // }
+ //}
+}
+
+#undef NKG_CURRENT_SOURCE_LINE
+#undef NKG_CURRENT_SOURCE_FILE
diff --git a/Navicat-Cracker/amd64_emulator.hpp b/Navicat-Cracker/amd64_emulator.hpp
new file mode 100644
index 0000000..b4bfa82
--- /dev/null
+++ b/Navicat-Cracker/amd64_emulator.hpp
@@ -0,0 +1,159 @@
+#pragma once
+#include
+#include
+#include
+
+#include
+#include
+#include
+#include
+#include
+
+#include "resource_wrapper.hpp"
+#include "resource_traits/unicorn/unicorn_handle.hpp"
+
+#include "exception.hpp"
+
+#define NKG_CURRENT_SOURCE_FILE() u8".\\navicat-patcher\\amd64_emulator.hpp"
+#define NKG_CURRENT_SOURCE_LINE() __LINE__
+
+namespace nkg {
+
+ class amd64_emulator {
+ public:
+ class backend_error : public ::nkg::exception {
+ public:
+ using error_code_t = uc_err;
+
+ private:
+ error_code_t m_error_code;
+ std::string m_error_string;
+
+ public:
+ backend_error(std::string_view file, int line, error_code_t unicorn_err, std::string_view message) noexcept :
+ ::nkg::exception(file, line, message), m_error_code(unicorn_err), m_error_string(uc_strerror(unicorn_err)) {}
+
+ [[nodiscard]]
+ virtual bool error_code_exists() const noexcept override {
+ return true;
+ }
+
+ [[nodiscard]]
+ virtual intptr_t error_code() const noexcept override {
+ return m_error_code;
+ }
+
+ [[nodiscard]]
+ virtual const std::string& error_string() const noexcept override {
+ return m_error_string;
+ }
+ };
+
+ using hookcode_cb_t = void(uint64_t address, size_t size);
+ using hookmem_cb_t = void(uc_mem_type type, uint64_t address, size_t size, int64_t value);
+ using eventmem_cb_t = bool(uc_mem_type type, uint64_t address, size_t size, int64_t value);
+
+ private:
+ struct hook_stub_context_t {
+ amd64_emulator* self;
+ uc_hook unicorn_hook_handle;
+ };
+
+ resource_wrapper m_unicorn_engine;
+ std::unordered_map m_unicorn_user_ctx;
+
+ std::unordered_map> m_unicorn_hook_stub_ctxs;
+
+ std::unordered_map> m_unicorn_hook_cbs_hookcode;
+ std::unordered_map> m_unicorn_hook_cbs_hookmem;
+ std::unordered_map> m_unicorn_hook_cbs_eventmem;
+
+ static void _unicorn_hookcode_cb_stub(uc_engine* uc, uint64_t address, uint32_t size, void* user_data);
+ static void _unicorn_hookmem_cb_stub(uc_engine* uc, uc_mem_type type, uint64_t address, int size, int64_t value, void* user_data);
+ static bool _unicorn_eventmem_cb_stub(uc_engine* uc, uc_mem_type type, uint64_t address, int size, int64_t value, void* user_data);
+
+ public:
+ amd64_emulator();
+
+ void reg_read(int regid, void* buf);
+
+ void reg_write(int regid, const void* buf);
+
+ uint64_t msr_read(uint32_t rid);
+
+ void msr_write(uint32_t rid, uint64_t value);
+
+ void mem_map(uint64_t address, size_t size, uint32_t perms);
+
+ void mem_unmap(uint64_t address, size_t size);
+
+ void mem_read(uint64_t address, void* buf, size_t size);
+
+ std::vector mem_read(uint64_t address, size_t size);
+
+ void mem_write(uint64_t address, const void* buf, size_t size);
+
+ void mem_write(uint64_t address, const std::vector& buf);
+
+ template
+ uc_hook hook_add(callable_t&& hook_callback, uint64_t begin_address = 1, uint64_t end_address = 0) {
+ uc_err err;
+
+ auto hook_stub_ctx = std::make_unique();
+ hook_stub_ctx->self = this;
+ hook_stub_ctx->unicorn_hook_handle = 0;
+
+ if constexpr (hook_type == UC_HOOK_CODE) {
+ err = uc_hook_add(m_unicorn_engine.get(), &hook_stub_ctx->unicorn_hook_handle, hook_type, _unicorn_hookcode_cb_stub, hook_stub_ctx.get(), begin_address, end_address);
+ if (err != UC_ERR_OK) {
+ throw backend_error(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), err, u8"uc_hook_add failed.");
+ }
+
+ m_unicorn_hook_cbs_hookcode.emplace(std::make_pair(hook_stub_ctx->unicorn_hook_handle, std::forward(hook_callback)));
+ } else if constexpr ((hook_type & ~UC_HOOK_MEM_VALID) == 0) {
+ err = uc_hook_add(m_unicorn_engine.get(), &hook_stub_ctx->unicorn_hook_handle, hook_type, _unicorn_hookmem_cb_stub, hook_stub_ctx.get(), begin_address, end_address);
+ if (err != UC_ERR_OK) {
+ throw backend_error(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), err, u8"uc_hook_add failed.");
+ }
+
+ m_unicorn_hook_cbs_hookmem.emplace(std::make_pair(hook_stub_ctx->unicorn_hook_handle, std::forward(hook_callback)));
+ } else if constexpr ((hook_type & ~UC_HOOK_MEM_UNMAPPED) == 0) {
+ err = uc_hook_add(m_unicorn_engine.get(), &hook_stub_ctx->unicorn_hook_handle, hook_type, _unicorn_eventmem_cb_stub, hook_stub_ctx.get(), begin_address, end_address);
+ if (err != UC_ERR_OK) {
+ throw backend_error(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), err, u8"uc_hook_add failed.");
+ }
+
+ m_unicorn_hook_cbs_eventmem.emplace(std::make_pair(hook_stub_ctx->unicorn_hook_handle, std::forward(hook_callback)));
+ } else {
+ static_assert(
+ hook_type == UC_HOOK_CODE ||
+ (hook_type & ~UC_HOOK_MEM_VALID) == 0 ||
+ (hook_type & ~UC_HOOK_MEM_UNMAPPED) == 0, "Unsupported hook type.");
+ }
+
+ return m_unicorn_hook_stub_ctxs.emplace(std::make_pair(hook_stub_ctx->unicorn_hook_handle, std::move(hook_stub_ctx))).first->first;
+ }
+
+ void hook_del(uc_hook hook_handle);
+
+ void emu_start(uint64_t begin_address, uint64_t end_address = 0, uint64_t timeout = 0, size_t count = 0);
+
+ void emu_stop();
+
+ // void create_gdt_entry(uint64_t gdt_entry_address, uint32_t base, uint32_t limit, uint8_t access_byte, uint8_t flags);
+
+ template
+ void context_set(const std::string& name, val_t&& value) {
+ m_unicorn_user_ctx[name] = std::forward(value);
+ }
+
+ template
+ val_t context_get(const std::string& name) {
+ return std::any_cast(m_unicorn_user_ctx[name]);
+ }
+ };
+
+}
+
+#undef NKG_CURRENT_SOURCE_LINE
+#undef NKG_CURRENT_SOURCE_FILE
diff --git a/Navicat-Cracker/base32_rfc4648.cpp b/Navicat-Cracker/base32_rfc4648.cpp
new file mode 100644
index 0000000..97f7c35
--- /dev/null
+++ b/Navicat-Cracker/base32_rfc4648.cpp
@@ -0,0 +1,120 @@
+#include "base32_rfc4648.hpp"
+
+#define NKG_CURRENT_SOURCE_FILE() u8".\\navicat-keygen\\base32_rfc4648.cpp"
+#define NKG_CURRENT_SOURCE_LINE() __LINE__
+
+namespace nkg {
+
+ char base32_rfc4648::symbol(alphabet_index_t idx) {
+ return alphabet[idx];
+ }
+
+ base32_rfc4648::alphabet_index_t base32_rfc4648::reverse_symbol(char c) {
+ if ('A' <= c && c <= 'Z') {
+ return c - 'A';
+ } else if ('2' <= c && c <= '7') {
+ return c - '2' + 26;
+ } else {
+ throw decoding_error(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), u8"Non-base32 digit is found");
+ }
+ }
+
+ std::string base32_rfc4648::encode(const std::vector& data) {
+ return encode(data.data(), data.size());
+ }
+
+ std::string base32_rfc4648::encode(const void* data_ptr, size_t data_size) {
+ std::string retval;
+
+ if (data_size) {
+ retval.reserve((data_size * 8 + 4) / 5);
+
+ auto p = reinterpret_cast(data_ptr);
+ alphabet_index_t left_bits = 0;
+ alphabet_index_t bit_buffer = 0;
+ for (size_t i = 0; i < data_size; ++i) {
+ bit_buffer = (bit_buffer << 8) | p[i];
+ left_bits += 8;
+
+ while (left_bits >= 5) {
+ alphabet_index_t idx = (bit_buffer >> (left_bits - 5)) & 0x1f;
+ retval.push_back(symbol(idx));
+ left_bits -= 5;
+ }
+ }
+
+ if (left_bits > 0) {
+ alphabet_index_t idx = (bit_buffer << (5 - left_bits)) & 0x1f;
+ retval.push_back(symbol(idx));
+ }
+
+ switch (data_size % 5) {
+ case 0:
+ break;
+ case 1:
+ retval.append(6, padding_character);
+ break;
+ case 2:
+ retval.append(4, padding_character);
+ break;
+ case 3:
+ retval.append(3, padding_character);
+ break;
+ case 4:
+ retval.append(1, padding_character);
+ break;
+ default:
+ __assume(false);
+ }
+ }
+
+ return retval;
+ }
+
+ std::vector base32_rfc4648::decode(std::string_view b32_string) {
+ if (b32_string.length() % 8 == 0) {
+ std::vector retval;
+
+ size_t count_of_padding = std::distance(b32_string.crbegin(), std::find_if_not(b32_string.crbegin(), b32_string.crend(), [](char c) -> bool { return c == padding_character; }));
+ switch (count_of_padding) {
+ case 1:
+ retval.reserve(b32_string.length() / 8 * 5 - (5 - 4));
+ break;
+ case 3:
+ retval.reserve(b32_string.length() / 8 * 5 - (5 - 3));
+ break;
+ case 4:
+ retval.reserve(b32_string.length() / 8 * 5 - (5 - 2));
+ break;
+ case 6:
+ retval.reserve(b32_string.length() / 8 * 5 - (5 - 1));
+ break;
+ default:
+ throw decoding_error(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), u8"Incorrect padding");
+ }
+
+ size_t count_of_encoded = b32_string.length() - count_of_padding;
+
+ alphabet_index_t left_bits = 0;
+ alphabet_index_t bit_buffer = 0;
+ for (size_t i = 0; i < count_of_encoded; ++i) {
+ bit_buffer = (bit_buffer << 5) | reverse_symbol(b32_string[i]);
+ left_bits += 5;
+
+ while (left_bits >= 8) {
+ auto val = static_cast((bit_buffer >> (left_bits - 8)) & 0xff);
+ retval.push_back(val);
+ left_bits -= 8;
+ }
+ }
+
+ return retval;
+ } else {
+ throw decoding_error(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), u8"Incorrect padding");
+ }
+ }
+
+}
+
+#undef NKG_CURRENT_SOURCE_LINE
+#undef NKG_CURRENT_SOURCE_FILE
diff --git a/Navicat-Cracker/base32_rfc4648.hpp b/Navicat-Cracker/base32_rfc4648.hpp
new file mode 100644
index 0000000..1e36fee
--- /dev/null
+++ b/Navicat-Cracker/base32_rfc4648.hpp
@@ -0,0 +1,39 @@
+#pragma once
+#include
+#include
+#include
+#include
+#include "exception.hpp"
+
+#define NKG_CURRENT_SOURCE_FILE() u8".\\navicat-keygen\\base32_rfc4648.hpp"
+#define NKG_CURRENT_SOURCE_LINE() __LINE__
+
+namespace nkg {
+
+ struct base32_rfc4648 {
+ using alphabet_index_t = size_t;
+
+ static constexpr const char alphabet[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ234567";
+ static constexpr const char padding_character = '=';
+
+ class decoding_error : public ::nkg::exception {
+ public:
+ decoding_error(std::string_view file, int line, std::string_view message) noexcept :
+ ::nkg::exception(file, line, message) {}
+ };
+
+ static char symbol(alphabet_index_t idx);
+
+ static alphabet_index_t reverse_symbol(char c);
+
+ static std::string encode(const std::vector& data);
+
+ static std::string encode(const void* data_ptr, size_t data_size);
+
+ static std::vector decode(std::string_view b32_string);
+ };
+
+}
+
+#undef NKG_CURRENT_SOURCE_LINE
+#undef NKG_CURRENT_SOURCE_FILE
diff --git a/Navicat-Cracker/base64_rfc4648.cpp b/Navicat-Cracker/base64_rfc4648.cpp
new file mode 100644
index 0000000..9884cf7
--- /dev/null
+++ b/Navicat-Cracker/base64_rfc4648.cpp
@@ -0,0 +1,103 @@
+#include "base64_rfc4648.hpp"
+
+#include
+#include
+
+#include "resource_wrapper.hpp"
+#include "resource_traits/openssl/bio.hpp"
+#include "resource_traits/openssl/bio_chain.hpp"
+
+#pragma comment(lib, "libcrypto")
+#pragma comment(lib, "crypt32") // required by libcrypto.lib
+#pragma comment(lib, "ws2_32") // required by libcrypto.lib
+
+#define NKG_CURRENT_SOURCE_FILE() u8".\\navicat-keygen\\base64_rfc4648.cpp"
+#define NKG_CURRENT_SOURCE_LINE() __LINE__
+
+namespace nkg {
+
+ std::string base64_rfc4648::encode(const std::vector& data) {
+ resource_wrapper bio_b64{ resource_traits::openssl::bio_chain{}, BIO_new(BIO_f_base64()) };
+ if (bio_b64.is_valid() == false) {
+ throw backend_error(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), u8"BIO_new failed.");
+ }
+
+ BIO_set_flags(bio_b64.get(), BIO_FLAGS_BASE64_NO_NL);
+
+ resource_wrapper bio_memory{ resource_traits::openssl::bio{}, BIO_new(BIO_s_mem()) };
+ if (bio_memory.is_valid() == false) {
+ throw backend_error(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), u8"BIO_new failed.");
+ }
+
+ BIO_push(bio_b64.get(), bio_memory.get());
+
+ for (size_t written_size = 0, left_size = data.size(); left_size != 0;) {
+ int size_to_write = static_cast(std::min(left_size, static_cast(INT_MAX)));
+
+ int r = BIO_write(bio_b64.get(), data.data() + written_size, size_to_write);
+ if (r > 0) {
+ written_size += r;
+ left_size -= r;
+ } else {
+ throw backend_error(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), u8"BIO_write failed.");
+ }
+ }
+
+ BIO_flush(bio_b64.get());
+
+ const char* pch = nullptr;
+ long lch = BIO_get_mem_data(bio_memory.get(), &pch);
+
+ bio_memory.discard(); // the bio_chain `bio_b64` will free it
+
+ return std::string(pch, lch);
+ }
+
+ std::vector base64_rfc4648::decode(std::string_view b64_string) {
+ resource_wrapper bio_b64{ resource_traits::openssl::bio_chain{}, BIO_new(BIO_f_base64()) };
+ if (bio_b64.is_valid() == false) {
+ throw backend_error(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), u8"BIO_new failed.");
+ }
+
+ BIO_set_flags(bio_b64.get(), BIO_FLAGS_BASE64_NO_NL);
+
+ resource_wrapper bio_memory{ resource_traits::openssl::bio{}, BIO_new(BIO_s_mem()) };
+ if (bio_memory.is_valid() == false) {
+ throw backend_error(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), u8"BIO_new failed.");
+ }
+
+ BIO_push(bio_b64.get(), bio_memory.get());
+
+ for (size_t written_length = 0, left_length = b64_string.length(); left_length != 0;) {
+ int length_to_write = static_cast(std::min(left_length, static_cast(INT_MAX)));
+
+ int r = BIO_write(bio_memory.get(), b64_string.data() + written_length, length_to_write);
+ if (r > 0) {
+ written_length += r;
+ left_length -= r;
+ } else {
+ throw backend_error(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), u8"BIO_write failed.");
+ }
+ }
+
+ std::vector retval;
+ retval.reserve(b64_string.length() * 3 / 4 + 1);
+
+ for (uint8_t buf[256];;) {
+ auto len = BIO_read(bio_b64.get(), buf, sizeof(buf));
+ if (len > 0) {
+ retval.insert(retval.end(), buf, buf + len);
+ } else {
+ break;
+ }
+ }
+
+ bio_memory.discard(); // the bio_chain `bio_b64` will free it
+
+ return retval;
+ }
+
+}
+
+#undef NKG_CURRENT_SOURCE_FILE
+#undef NKG_CURRENT_SOURCE_LINE
diff --git a/Navicat-Cracker/base64_rfc4648.hpp b/Navicat-Cracker/base64_rfc4648.hpp
new file mode 100644
index 0000000..04c0aed
--- /dev/null
+++ b/Navicat-Cracker/base64_rfc4648.hpp
@@ -0,0 +1,20 @@
+#pragma once
+#include
+#include
+#include "exception.hpp"
+
+namespace nkg {
+
+ struct base64_rfc4648 {
+
+ class backend_error : public ::nkg::exception {
+ public:
+ backend_error(std::string_view file, int line, std::string_view message) noexcept :
+ ::nkg::exception(file, line, message) {}
+ };
+
+ static std::string encode(const std::vector& data);
+ static std::vector decode(std::string_view str_b64);
+ };
+
+}
diff --git a/Navicat-Cracker/framework.h b/Navicat-Cracker/framework.h
new file mode 100644
index 0000000..5672fb5
--- /dev/null
+++ b/Navicat-Cracker/framework.h
@@ -0,0 +1,49 @@
+#pragma once
+
+#ifndef VC_EXTRALEAN
+#define VC_EXTRALEAN // 从 Windows 头中排除极少使用的资料
+#endif
+
+#include "targetver.h"
+
+#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // 某些 CString 构造函数将是显式的
+
+// 关闭 MFC 的一些常见且经常可放心忽略的隐藏警告消息
+#define _AFX_ALL_WARNINGS
+
+#include // MFC 核心组件和标准组件
+#include // MFC 扩展
+
+
+#include // MFC 自动化类
+
+
+
+#ifndef _AFX_NO_OLE_SUPPORT
+#include // MFC 对 Internet Explorer 4 公共控件的支持
+#endif
+#ifndef _AFX_NO_AFXCMN_SUPPORT
+#include // MFC 对 Windows 公共控件的支持
+#endif // _AFX_NO_AFXCMN_SUPPORT
+
+#include // MFC 支持功能区和控制条
+
+
+
+
+
+
+
+
+
+#ifdef _UNICODE
+#if defined _M_IX86
+#pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='x86' publicKeyToken='6595b64144ccf1df' language='*'\"")
+#elif defined _M_X64
+#pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='amd64' publicKeyToken='6595b64144ccf1df' language='*'\"")
+#else
+#pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")
+#endif
+#endif
+
+
diff --git a/Navicat-Cracker/i386_emulator.cpp b/Navicat-Cracker/i386_emulator.cpp
new file mode 100644
index 0000000..d1182f4
--- /dev/null
+++ b/Navicat-Cracker/i386_emulator.cpp
@@ -0,0 +1,160 @@
+#define _CRT_SECURE_NO_WARNINGS
+#include "i386_emulator.hpp"
+#include "exceptions/key_exception.hpp"
+
+#define NKG_CURRENT_SOURCE_FILE() u8".\\navicat-patcher\\i386_emulator.cpp"
+#define NKG_CURRENT_SOURCE_LINE() __LINE__
+
+namespace nkg {
+
+ void i386_emulator::_unicorn_hookcode_cb_stub(uc_engine* uc, uint64_t address, uint32_t size, void* user_data) {
+ auto hook_stub_ctx =
+ reinterpret_cast(user_data);
+
+ auto& hook_callback =
+ std::any_cast&>(hook_stub_ctx->self->m_unicorn_hook_callbacks[hook_stub_ctx->unicorn_hook_handle]);
+
+ hook_callback(static_cast(address), size);
+ }
+
+ void i386_emulator::_unicorn_hookmem_cb_stub(uc_engine* uc, uc_mem_type type, uint64_t address, int size, int64_t value, void* user_data) {
+ auto hook_stub_ctx =
+ reinterpret_cast(user_data);
+
+ auto& hook_callback =
+ std::any_cast&>(hook_stub_ctx->self->m_unicorn_hook_callbacks[hook_stub_ctx->unicorn_hook_handle]);
+
+ hook_callback(type, static_cast(address), static_cast(size), static_cast(value));
+ }
+
+ bool i386_emulator::_unicorn_eventmem_cb_stub(uc_engine* uc, uc_mem_type type, uint64_t address, int size, int64_t value, void* user_data) {
+ auto hook_stub_ctx =
+ reinterpret_cast(user_data);
+
+ auto& hook_callback =
+ std::any_cast&>(hook_stub_ctx->self->m_unicorn_hook_callbacks[hook_stub_ctx->unicorn_hook_handle]);
+
+ return hook_callback(type, static_cast(address), static_cast(size), static_cast(value));
+ }
+
+ i386_emulator::i386_emulator() {
+ auto err = uc_open(UC_ARCH_X86, UC_MODE_32, m_unicorn_engine.unsafe_addressof());
+ if (err != UC_ERR_OK) {
+ throw backend_error(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), err, u8"uc_open failed.");
+ }
+ }
+
+ void i386_emulator::reg_read(int regid, void* value) {
+ auto err = uc_reg_read(m_unicorn_engine.get(), regid, value);
+ if (err != UC_ERR_OK) {
+ throw backend_error(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), err, u8"uc_reg_read failed.");
+ }
+ }
+
+ void i386_emulator::reg_write(int regid, const void* value) {
+ auto err = uc_reg_write(m_unicorn_engine.get(), regid, value);
+ if (err != UC_ERR_OK) {
+ throw backend_error(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), err, u8"uc_reg_write failed.");
+ }
+ }
+
+ void i386_emulator::mem_map(uint32_t address, size_t size, uint32_t perms) {
+ auto err = uc_mem_map(m_unicorn_engine.get(), address, size, perms);
+ if (err) {
+ throw backend_error(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), err, u8"uc_mem_map failed.");
+ }
+ }
+
+ void i386_emulator::mem_unmap(uint32_t address, size_t size) {
+ auto err = uc_mem_unmap(m_unicorn_engine.get(), address, size);
+ if (err) {
+ throw backend_error(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), err, u8"uc_mem_unmap failed.");
+ }
+ }
+
+ void i386_emulator::mem_read(uint32_t address, void* buf, size_t size) {
+ auto err = uc_mem_read(m_unicorn_engine.get(), address, buf, size);
+ if (err) {
+ throw backend_error(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), err, u8"uc_mem_read failed.");
+ }
+ }
+
+ std::vector i386_emulator::mem_read(uint32_t address, size_t size) {
+ std::vector ret_buf(size);
+
+ auto err = uc_mem_read(m_unicorn_engine.get(), address, ret_buf.data(), ret_buf.size());
+ if (err) {
+ throw backend_error(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), err, u8"uc_mem_read failed.");
+ }
+
+ return ret_buf;
+ }
+
+ void i386_emulator::mem_write(uint32_t address, const void* buf, size_t size) {
+ auto err = uc_mem_write(m_unicorn_engine.get(), address, buf, size);
+ if (err) {
+ throw backend_error(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), err, u8"uc_mem_write failed.");
+ }
+ }
+
+ void i386_emulator::mem_write(uint32_t address, const std::vector& buf) {
+ mem_write(address, buf.data(), buf.size());
+ }
+
+ void i386_emulator::hook_del(uc_hook hook_handle) {
+ auto iter_of_hook_stub_ctxs = m_unicorn_hook_stub_ctxs.find(hook_handle);
+ if (iter_of_hook_stub_ctxs == m_unicorn_hook_stub_ctxs.end()) {
+ throw exceptions::key_exception(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), u8"Target hook is not found.");
+ }
+
+ auto iter_of_hook_callbacks = m_unicorn_hook_callbacks.find(hook_handle);
+ if (iter_of_hook_callbacks != m_unicorn_hook_callbacks.end()) {
+ auto err = uc_hook_del(m_unicorn_engine.get(), hook_handle);
+ if (err) {
+ throw backend_error(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), err, u8"hook_del failed.");
+ }
+
+ m_unicorn_hook_callbacks.erase(iter_of_hook_callbacks);
+ m_unicorn_hook_stub_ctxs.erase(iter_of_hook_stub_ctxs);
+ return;
+ }
+
+ __assume(false);
+ }
+
+ void i386_emulator::create_gdt_entry(uint32_t gdt_entry_address, uint32_t base, uint32_t limit, uint8_t access_byte, uint8_t flags) {
+ struct {
+ uint64_t limit0 : 16;
+ uint64_t base0 : 24;
+ uint64_t access_byte : 8;
+ uint64_t limit1 : 4;
+ uint64_t flags : 4;
+ uint64_t base1 : 8;
+ } gdt_entry;
+
+ gdt_entry.limit0 = limit & 0xffff;
+ gdt_entry.base0 = base & 0xffffff;
+ gdt_entry.access_byte = access_byte;
+ gdt_entry.flags = flags & 0xf;
+ gdt_entry.base1 = (base & 0xff000000) >> 24;
+
+ mem_write(gdt_entry_address, &gdt_entry, sizeof(gdt_entry));
+ }
+
+ void i386_emulator::emu_start(uint32_t begin_address, uint32_t end_address, uint64_t timeout, size_t count) {
+ auto err = uc_emu_start(m_unicorn_engine.get(), begin_address, end_address, timeout, count);
+ if (err) {
+ throw backend_error(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), err, u8"emu_start failed.");
+ }
+ }
+
+ void i386_emulator::emu_stop() {
+ auto err = uc_emu_stop(m_unicorn_engine.get());
+ if (err) {
+ throw backend_error(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), err, u8"uc_emu_stop failed.");
+ }
+ }
+}
+
+#undef NKG_CURRENT_SOURCE_LINE
+#undef NKG_CURRENT_SOURCE_FILE
diff --git a/Navicat-Cracker/i386_emulator.hpp b/Navicat-Cracker/i386_emulator.hpp
new file mode 100644
index 0000000..acfe2e3
--- /dev/null
+++ b/Navicat-Cracker/i386_emulator.hpp
@@ -0,0 +1,152 @@
+#pragma once
+#include
+#include
+#include
+
+#include
+#include
+#include
+#include
+#include
+
+#include "resource_wrapper.hpp"
+#include "resource_traits/unicorn/unicorn_handle.hpp"
+
+#include "exception.hpp"
+
+#define NKG_CURRENT_SOURCE_FILE() u8".\\navicat-patcher\\i386_emulator.hpp"
+#define NKG_CURRENT_SOURCE_LINE() __LINE__
+
+namespace nkg {
+
+ class i386_emulator {
+ public:
+ class backend_error : public ::nkg::exception {
+ public:
+ using error_code_t = uc_err;
+
+ private:
+ error_code_t m_error_code;
+ std::string m_error_string;
+
+ public:
+ backend_error(std::string_view file, int line, error_code_t unicorn_err, std::string_view message) noexcept :
+ ::nkg::exception(file, line, message), m_error_code(unicorn_err), m_error_string(uc_strerror(unicorn_err)) {}
+
+ [[nodiscard]]
+ virtual bool error_code_exists() const noexcept override {
+ return true;
+ }
+
+ [[nodiscard]]
+ virtual intptr_t error_code() const noexcept override {
+ return m_error_code;
+ }
+
+ [[nodiscard]]
+ virtual const std::string& error_string() const noexcept override {
+ return m_error_string;
+ }
+ };
+
+ using hookcode_cb_t = void(uint32_t address, size_t size);
+ using hookmem_cb_t = void(uc_mem_type type, uint32_t address, size_t size, int32_t value);
+ using eventmem_cb_t = bool(uc_mem_type type, uint32_t address, size_t size, int32_t value);
+
+ private:
+ struct hook_stub_context_t {
+ i386_emulator* self;
+ uc_hook unicorn_hook_handle;
+ };
+
+ resource_wrapper m_unicorn_engine;
+ std::unordered_map m_unicorn_user_ctx;
+
+ std::unordered_map> m_unicorn_hook_stub_ctxs;
+ std::unordered_map m_unicorn_hook_callbacks;
+
+ static void _unicorn_hookcode_cb_stub(uc_engine* uc, uint64_t address, uint32_t size, void* user_data);
+ static void _unicorn_hookmem_cb_stub(uc_engine* uc, uc_mem_type type, uint64_t address, int size, int64_t value, void* user_data);
+ static bool _unicorn_eventmem_cb_stub(uc_engine* uc, uc_mem_type type, uint64_t address, int size, int64_t value, void* user_data);
+
+ public:
+ i386_emulator();
+
+ void reg_read(int regid, void* value);
+
+ void reg_write(int regid, const void* value);
+
+ void mem_map(uint32_t address, size_t size, uint32_t perms);
+
+ void mem_unmap(uint32_t address, size_t size);
+
+ void mem_read(uint32_t address, void* buf, size_t size);
+
+ std::vector mem_read(uint32_t address, size_t size);
+
+ void mem_write(uint32_t address, const void* buf, size_t size);
+
+ void mem_write(uint32_t address, const std::vector& buf);
+
+ template
+ uc_hook hook_add(callable_t&& hook_callback, uint32_t begin_address = 1, uint32_t end_address = 0) {
+ uc_err err;
+
+ auto hook_stub_ctx = std::make_unique();
+ hook_stub_ctx->self = this;
+ hook_stub_ctx->unicorn_hook_handle = 0;
+
+ if constexpr (hook_type == UC_HOOK_CODE) {
+ err = uc_hook_add(m_unicorn_engine.get(), &hook_stub_ctx->unicorn_hook_handle, hook_type, _unicorn_hookcode_cb_stub, hook_stub_ctx.get(), begin_address, end_address);
+ if (err != UC_ERR_OK) {
+ throw backend_error(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), err, u8"uc_hook_add failed.");
+ }
+
+ m_unicorn_hook_callbacks.emplace(std::make_pair(hook_stub_ctx->unicorn_hook_handle, std::function{ std::forward(hook_callback) }));
+ } else if constexpr ((hook_type & ~UC_HOOK_MEM_VALID) == 0) {
+ err = uc_hook_add(m_unicorn_engine.get(), &hook_stub_ctx->unicorn_hook_handle, hook_type, _unicorn_hookmem_cb_stub, hook_stub_ctx.get(), begin_address, end_address);
+ if (err != UC_ERR_OK) {
+ throw backend_error(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), err, u8"uc_hook_add failed.");
+ }
+
+ m_unicorn_hook_callbacks.emplace(std::make_pair(hook_stub_ctx->unicorn_hook_handle, std::function{ std::forward(hook_callback) }));
+ } else if constexpr ((hook_type & ~UC_HOOK_MEM_UNMAPPED) == 0) {
+ err = uc_hook_add(m_unicorn_engine.get(), &hook_stub_ctx->unicorn_hook_handle, hook_type, _unicorn_eventmem_cb_stub, hook_stub_ctx.get(), begin_address, end_address);
+ if (err != UC_ERR_OK) {
+ throw backend_error(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), err, u8"uc_hook_add failed.");
+ }
+
+ m_unicorn_hook_callbacks.emplace(std::make_pair(hook_stub_ctx->unicorn_hook_handle, std::function{ std::forward(hook_callback) }));
+ } else {
+ static_assert(
+ hook_type == UC_HOOK_CODE ||
+ (hook_type & ~UC_HOOK_MEM_VALID) == 0 ||
+ (hook_type & ~UC_HOOK_MEM_UNMAPPED) == 0, "Unsupported hook type.");
+ }
+
+ return m_unicorn_hook_stub_ctxs.emplace(std::make_pair(hook_stub_ctx->unicorn_hook_handle, std::move(hook_stub_ctx))).first->first;
+ }
+
+ void hook_del(uc_hook hook_handle);
+
+ void create_gdt_entry(uint32_t gdt_entry_address, uint32_t base, uint32_t limit, uint8_t access_byte, uint8_t flags);
+
+ void emu_start(uint32_t begin_address, uint32_t end_address = 0, uint64_t timeout = 0, size_t count = 0);
+
+ void emu_stop();
+
+ template
+ void context_set(const std::string& name, val_t&& value) {
+ m_unicorn_user_ctx[name] = std::forward(value);
+ }
+
+ template
+ val_t context_get(const std::string& name) {
+ return std::any_cast(m_unicorn_user_ctx[name]);
+ }
+ };
+
+}
+
+#undef NKG_CURRENT_SOURCE_LINE
+#undef NKG_CURRENT_SOURCE_FILE
diff --git a/Navicat-Cracker/image_interpreter.cpp b/Navicat-Cracker/image_interpreter.cpp
new file mode 100644
index 0000000..576ccf9
--- /dev/null
+++ b/Navicat-Cracker/image_interpreter.cpp
@@ -0,0 +1,302 @@
+#include "image_interpreter.hpp"
+#include
+#include "exceptions/index_exception.hpp"
+
+#define NKG_CURRENT_SOURCE_FILE() u8".\\navicat-patcher\\image_interpreter.cpp"
+#define NKG_CURRENT_SOURCE_LINE() __LINE__
+
+namespace nkg {
+
+ image_interpreter::image_interpreter() :
+ m_dos_header(nullptr),
+ m_nt_headers(nullptr),
+ m_section_header_table(nullptr),
+ m_vs_fixed_file_info(nullptr) {}
+
+ [[nodiscard]]
+ image_interpreter image_interpreter::parse(void* image_base, bool parse_relocation) {
+ image_interpreter new_image;
+
+ new_image.m_dos_header = reinterpret_cast(image_base);
+ if (new_image.m_dos_header->e_magic != IMAGE_DOS_SIGNATURE) {
+ throw parse_error(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), u8"Invalid image: DOS signature check failure")
+ .push_hint(u8"Are you sure you DO provide a valid WinPE file?");
+ }
+
+ new_image.m_nt_headers = reinterpret_cast(reinterpret_cast(image_base) + new_image.m_dos_header->e_lfanew);
+ if (new_image.m_nt_headers->Signature != IMAGE_NT_SIGNATURE) {
+ throw parse_error(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), u8"Invalid image: NT signature check failure")
+ .push_hint(u8"Are you sure you DO provide a valid WinPE file?");
+ }
+
+#if defined(_M_AMD64)
+ if (new_image.m_nt_headers->OptionalHeader.Magic != IMAGE_NT_OPTIONAL_HDR64_MAGIC) {
+ throw parse_error(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), u8"Invalid image: optional header magic check failure")
+ .push_hint(u8"Are you sure you DO provide a valid 64-bits WinPE file?");
+ }
+ if (new_image.m_nt_headers->FileHeader.Machine != IMAGE_FILE_MACHINE_AMD64) {
+ throw parse_error(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), u8"Invalid image: machine check failure")
+ .push_hint(u8"Are you sure you DO provide a valid 64-bits WinPE file?");
+ }
+#elif defined(_M_IX86)
+ if (new_image.m_nt_headers->OptionalHeader.Magic != IMAGE_NT_OPTIONAL_HDR32_MAGIC) {
+ throw parse_error(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), u8"Invalid Image. (Optional header magic check failure)")
+ .push_hint(u8"Are you sure you DO provide a valid 32-bits WinPE file?");
+ }
+ if (new_image.m_nt_headers->FileHeader.Machine != IMAGE_FILE_MACHINE_I386) {
+ throw parse_error(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), u8"Invalid Image. (Machine check failure)")
+ .push_hint(u8"Are you sure you DO provide a valid 32-bits WinPE file?");
+ }
+#else
+#error "image_interpreter.cpp: unsupported architecture."
+#endif
+
+ new_image.m_section_header_table =
+ reinterpret_cast(reinterpret_cast(&new_image.m_nt_headers->OptionalHeader) + new_image.m_nt_headers->FileHeader.SizeOfOptionalHeader);
+
+ for (WORD i = 0; i < new_image.m_nt_headers->FileHeader.NumberOfSections; ++i) {
+ auto section_name = make_section_name(new_image.m_section_header_table[i].Name);
+
+ if (new_image.m_section_header_name_lookup_table.find(section_name) == new_image.m_section_header_name_lookup_table.end()) {
+ new_image.m_section_header_name_lookup_table[section_name] = &new_image.m_section_header_table[i];
+ }
+
+ new_image.m_section_header_rva_lookup_table[new_image.m_section_header_table[i].VirtualAddress] = &new_image.m_section_header_table[i];
+ new_image.m_section_header_fo_lookup_table[new_image.m_section_header_table[i].PointerToRawData] = &new_image.m_section_header_table[i];
+ }
+
+ if (parse_relocation && new_image.m_nt_headers->OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_BASERELOC].VirtualAddress != 0) {
+ auto relocation_table =
+ new_image.convert_rva_to_ptr(new_image.m_nt_headers->OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_BASERELOC].VirtualAddress);
+
+ while (relocation_table->VirtualAddress != 0) {
+ rva_t rva = relocation_table->VirtualAddress;
+ auto reloc_items = reinterpret_cast(relocation_table + 1);
+ auto reloc_items_count = (relocation_table->SizeOfBlock - sizeof(IMAGE_BASE_RELOCATION)) / sizeof(WORD);
+
+ for (DWORD i = 0; i < reloc_items_count; ++i) {
+ auto reloc_type = reloc_items[i] >> 12;
+
+ switch (reloc_type) {
+ case IMAGE_REL_BASED_ABSOLUTE:
+ break;
+ case IMAGE_REL_BASED_HIGH:
+ case IMAGE_REL_BASED_LOW:
+ case IMAGE_REL_BASED_HIGHADJ:
+ new_image.m_relocation_rva_lookup_table[rva + (reloc_items[i] & 0x0fff)] = 2;
+ break;
+ case IMAGE_REL_BASED_HIGHLOW:
+ new_image.m_relocation_rva_lookup_table[rva + (reloc_items[i] & 0x0fff)] = 4;
+ break;
+#if defined(IMAGE_REL_BASED_DIR64)
+ case IMAGE_REL_BASED_DIR64:
+ new_image.m_relocation_rva_lookup_table[rva + (reloc_items[i] & 0x0fff)] = 8;
+ break;
+#endif
+ default:
+ break;
+ }
+ }
+
+ relocation_table = reinterpret_cast(&reloc_items[reloc_items_count]);
+ }
+ }
+
+ if (new_image.m_nt_headers->OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_IMPORT].VirtualAddress) {
+ rva_t import_rva = new_image.m_nt_headers->OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_IMPORT].VirtualAddress;
+
+ auto import_descriptors = new_image.convert_rva_to_ptr(import_rva);
+ for (size_t i = 0; import_descriptors[i].OriginalFirstThunk != 0; ++i) {
+ auto import_lookup_table = new_image.convert_rva_to_ptr(import_descriptors[i].OriginalFirstThunk);
+ rva_t import_address_table_rva = import_descriptors[i].FirstThunk;
+
+ for (size_t j = 0; import_lookup_table[j].u1.Ordinal != 0; ++j) {
+ new_image.m_iat_rva_lookup_table[import_address_table_rva + j * sizeof(IMAGE_THUNK_DATA)] = std::make_pair(&import_descriptors[i], &import_lookup_table[j]);
+ }
+ }
+ }
+
+ if (new_image.m_nt_headers->OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_RESOURCE].VirtualAddress) {
+ rva_t resource_rva = new_image.m_nt_headers->OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_RESOURCE].VirtualAddress;
+
+ auto res_type_directory = new_image.convert_rva_to_ptr(resource_rva);
+ auto res_type_name_entries = reinterpret_cast(res_type_directory + 1);
+ auto res_type_id_entries = res_type_name_entries + res_type_directory->NumberOfNamedEntries;
+
+ for (WORD i = 0; i < res_type_directory->NumberOfIdEntries && new_image.m_vs_fixed_file_info == nullptr; ++i) {
+ if (res_type_id_entries[i].Id == reinterpret_cast(RT_VERSION) && res_type_id_entries[i].DataIsDirectory) {
+ auto res_name_directory = new_image.convert_rva_to_ptr(resource_rva + res_type_id_entries[i].OffsetToDirectory);
+ auto res_name_name_entries = reinterpret_cast(res_name_directory + 1);
+ auto res_name_id_entries = res_name_name_entries + res_name_directory->NumberOfNamedEntries;
+
+ for (WORD j = 0; j < res_name_directory->NumberOfIdEntries && new_image.m_vs_fixed_file_info == nullptr; ++j) {
+ if (res_name_id_entries[j].Id == VS_VERSION_INFO && res_name_id_entries[j].DataIsDirectory) {
+ auto res_lang_directory = new_image.convert_rva_to_ptr(resource_rva + res_name_id_entries[j].OffsetToDirectory);
+ auto res_lang_name_entries = reinterpret_cast(res_lang_directory + 1);
+ auto res_lang_id_entries = res_lang_name_entries + res_lang_directory->NumberOfNamedEntries;
+
+ for (WORD k = 0; k < res_lang_directory->NumberOfIdEntries && new_image.m_vs_fixed_file_info == nullptr; ++k) {
+ constexpr WORD neutral_lang_id = MAKELANGID(LANG_NEUTRAL, SUBLANG_NEUTRAL);
+ constexpr WORD english_lang_id = MAKELANGID(LANG_ENGLISH, SUBLANG_ENGLISH_US);
+
+ if ((res_lang_id_entries[k].Id == neutral_lang_id || res_lang_id_entries[k].Id == english_lang_id) && !res_lang_id_entries[k].DataIsDirectory) {
+ auto res_data_entry = new_image.convert_rva_to_ptr(resource_rva + res_lang_id_entries[k].OffsetToData);
+
+ auto vs_version_info = new_image.convert_rva_to_ptr(res_data_entry->OffsetToData);
+ auto vs_version_info_key = reinterpret_cast(vs_version_info + 6); // vs_version_info->szKey
+ if (_wcsicmp(vs_version_info_key, L"VS_VERSION_INFO") == 0) {
+ auto p = reinterpret_cast(vs_version_info_key + _countof(L"VS_VERSION_INFO"));
+ while (new_image.convert_ptr_to_rva(p) % sizeof(DWORD)) {
+ ++p;
+ }
+
+ auto vs_fixed_file_info = reinterpret_cast(p);
+
+ if (vs_fixed_file_info->dwSignature == VS_FFI_SIGNATURE) {
+ new_image.m_vs_fixed_file_info = vs_fixed_file_info;
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+
+ return new_image;
+ }
+
+ [[nodiscard]]
+ PIMAGE_DOS_HEADER image_interpreter::image_dos_header() const noexcept {
+ return m_dos_header;
+ }
+
+ [[nodiscard]]
+ PIMAGE_NT_HEADERS image_interpreter::image_nt_headers() const noexcept {
+ return m_nt_headers;
+ }
+
+ [[nodiscard]]
+ PIMAGE_SECTION_HEADER image_interpreter::image_section_header_table() const noexcept {
+ return m_section_header_table;
+ }
+
+ [[nodiscard]]
+ PIMAGE_SECTION_HEADER image_interpreter::image_section_header(size_t n) const {
+ if (n < m_nt_headers->FileHeader.NumberOfSections) {
+ return m_section_header_table + n;
+ } else {
+ throw exceptions::index_exception(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), u8"Section index is out of range.");
+ }
+ }
+
+ [[nodiscard]]
+ PIMAGE_SECTION_HEADER image_interpreter::image_section_header(std::string_view section_name) const {
+ if (section_name.length() <= 8) {
+ std::array name{};
+
+ std::copy(section_name.begin(), section_name.end(), name.begin());
+
+ auto it = m_section_header_name_lookup_table.find(name);
+ if (it != m_section_header_name_lookup_table.end()) {
+ return it->second;
+ } else {
+ throw exception(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), fmt::format(u8"Target section header is not found: section_name = {}", section_name));
+ }
+ } else {
+ throw exception(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), u8"Target section header is not found: section_name is too long.");
+ }
+ }
+
+ [[nodiscard]]
+ PIMAGE_SECTION_HEADER image_interpreter::image_section_header_from_rva(rva_t rva) const {
+ auto it = m_section_header_rva_lookup_table.upper_bound(rva);
+ if (it != m_section_header_rva_lookup_table.begin()) {
+ --it;
+ }
+
+ rva_t section_rva_begin = it->second->VirtualAddress;
+ rva_t section_rva_end = section_rva_begin + it->second->Misc.VirtualSize;
+
+ if (section_rva_begin <= rva && rva < section_rva_end) {
+ return it->second;
+ } else {
+ throw exception(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), u8"Target section header is not found.")
+ .push_hint(fmt::format("rva = 0x{:x}", rva));
+ }
+ }
+
+ [[nodiscard]]
+ PIMAGE_SECTION_HEADER image_interpreter::image_section_header_from_va(va_t va) const {
+ return image_section_header_from_rva(static_cast(va - m_nt_headers->OptionalHeader.ImageBase));
+ }
+
+ [[nodiscard]]
+ PIMAGE_SECTION_HEADER image_interpreter::image_section_header_from_fo(fo_t file_offset) const {
+ auto it = m_section_header_fo_lookup_table.upper_bound(file_offset);
+ if (it != m_section_header_fo_lookup_table.begin()) {
+ --it;
+ }
+
+ uintptr_t section_fo_begin = it->second->PointerToRawData;
+ uintptr_t section_fo_end = section_fo_begin + it->second->SizeOfRawData;
+
+ if (section_fo_begin <= file_offset && file_offset < section_fo_end) {
+ return it->second;
+ } else {
+ throw exception(NKG_CURRENT_SOURCE_FILE(), NKG_CURRENT_SOURCE_LINE(), u8"Target section header is not found.")
+ .push_hint(fmt::format(u8"file_offset = 0x{:x}", file_offset));
+ }
+ }
+
+ [[nodiscard]]
+ image_interpreter::va_t image_interpreter::convert_rva_to_va(rva_t rva) const noexcept {
+ return rva + m_nt_headers->OptionalHeader.ImageBase;
+ }
+
+ [[nodiscard]]
+ image_interpreter::fo_t image_interpreter::convert_rva_to_fo(rva_t rva) const {
+ auto section_header = image_section_header_from_rva(rva);
+ return section_header->PointerToRawData + (rva - static_cast(section_header->VirtualAddress));
+ }
+
+ [[nodiscard]]
+ image_interpreter::rva_t image_interpreter::convert_fo_to_rva(fo_t file_offset) const {
+ auto section_header = image_section_header_from_fo(file_offset);
+ return section_header->VirtualAddress + (file_offset - section_header->PointerToRawData);
+ }
+
+ [[nodiscard]]
+ image_interpreter::va_t image_interpreter::convert_fo_to_va(fo_t file_offset) const {
+ return convert_fo_to_rva(file_offset) + m_nt_headers->OptionalHeader.ImageBase;
+ }
+
+ [[nodiscard]]
+ image_interpreter::rva_t image_interpreter::convert_va_to_rva(va_t va) const noexcept {
+ return va - m_nt_headers->OptionalHeader.ImageBase;
+ }
+
+ [[nodiscard]]
+ image_interpreter::fo_t image_interpreter::convert_va_to_fo(va_t va) const {
+ return image_section_header_from_va(va)->PointerToRawData;
+ }
+
+ [[nodiscard]]
+ size_t image_interpreter::number_of_sections() const noexcept {
+ return m_nt_headers->FileHeader.NumberOfSections;
+ }
+
+ PIMAGE_IMPORT_DESCRIPTOR image_interpreter::import_descriptor_from_rva(rva_t rva) {
+ auto it = m_iat_rva_lookup_table.find(rva);
+ return it != m_iat_rva_lookup_table.end() ? it->second.first : nullptr;
+ }
+
+ PIMAGE_THUNK_DATA image_interpreter::import_lookup_entry_from_rva(rva_t rva) {
+ auto it = m_iat_rva_lookup_table.find(rva);
+ return it != m_iat_rva_lookup_table.end() ? it->second.second : nullptr;
+ }
+}
+
+#undef NKG_CURRENT_SOURCE_LINE
+#undef NKG_CURRENT_SOURCE_FILE
diff --git a/Navicat-Cracker/image_interpreter.hpp b/Navicat-Cracker/image_interpreter.hpp
new file mode 100644
index 0000000..7d437ae
--- /dev/null
+++ b/Navicat-Cracker/image_interpreter.hpp
@@ -0,0 +1,202 @@
+#pragma once
+#include
+#include
+#include