Please make sure that you have Visual Studio 2019 or the higher. Because this is a VS2019 project.
Please make sure you have installed vcpkg and 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-staticis 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
vcpkg has been integrated into your Visual Studio, which means you have run $ vcpkg integrate install
successfully.
Open this project in Visual Studio.
Select Release configuration.
Select Win32 to build keygen/patcher for 32-bits Navicat.
Or select x64 to build keygen/patcher for 64-bits Navicat.
You will see executable files in bin/ directory.