Ericky 发表于 2015-12-27 22:37

一枚Crackme

一枚Crackme
欢迎大家来玩


冥界3大法王 发表于 2017-5-1 08:49

替换成
    const-string v3, "OK"

    invoke-virtual {v2, v3, v5}, Landroid/app/AlertDialog$Builder;->setPositiveButton(Ljava/lang/CharSequence;Landroid/content/DialogInterface$OnClickListener;)Landroid/app/AlertDialog$Builder;

    move-result-object v2


public void onClick(View paramView)
{
    RegActivity.access$0(this.this$0).setEnabled(false);
    paramView = RegActivity.access$1(this.this$0).getText().toString().trim();
    if ((paramView == null) || (paramView.length() == 0)) {
      Toast.makeText(this.this$0, "请输入密码", 0).show();
    }
    for (;;)
    {
      RegActivity.access$0(this.this$0).setEnabled(true);
      return;
      if ((paramView.length() != 6) || (!isNumeric(paramView)))
      {
      new AlertDialog.Builder(this.this$0).setTitle("Message:").setMessage("wrong!").setPositiveButton("OK", null).show();
      }
      else if ((((MyApp)this.this$0.getApplication()).Monkey()) && (((MyApp)this.this$0.getApplication()).Mantis(paramView)) && (((MyApp)this.this$0.getApplication()).Crane()) && (((MyApp)this.this$0.getApplication()).Viper(paramView)) && (((MyApp)this.this$0.getApplication()).Tigeress(paramView)) && (((MyApp)this.this$0.getApplication()).Tailang(paramView)) && (((MyApp)this.this$0.getApplication()).MasterShifu(paramView)))
      {
      paramView = ((MyApp)this.this$0.getApplication()).Panda();
      new AlertDialog.Builder(this.this$0).setTitle("Message:").setMessage(paramView).setPositiveButton("OK", null).show();
      ((MyApp)this.this$0.getApplication()).deleteSN();
      }
    }
}
}

Monkey那句是啥意思?

冥界3大法王 发表于 2017-5-1 08:54

干脆删除了这个
.line 66
    const-string v3, "Message:"

    invoke-virtual {v2, v3}, Landroid/app/AlertDialog$Builder;->setTitle(Ljava/lang/CharSequence;)Landroid/app/AlertDialog$Builder;

    move-result-object v2

    .line 67
    const-string v3, "wrong!"

    invoke-virtual {v2, v3}, Landroid/app/AlertDialog$Builder;->setMessage(Ljava/lang/CharSequence;)Landroid/app/AlertDialog$Builder;

    move-result-object v2

核客人 发表于 2015-12-27 22:41

感谢分享,下来玩玩

徐诺心 发表于 2015-12-27 22:44

看看做的怎么样

闲月疏云 发表于 2015-12-27 22:59

看到论坛大牛的认证就知道小菜没希望了

huazang110 发表于 2015-12-27 23:20

楼主你截图很困难吗{:301_1009:}

windwing1883 发表于 2015-12-27 23:39

明天再说,标记一下

Ericky 发表于 2015-12-27 23:48

huazang110 发表于 2015-12-27 23:20
楼主你截图很困难吗

要什么图 我给你截

370266652 发表于 2015-12-28 15:59

来占个楼.- -

越陷越深越迷茫 发表于 2015-12-28 15:59

看到这个我就望洋兴叹了

最凉不过人心 发表于 2015-12-28 16:00

看看了 谢谢楼主分享
页: [1] 2 3 4 5 6 7 8 9 10
查看完整版本: 一枚Crackme