zoukankan      html  css  js  c++  java
  • 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(" ");

            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

  • 相关阅读:
    hdoj 2063 过山车
    hdoj 2112 HDU Today
    hdoj 1874 畅通工程续
    hdoj 2544 最短路
    sound of the genuine
    复习webpack的常用loader
    node-sass安装报错
    react-debug
    react-router 4v 路由嵌套问题
    React 中使用sass
  • 原文地址:https://www.cnblogs.com/jesonjason/p/5548542.html
Copyright © 2011-2022 走看看