一枚Crackme
一枚Crackme欢迎大家来玩
替换成
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那句是啥意思? 干脆删除了这个
.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
感谢分享,下来玩玩 看看做的怎么样
看到论坛大牛的认证就知道小菜没希望了 楼主你截图很困难吗{:301_1009:} 明天再说,标记一下 huazang110 发表于 2015-12-27 23:20
楼主你截图很困难吗
要什么图 我给你截 来占个楼.- -
看到这个我就望洋兴叹了 看看了 谢谢楼主分享