最近macOS版的Navicat的破解資源愈來愈難找,即便能找到, 也大可能是舊版本, 而第三方破解的軟件, 毫無安全性可言(鏈接數據庫的軟件仍是要謹慎些), 因而zhaoolee在github上找到了一個破解Navicat的開源項目,有macOS版Navicat的分支~git
zhaooleea試了一下最新版的Navicat12.1.27, 徹底破解成功github
因爲官方文檔的步驟並不詳細,這裏作一個備忘數據庫
Navicat 最新版下載地址: www.navicat.com/en/download…json
brew install openssl
brew install capstone
brew install keystone
brew install rapidjson
brew install libplist
複製代碼
沒有安裝brew的能夠經過
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
安裝api
navicat-keygen
navicat-patcher
git clone -b mac --single-branch https://github.com/DoubleLabyrinth/navicat-keygen.git
cd navicat-keygen
make all
cd ./bin
ls
複製代碼
以上gif圖中, 做者在Keychain中輸入了
navi
查找navicat相關的信息(怕刪錯能夠輸入navicat
), 並進行了刪除安全
navicat-patcher
替換Navicat的公鑰./navicat-patcher /Applications/Navicat\ Premium.app/
複製代碼
打開Keychain Access
ruby
點擊 Create a Certificate Authority bash
建立證書app
找到剛剛建立的證書, 並雙擊進行設置 curl
設置老是信任證書
若是須要指紋驗證或密碼驗證, 填寫正確就好~
codesign
對Navicat Premium.app
重簽名codesign -f -s "zhaoolee_aca" /Applications/Navicat\ Premium.app/
複製代碼
本文永久更新地址: v2fy.com/p/navicat (內附文中Navicat資源 高速下載連接)