jreversepro.revengine
Interface JReverseEngineer
- All Known Implementing Classes:
- JDecompiler, JDisAssembler
- public interface JReverseEngineer
Common interface to decompiler and disassembler
- Author:
- Karthik Kumar
|
Field Summary |
static java.lang.String |
DECOMPILE_FAILED_MSG
Message that appears when decompiling fails. |
|
Method Summary |
void |
genCode()
Generates the code for disassembler and decompiler. |
DECOMPILE_FAILED_MSG
public static final java.lang.String DECOMPILE_FAILED_MSG
- Message that appears when decompiling fails.
- See Also:
- Constant Field Values
genCode
public void genCode()
throws RevEngineException,
java.io.IOException,
ClassParserException
- Generates the code for disassembler and decompiler.
- Throws:
java.io.IOException - Thrown in case of any i/o error.
RevEngineException - Thrown in case of any code error in the
decompiling engine.
ClassParserException - Thrown in case of an invalid
constantpool reference.
Submit Feedback to akkumar@users.sourceforge.net