您的位置:首页 > 其它

StartUML破解

2016-06-01 09:38 288 查看
破解文件路径如今下:

  .../StarUML/www/license/node/LicenseManagerDomain.js

使用文本编辑器打开,红色字体为添加内容:

function validate(PK, name, product, licenseKey) {

var pk, decrypted;

return{

name:"oxcb",

product:"StartUML",

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;

}

编辑完成后保存退出,打开startUML,在菜单上面一次点击:[help]->[Enter License]

输入:Name:0xcb licenseKey: later equals never!

提示注册成功

source insight 3.5注册码:  SI3US-361500-17409
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: