• 大小: 981KB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2021-06-01
  • 语言: 其他
  • 标签: readyAPI  key  

资源简介

此文件中包括4key 和 破解的源代码;针对定时闪退问题没有解决,有研究的同学可以解决下,后期共享。

资源截图

代码片段和文件信息

import com.jp.protection.pub.LicenseReader;
import com.jp.protection.utils.CustomCRC32;
import com.smardec.license4j.License;
import com.smartbear.ready.license.LicenseType;
import com.smartbear.ready.license.protection.LicensedModule;
import org.junit.Test;

import java.io.*;
import java.util.Date;

/**
 * Created by yu on 15/9/30.
 */
public class LicenseTest {
//  /Users/yu/workspace/soapUICrk/loadui-明文.key

    @Test
    public void checkSS(){
      //  com.smartbear.ready.license.util.LicenseFileUtil.validateAndInstallLicensesFromFile;
        LicensedModule s1=LicensedModule.loadUI;
        //for(int i=0;i< s1.getDecryptionKeyBytes().length();i++){

            System.out.println( LicensedModule.SoapUIPro.getDecryptionKeyBytes().equals( LicensedModule.loadUI.getDecryptionKeyBytes()));
       // }
        System.out.println(LicensedModule.SoapUIPro.getDecryptionKeyBytes() );
        System.out.println(LicensedModule.loadUI.getDecryptionKeyBytes());

        String [] dek=LicensedModule.loadUI.getDecryptionKeyBytes().split(““);
        String [] des=LicensedModule.SoapUIPro.getDecryptionKeyBytes().split(““);
        byte [] dekbyte=new byte[dek.length];
        byte [] desbyte=new byte[des.length];
        for(int i=0;i           dekbyte[i]=(byte)Integer.parseInt( dek[i]);
        }
        System.out.println(new String(dekbyte));


        for(int i=0;i            desbyte[i]=(byte)Integer.parseInt( des[i]);
        }
        System.out.println(new String(desbyte));
    }


    public static License xxxxx(){
        License l = new License();
        l.addFeature(“organization“ “xxxx“);
        l.addFeature(“name“ “xxxx“);
        l.addFeature(“type“ LicenseType.PROFESSIONAL.name());
        Date d = new Date();
        d.setYear(2114);
        l.addFeature(“expiration“ d);
        l.addFeature(“id“ “xxxx“);
        //  LicenseType.
        return l;
    }


    @Test
    public void ssss(){

        License  ss=xxxxx();
        System.out.println(xxxxx());


    }
    @Test
    public void Seckey() throws IOException {
        // com.jp.protection.pub.LicenseReader;
        String [] dek=LicensedModule.Secure.getDecryptionKeyBytes().split(““);
        byte [] dekbyte=new byte[dek.length];
        for(int i=0;i            dekbyte[i]=(byte)Integer.parseInt( dek[i]);
        }
        LicenseReader lr=new LicenseReader();
        lr.setDecryptKeyBytes(dekbyte);
        lr.setSkipEncryption(false);
        lr.setLicenseFileName(“Secure-trial.key“);
        lr.setUserHomeRelative(false);
        lr.setLicenseResourceFolder(“.“);
        lr.setLicenseFolder(“.“);
        lr.setSecurityAlgorithm(“RSA - SunJCE - 512“);

        lr.getLicense();//生成中间文件 enc.key

        bbCRC(new FileInputStream(new File(“enc.key“))); //生成out.key

    }
    @Test
    public void Secbbb()  throws IOException{
        bbCRC(new FileInputStream(new File(“enc.key“))); //生成out.key
        // /Users/yu/workspace

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        733  2015-10-02 10:33  readAPI破解key+源码\loadUI.key

     文件        912  2015-10-02 11:16  readAPI破解key+源码\out.key

     文件    1052849  2013-01-22 15:38  readAPI破解key+源码\Protection-4.6.jar

     文件        701  2015-10-02 10:51  readAPI破解key+源码\Secure.key

     文件        744  2015-10-02 11:22  readAPI破解key+源码\ServiceV.key

     文件        767  2013-01-22 16:07  readAPI破解key+源码\soapui.key

     文件      19438  2015-09-30 14:52  readAPI破解key+源码\src\com\eviware\soapui\impl\wsdl\submit\transports\http\HttpClientRequestTransport.java

     文件      15005  2015-09-30 09:00  readAPI破解key+源码\src\com\eviware\soapui\impl\wsdl\support\http\HttpClientSupport.java

     文件      19992  2015-10-01 21:58  readAPI破解key+源码\src\com\jp\protection\pub\LicenseReader.java

     文件       2842  2015-09-29 10:09  readAPI破解key+源码\src\com\smartbear\ready\license\analytics\ReadyApiProductInfo.java

     文件       4762  2015-09-28 20:47  readAPI破解key+源码\src\com\smartbear\ready\license\LicenseBootstrap.java

     文件       2806  2015-09-29 10:17  readAPI破解key+源码\src\com\smartbear\ready\license\LicenseManagerServiceFactory.java

     文件       2060  2015-09-30 21:09  readAPI破解key+源码\src\com\smartbear\ready\license\LicenseState.java

     文件       4251  2015-10-02 12:03  readAPI破解key+源码\src\com\smartbear\ready\license\validation\TrialLicenseInstallationValidator.java

     文件       8132  2015-10-02 12:01  readAPI破解key+源码\src\com\smartbear\ready\module\ConcurrentxmlLoadProcess.java

     文件       8343  2015-10-02 11:28  readAPI破解key+源码\src\LicenseTest.java

     文件      10917  2015-09-29 23:12  readAPI破解key+源码\src\Soaphttptest.java

     文件       4991  2015-10-01 17:30  readAPI破解key+源码\src\sss.java

     文件        284  2015-09-30 14:51  readAPI破解key+源码\src\UriTest.java

     文件        100  2018-01-04 11:33  readAPI破解key+源码\说明.txt

     目录          0  2015-09-30 14:52  readAPI破解key+源码\src\com\eviware\soapui\impl\wsdl\submit\transports\http

     目录          0  2015-09-30 14:41  readAPI破解key+源码\src\com\eviware\soapui\impl\wsdl\submit\transports

     目录          0  2015-09-30 09:00  readAPI破解key+源码\src\com\eviware\soapui\impl\wsdl\support\http

     目录          0  2015-09-30 14:41  readAPI破解key+源码\src\com\eviware\soapui\impl\wsdl\submit

     目录          0  2015-09-30 09:00  readAPI破解key+源码\src\com\eviware\soapui\impl\wsdl\support

     目录          0  2015-09-29 15:40  readAPI破解key+源码\src\com\eviware\soapui\impl\wsdl\teststeps

     目录          0  2015-09-30 14:41  readAPI破解key+源码\src\com\eviware\soapui\impl\wsdl

     目录          0  2015-09-29 10:09  readAPI破解key+源码\src\com\smartbear\ready\license\analytics

     目录          0  2015-10-02 12:03  readAPI破解key+源码\src\com\smartbear\ready\license\validation

     目录          0  2015-09-29 15:27  readAPI破解key+源码\src\com\eviware\soapui\impl

............此处省略15个文件信息

评论

共有 条评论