码迷,mamicode.com
首页 > 其他好文 > 详细

starUML破解-version2.8.0已验证

时间:2018-03-15 17:51:49      阅读:327      评论:0      收藏:0      [点我收藏+]

标签:anti   注册   lan   ant   pad   app   main   ade   www   

提示:任何版本的都可以按以下方法尝试。版本2.8.0的本人已验证,已注册。

1,打开对应 mac版本的安装包位置,在对应目录/Applications/StarUML.app/Contents/www/license/node/LicenseManagerDomain.js文件。

2,找到文件23行,修改对应下面函数。更改为如下代码:

  1.    function validate(PK, name, product, licenseKey) {
  2.        var pk, decrypted;
  3.        // edit by 0xcb
  4.        return {
  5.            name: "0xcb",
  6.            product: "StarUML",
  7.            licenseType: "vip",
  8.            quantity: "mergades.com",
  9.            licenseKey: "later equals never!"
  10.        };
  11.        try {
  12.            pk = new NodeRSA(PK);
  13.            decrypted = pk.decrypt(licenseKey, ‘utf8‘);
  14.        } catch (err) {
  15.            return false;
  16.        }
  17.        var terms = decrypted.trim().split("\n");
  18.        if (terms[0] === name && terms[1] === product) {
  19.            return {
  20.                name: name,
  21.                product: product,
  22.                licenseType: terms[2],
  23.                quantity: terms[3],
  24.                licenseKey: licenseKey
  25.            };
  26.        } else {
  27.            return false;
  28.        }
  29.    }

我的做法是注释掉原有代码,再增加,防止出现问题。

3,打开starUML。help>enter license

Name:0xcb

licenseKey:later equals never!

然后提示你注册成功!

starUML破解-version2.8.0已验证

标签:anti   注册   lan   ant   pad   app   main   ade   www   

原文地址:https://www.cnblogs.com/andyyang1013/p/8574640.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!