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

  • 相关阅读:
    Web Browser使用技巧
    Excel 函数
    删除文件夹, 解决源文件名长度大于文件系统支持的长度问题
    Send Mail using C# code
    动态规划——最长回文子串
    字符串处理总结
    打印日期
    A+B
    对称矩阵
    最小年龄的3个职工
  • 原文地址:https://www.cnblogs.com/jesonjason/p/5548542.html
Copyright © 2011-2022 走看看