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

 

原创文章,作者:Maggie-Hunter,如若转载,请注明出处:https://blog.ytso.com/13438.html

(0)
上一篇 2021年7月19日
下一篇 2021年7月19日

相关推荐

发表回复

登录后才能评论