StartUML破解

破解文件路径如今下:

  .../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

 

posted @ 2016-06-01 09:38  AnglusWang  阅读(1334)  评论(0编辑  收藏  举报