|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
|---|---|
| TextComponent | Interface of a TextComponent, which can contain either TextComposite or TextLeaf. |
| Class Summary | |
|---|---|
| AsmDexifierAnnotationVisitor | An AnnotationVisitor that prints the AsmDex code that generates the Annotations it
visits. |
| AsmDexifierApplicationVisitor | An ApplicationVisitor that prints the AsmDex code that generates the Application
it visits. |
| AsmDexifierClassVisitor | A ClassVisitor that prints the AsmDex code that generates the classes it
visits. |
| AsmDexifierFieldVisitor | A FieldVisitor that prints the AsmDex code that generates the Fields it
visits. |
| AsmDexifierMethodVisitor | A MethodVisitor that prints the AsmDex code that generates the Methods it
visits. |
| AsmDexPrinter | An abstract visitor for the AsmDexifier. |
| RegisterShiftApplicationAdapter | Application Adapter used to shift all the registers found in the bytecode. |
| RegisterShiftClassAdapter | Class Adapter used to shift all the registers found in the bytecode. |
| RegisterShiftClassAdapterExample | Class Adapter used to shift all the registers found in the bytecode. |
| RegisterShiftMethodAdapter | Method Adapter used to shift all the registers found in the bytecode. |
| TextComposite | Contains various TextComponents, which can be Composite or TextLeaf. |
| TextLeaf | Leaf of a tree that contains a text and can print it. |
Tools that can be used with ASMDEX. The asmdexifier will convert a dex file to a java file generating this dex file. Some visitors can be used to shift registers but they must be used with care as some instructions only work on some specific ranges of registers.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||