破解MyEclipse

本文提供了详细的MyEclipse破解步骤,包括使用特定工具和代码生成破解码的方法,以及如何在软件中正确应用这些破解码。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

一、破解软件

破解工具:Myeclipse破解.rar

破解步骤:
0:运行 run.bat

1. 输入Usercode

2. 点击'SystemId...', 生成SystemId

3. 点击'Active', 生成LICENSE_KEY, ACTIVATION_CODE, ACTIVATION_KEY

4. 点击菜单'Tools -> 2.SaveProperties...', 

5. 点击菜单'Tools -> 1.ReplaceJarFile', 选择${eclipse_home}/plugins目录, 等待30秒左右.

说明:${eclipse_home}/plugins是eclipse安装目录下有个pugins文件夹,,如果没有,在common下的plugins下.

执行以上5个步骤,破解成功.(第4步和第5步顺序不可颠倒)

 

 

二、生成破解码(有时候不成功,显示只有五天试用期)

用原来注册的subscriber 名称为参数获取新的注册码

1、拷贝代码并编译

 1  
 2 import java.text.DecimalFormat;
 3 import java.text.NumberFormat;
 4 import java.text.SimpleDateFormat;
 5 import java.util.Calendar;
 6 
 7 public class CodeOne {
 8     public static final void main(String[] args){          
 9         String subscriber = "feifei";  //subscriber        
10         String licenseNum = "500";  //Number of Licenses        
11         String version = "100"; //版本号        
12         String subscriptionCode = getSubscriptionCode(subscriber, version , licenseNum ,true);        
13         System.out.println(subscriptionCode);  //gLR8ZO-655055-62677056522757051    
14         }     
15     
16     public static String getSubscriptionCode( String subscriber, String version, String licenseNum,  boolean selected)  {          
17             Calendar cal = Calendar.getInstance();          
18             cal.add(1, 3);  //年份加三年        
19             cal.add(6, -1);  //日期减一        //当前日期20141226,到期日期则为20171225        
20             NumberFormat nf = new DecimalFormat("000");          
21             licenseNum = nf.format(Integer.valueOf(licenseNum));          
22             String verTime = selected ? (new StringBuffer("-")).append(                  
23                     (new SimpleDateFormat("yyMMdd")).format(cal.getTime())).append("0").toString() : "-0812310";  
24                     String type = "YE3MB-";          
25                     String need = (new StringBuffer(String.valueOf(subscriber.substring(0, 1)))).append(type).append(version).append(licenseNum).append(verTime).toString();          
26                     String dx = (new StringBuffer(String.valueOf(need))).append("Decompiling this copyrighted software is a violation of both your license agreement and the Digital Millenium Copyright Act of 1998 (http://www.loc.gov/copyright/legislation/dmca.pdf). Under section 1204 of the DMCA, penalties range up to a $500,000 fine or up to five years imprisonment for a first offense. Think about it; pay for a license, avoid prosecution, and feel better about yourself.").append(subscriber).toString();         
27                     int suf = decode(dx);          
28                     String code = (new StringBuffer(String.valueOf(need))).append(String.valueOf(suf)).toString();
29         return change(code);      
30     }     
31     
32     private static int decode(String s) {          
33         int i = 0;          
34         char ac[] = s.toCharArray();          
35         int j = 0;          
36         for (int k = ac.length; j < k; j++)              
37             i = 31 * i + ac[j];        
38         return Math.abs(i);      
39         }     
40     
41     private static String change(String s) {         
42         byte abyte0[] = s.getBytes();          
43         char ac[] = new char[s.length()];          
44         int i = 0;          
45         for (int k = abyte0.length; i < k; i++) {              
46             int j = abyte0[i];              
47             if (j >= 48 && j <= 57)                 
48                 j = ((j - 48) + 5) % 10 + 48;              
49             else if (j >= 65 && j <= 90)                  
50                 j = ((j - 65) + 13) % 26 + 65;              
51             else if (j >= 97 && j <= 122)                 
52                 j = ((j - 97) + 13) % 26 + 97;              
53             ac[i] = (char) j;          
54             }         
55         return String.valueOf(ac);      
56         }
57 }

 

2、运行结果

sLR8ZO-655055-7756685919294619

3、单击菜单栏 MyEclipse——》subscription information...

  输入subscriber:、以及subscription code:运行结果

转载于:https://www.cnblogs.com/shelly0307/p/10269165.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值