Donate Share

Java Optimize and Decompile Environment

Code

Programming Languages: Java

License: GNU General Public License (GPL), GNU Library or Lesser General Public License (LGPL)

Repositories

browse code, statistics svn co https://jode.svn.sourceforge.net/svnroot/jode jode

Show:

What's happening?

  • Exception while decompiling:jode.AssertError: initial stack

    at jode.flow.FlowBlock.mapStackToLocal(FlowBlock.java:1529) at jode.flow.FlowBlock.mapStackToLocal(FlowBlock.java:1549) at jode.flow.FlowBlock.mapStackToLocal(FlowBlock.java:1549) at jode.flow.FlowBlock.mapStackToLocal(FlowBlock.java:1515) at jode.decompiler.MethodAnalyzer.analyzeCode(MethodAnalyzer.java:580) at jode.decompiler.MethodAnalyzer.analyze(MethodAnalyzer.java:652) at...

    2009-09-03 01:46:49 UTC by nobody

  • Set classpath dialog

    1. Window does not have title. 2. auto text in textbox contains commas instead of semi-colons.

    2009-08-25 17:50:30 UTC by nobody

  • Followup: RE: code analysis

    If you just want disassembled code, why not use javap? If you want to get the bytecode corresponding to an individual block, JODE has no built-in facility to do that. However, I have modified JODE to support this. You can find the fork in the Volta project (see http://volta.sourceforge.net). There is also a high-level interface that I wrote on top of JODE called Cascade. For example, you can...

    2009-06-20 17:33:07 UTC by vocaro

  • code analysis

    how to get bytecode as output from decompiler...

    2009-06-20 10:07:40 UTC by soorejkv

  • code analysis

    hey anyone interested in tracing the code ... is there any provision to get the disassembled code.. i mean the byte code from the decompiler...........

    2009-06-20 10:03:42 UTC by soorejkv

  • tracing decompiler

    im interested in tracing the code of the decompiler how this disassembling and bytecode conversion part works can anyone help pls.

    2009-06-20 10:00:10 UTC by soorejkv