资源简介
此文件中包括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\Concurrentxm
文件 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个文件信息
- 上一篇:8255单片机led显示实验
- 下一篇:最全的动态等待图Londing
相关资源
- zend studio 12 破解 注册码 key 绿色版
- SAP 开发Key破解工具
- AutoHotkey中文手册
- usbkey国密接口测试工具
- Total Commander 9.21a KEY 注册
- Unigui 1.50.0.1481(含keygen)
- altium适用的m.2接口封装, MKey的插头和
- SolarWinds-Engineers-Toolset-V9-2002CATV-Keyge
- ROCKEY4ND加密锁硬复制程序Nig提供
- CKEY动态认证系统技术白皮书v2.1
- DameWare 7.5.9.1 汉化绿色版+keygen注册机
- wkeyuan-DWSurvey-master.zip
- CE之父指针扫描专家4.2(免KEY版)
- EES keygen 注册机
- 基于MSP430的数控直流电压源
- Raise Data Recovery v5.x keygen
- Visual Assist_VA_X_2283_2破解版带key绿色单
- ComponentOne Studio 2015 注册机 keygen
- Com2Key 串口模拟键盘口输出
- Radmin server 3.4 完美破解版
- Autodesk Inventor2008注冊機AUTODESK.INVENTO
- WinHex 17.2 官方简体中文版 + 注册机
- Biokey200/URU4000B指纹仪驱动与SDK
- Bandicam+keymaker
- 飞天诚信Rockey3写锁工具
- Delphi XE10.2下使用FireMonkey进行跨平台开
- 한글2007 hangul cdkey
- unlocker3.0+VMware Workstation 15 Pro自行+Ke
- 矩阵键盘4*4
- ReadyAPI-2.6.0破解.rar
评论
共有 条评论