版本
mac版本:11.2.3
secureCRT版本:V8.7.2
第一步:下載文件
從 https://macwk.com/soft/securefx?可以下載
第二步:解壓-安裝-破解
解壓后的文件夾中有Applications的軟鏈,直接把SecureCRT.app和SecureFX.app拖到軟鏈中即可。(解壓后有破解文件說明)
SecureCRT.app已損壞,無法打開,你應(yīng)該將它移到廢紙簍
這是因?yàn)閙acOS不允許安裝沒有證書的軟件
首先把設(shè)置->安全與隱私中設(shè)為允許沖任何來源下載app(如果沒有該選項(xiàng),請(qǐng)?jiān)诮K端執(zhí)行:sudo spctl --master-disable)?

然后繞過公證:
sudoxattr -rd com.apple.quarantine /Applications/SecureCRT.app
sudoxattr -rd com.apple.quarantine /Applications/SecureFX.app
打開軟件,按照解壓包里面的破解步驟執(zhí)行即可。
可能遇到的問題
繞過公證后,打開軟件閃退。這是因?yàn)橹鞍惭b過該app,只要重新簽名即可:
codesign--force --deep --sign - /Applications/SecureCRT.app
codesign--force --deep --sign -?/Applications/SecureFX.app
提示這個(gè)表示成功
/Applications/SecureFX.app: replacing existing signature
若打開secureCRT后提示:
The permissions on the "/cores" directory need to be changed to include write permission for "other". Please execute (or ask an admin to execute) the following from a terminal window: sudo chmod go+w /cores If you would prefer not to change the permissions on the /cores folder, you can turn off the Global option "Create core file when application crashes".
這是secureCRT沒有權(quán)限訪問/cores文件夾,關(guān)掉CRT崩潰時(shí)創(chuàng)建core文件即可: Option --> Global Options 取消 Create core file when application crashes 前面的復(fù)選框選擇即可。