admin 管理员组文章数量: 1184232
1,打开对应 mac版本的安装包位置,在对应目录StarUML\www\license\node\LicenseManagerDomain.js文件。
2,找到文件23行,修改对应下面函数。添加如下代码:
function validate(PK, name, product, licenseKey){var pk, decrypted;// edit by 0xcbreturn{name:"0xcb",product:"StarUML",licenseType:"vip",quantity:"mergades",licenseKey:"later equals never!"};try{pk =newNodeRSA(PK);decrypted = pk.decrypt(licenseKey,'utf8');}catch(err){returnfalse;}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{returnfalse;}}
3,打开starUML。help>enter license
Name:0xcb
licenseKey:later equals never!
然后提示你注册成功!
来源:http://blog.csdn/mergades/article/details/46662413
本文标签: StarUML
版权声明:本文标题:StarUML激活 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.roclinux.cn/b/1738329711a1964746.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论