mac安裝startUML并破解
下載startuml軟件,[地址如下:](鏈接:https://pan.baidu.com/s/1ZAkWvIXcqP-8cnHn-zzDhA 密碼:xri0)渴析,或者去官網(wǎng)也可以下載
1. 下載之后進(jìn)行安裝晚伙,和普通的軟件安裝相同
2. 進(jìn)入安裝目錄,默認(rèn)是/Applications/StarUML.app/Contents/www/license/node$vim LicenseManagerDomain.js 路徑:
3. 找到function validate(pk,name,produck,licensekey)方法俭茧,大致應(yīng)該在第23行左右咆疗,修改成如下方法:
var pk, decrypted;
// edit by 0xcb
return {
name: "0xcb",
product: "StarUML",
licenseType: "vip",
quantity: "mergades.com",
licenseKey: "later equals never!"
};
try {
pk = new NodeRSA(PK);
decrypted = pk.decrypt(licenseKey, 'utf8');
} catch (err) {
return false;
}
var terms = decrypted.trim().split("\n");
if (terms[0] === name && terms[1] === product) {
return {
name: name,
product: product,
licenseType: terms[2],
quantity: terms[3],
licenseKey: licenseKey
};
} else {
return false;
}
如下:
4. 然后打開(kāi)startUML軟件,進(jìn)入help --> enter license,如下:
注:此處由于非appstore下載母债,有可能提示無(wú)法打開(kāi)午磁,這時(shí)候需要到 系統(tǒng)偏好設(shè)置 -->安全性與隱私 --> 通用 --> 下面有 允許從以下下載的應(yīng)用 點(diǎn)擊仍要打開(kāi) 即可
5. 輸入如下信息:
Name:0xcb
licenseKey:later equals never!
如下: