一、安装Navicat Premium 15破解环境
1.从官网下载Navicat Premium 15
下载Linux版Navicat Premium 15
运行命令:
chmod +x navicat15-premium-cs.AppImage
./navicat15-premium-cs.AppImage
2.下载navicat-patched.tar.gz和libkeystone.so.0
先将libkeystone.so.0复制或剪切到usr/lib文件夹下(用管理员身份打开文件夹,才能复制),因为后面的命令会用到,没有这个会报错。
然后新建Navicat文件夹,将下载的navicat15-premium-cs.AppImage和navicat-patched.tar.gz压缩包,全部解压到同一个文件夹。如下:
3.安装capstone
sudo apt-get install libcapstone-dev
4.安装编译工具
sudo apt-get install cmake
5.安装keystone,下载源码并编译安装keystone
从git下载安装
git clone https://github.com/keystone-engine/keystone.git
如果报错:
则执行
sudo apt-get install git
在执行git,接收keystone的速度有点慢,大概十分钟左右,感觉慢的话可以从阿里云盘直接下载keystone文件夹
接着执行(git无错则直接执行这一步)
cd keystone
mkdir build
cd build
../make-share.sh
执行 ../make-share.sh 命令错误
-- The C compiler identification is GNU 8.3.0
-- The CXX compiler identification is unknown
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
CMake Error at CMakeLists.txt:5 (project):
No CMAKE_CXX_COMPILER could be found.
Tell CMake where to find the compiler by setting either the environment
variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
to the compiler, or to the compiler name if it is in the PATH.
-- Configuring incomplete, errors occurred!
See also "/data/home/software/navicat/keystone/build/CMakeFiles/CMakeOutput.log".
See also "/data/home/software/navicat/keystone/build/CMakeFiles/CMakeError.log".
解决方案:
sudo apt update
sudo apt install -y build-essential
在执行
../make-share.sh
无错则跳过,接着执行
sudo make install
sudo ldconfig
6.安装rapidjson
sudo apt-get install rapidjson-dev
二、Navicat破解工具使用步骤
1.给Navicat破解工具文件授予执行权限
chmod +x appimagetool-x86_64.AppImage navicat-patcher navicat-keygen
2.运行破解补丁文件,生成RSA证书.pem文件
./navicat-patcher navicat15-premium-cs
3.重新打包生成可执行的AppImage文件
./appimagetool-x86_64.AppImage navicat15-premium-cs navicat15-premium-cs-pathed.AppImage
#修改文件权限
chmod +x navicat15-premium-cs-pathed.AppImage
4.运行新打包的文件,运行navicat软件
./navicat15-premium-cs-pathed.AppImage
5.新开一个终端窗口,运行注册机,生成序列号和激活码
./navicat-keygen --text RegPrivateKey.pem
选择版本、语言、版本号
名字什么的随便填即可
将注册码复制粘贴在许可证的位置
点击激活之前,请断网
点击激活前请断网,之后点击手动激活。
将生成的激活码复制粘贴在1号位置
然后再将生成的Activation Code复制粘贴在软件的下方。
至此激活成功
三、连接本地MySQL
遇到的小问题,2002错误提示没有权限(13“权限不够”),如下
解决方案,将locahost改成127.0.0.1即可
连接成功
愉快的玩耍吧(づ ̄3 ̄)づ╭❤~
ps:以下内容包含已激活的打包版,没有测试能不能用,大家可以试一下,如果不能用,就按照教程自己激活即可。
评论Down:
懒人Down:
pinglunledanweishenmebunegxiazai
审核过后,刷新页面
shiyixia