StarUML 2ダウンロード、インストール、全体のプロセスを破ります

   StarUML公式ダウンロード: 

           http://staruml.io/download

 

 

  クラッキング:  1.使用Editplusメモ帳++またはファイルのインストール場所の/www/license/node/LicenseManagerDomain.jsを開くには、他の特別なテキストエディタを 

  2.変更検証方法、指定された場所を指定する次のコードを追加

function validate(PK, name, product, licenseKey) {
        var pk, decrypted;
        //添加代码开始
        return{
            "name": "gqzdev",
            "product": "StarUML",
            "licenseType": "vip",
            "quantity": "www.ganquanzhong.top",
            "licenseKey": "gqzdev"
        }
        //添加代码结束
        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;
        }
    }

 

  在如上位置,插入如上代码。 

 

 


  3.验证打开StarUML,打开菜单Help->Enter License,

  输入上面指定的name和license信息,分别为gqzdevgqzdev,成功! 
  然后就有注册成功的提示信息了,help->about startuml,可以看到​提示信息已注册 

 

 

 

 

おすすめ

転載: www.cnblogs.com/gqzdev/p/12008631.html