首页
社区
课程
招聘
[旧帖] 一款不错的手机 科学计算机 java 程序破解! 0.00雪花
发表于: 2008-6-27 07:55 4119

[旧帖] 一款不错的手机 科学计算机 java 程序破解! 0.00雪花

2008-6-27 07:55
4119
直接解压.jar 文件  找到 c.class 将它反汇编直接就能看到明码比较。

import javax.microedition.lcdui.*;

public final class c
    implements CommandListener
{

    k a;
    boolean b;
    public Form c;
    StringItem d;
    StringItem e;
    TextField f;
    Command g;
    Command h;
    private CalculatorMIDlet i;

    public c(k k1, CalculatorMIDlet calculatormidlet)
    {
        b = false;
        a = k1;
        i = calculatormidlet;
        c = new Form("Register");
    }

    public final void a()
    {
        if(!b)
        {
            f = new TextField("Please enter registration key:", "", 5, 2);
            d = new StringItem(null, null);
            e = new StringItem("Your support to Five Deers is very important to us.Please buy from the authorize" +
"d site it was downloaded."
, null);
            c.append(e);
            c.append(f);
            c.append(d);
            b = true;
        }
        c.removeCommand(g);
        c.removeCommand(h);
        g = new Command("Register", 3, 0);
        h = new Command("Back", 4, 1);
        c.addCommand(g);
        c.addCommand(h);
        c.setCommandListener(this);
        Display.getDisplay(i).setCurrent(c);
    }

    public final void commandAction(Command command, Displayable displayable)
    {
        if(b && c != null)
        {
            if(command == g)
            {
                if(f.getString().compareTo("95271") == 0)      -------》》注册码:95271
                {
                    i.a(1);
                    d.setText("\nThank you for your registration.  Have fun!");
                    c.removeCommand(g);
                    c.removeCommand(h);
                    h = null;
                    h = new Command("Back", 3, 0);
                    c.addCommand(h);
                    c.deleteAll();
                    c.append(d);
                    return;
                } else
                {
                    f.setString("");
                    d.setText("\nSorry, but the registration key is wrong.  Please try again.");
                    return;
                }
            }
            if(command == h)
            {
                c.removeCommand(g);
                c.removeCommand(h);
                Display.getDisplay(i).setCurrent(a);
                a.c = 1;
            }
        }
    }
}

[培训]《安卓高级研修班(网课)》月薪三万计划,掌握调试、分析还原ollvm、vmp的方法,定制art虚拟机自动化脱壳的方法

收藏
免费 0
支持
分享
最新回复 (5)
雪    币: 163
活跃值: (11)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
下载 网站http://www.fivedeers.com/
软件版本  xcalc 1.1.06
2008-6-27 07:57
0
雪    币: 328
活跃值: (39)
能力值: ( LV9,RANK:210 )
在线值:
发帖
回帖
粉丝
3
这是什么意思,没明白,要说的是什么意思
2008-6-27 09:09
0
雪    币: 210
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
请教如果是需要更改源代码的,更改后怎样把程序又编译起来呢?
2008-6-27 09:30
0
雪    币: 200
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
5
这是什么意思,没明白,
2008-6-28 03:51
0
雪    币: 163
活跃值: (11)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
6
这是一个 手机 计算器软件 功能不错
下载
2008-6-28 08:15
0
游客
登录 | 注册 方可回帖
返回
//