Giter Club home page Giter Club logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 23, 2024
[deleted comment]

from dex2jar.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 23, 2024
使用jad后,反编译时提示:
can not fully decompile method onCreateDialog
can not fully decompile method onOptionItemSelected
编译后的结果为:

    protected Dialog onCreateDialog(int i)
    {
        i;
        JVM INSTR tableswitch 1 1: default 20
    //                   1 24;
           goto _L1 _L2
_L1:
        Object obj = null;
_L4:
        return ((Dialog) (obj));
_L2:
        obj = (new android.app.AlertDialog.Builder(this)).setTitle("\u5173\u4E8E").setIcon(0x108009b).setMessage("TinyPlayer\n\u5173\u4E8E").setPositiveButton("\u786E\u5B9A", null).create();
        if(true) goto _L4; else goto _L3
_L3:
    }

    public boolean onOptionsItemSelected(MenuItem menuitem)
    {
        boolean flag = super.onOptionsItemSelected(menuitem);
        menuitem.getItemId();
        JVM INSTR tableswitch 1 1: default 32
    //                   1 34;
           goto _L1 _L2
_L1:
        return true;
_L2:
        showDialog(1);
        if(true) goto _L1; else goto _L3
_L3:
    }

Original comment by [email protected] on 28 Feb 2011 at 7:50

from dex2jar.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 23, 2024
出错的.class文件

Original comment by [email protected] on 28 Feb 2011 at 7:53

Attachments:

from dex2jar.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 23, 2024
我也遇到相同的问题. 

Original comment by [email protected] on 19 Apr 2011 at 6:00

from dex2jar.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 23, 2024
0.0.7.11,switch的bug依然在。
PS:用JD-GUI以及DJ Java 
decompiler测试。具体表现在于没判断好每个分支的结束部分。

Original comment by [email protected] on 8 Oct 2011 at 10:30

from dex2jar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.