1.3 KiB
1.3 KiB
Navicat Keygen - How to build?
1. Prerequisites
-
Please make sure that you have Visual Studio 2019 or the higher. Because this is a VS2019 project.
-
Please make sure you have installed
vcpkgand the following libraries:capstone[x86]:x64-windows-staticcapstone[x86]:x86-windows-staticopenssl-windows:x64-windows-staticopenssl-windows:x86-windows-staticrapidjson:x64-windows-staticrapidjson:x86-windows-static
is installed.
You can install them by:
$ vcpkg install capstone[x86]:x64-windows-static $ vcpkg install capstone[x86]:x86-windows-static $ vcpkg install openssl-windows:x64-windows-static $ vcpkg install openssl-windows:x86-windows-static $ vcpkg install rapidjson:x64-windows-static $ vcpkg install rapidjson:x86-windows-static -
Your
vcpkghas been integrated into your Visual Studio, which means you have run$ vcpkg integrate installsuccessfully.
2. Build
-
Open this project in Visual Studio.
-
Select
Releaseconfiguration. -
Select
Win32to build keygen/patcher for 32-bits Navicat.Or select
x64to build keygen/patcher for 64-bits Navicat. -
Select Build > Build Solution.
You will see executable files in bin/ directory.