Uses of Interface
com.pnfsoftware.jeb.core.units.code.android.dex.IDalvikInstruction
Packages that use IDalvikInstruction
Package
Description
Types representing Dex structures and Dalvik code.
This package contains types used to publicly access and manipulate JEB's DEX Decompiler (referred
to as
dexdec) Intermediate Representation (IR) objects.Specific types used by Dex units to render Dex disassembly code.
-
Uses of IDalvikInstruction in com.pnfsoftware.jeb.core.units.code.android.dex
Methods in com.pnfsoftware.jeb.core.units.code.android.dex that return IDalvikInstructionModifier and TypeMethodDescriptionIDexCodeItem.getInstruction(int index) Get the instruction at the provided index.IDexMethod.getInstruction(int index) IDexCodeItem.getInstructionAt(int offsetInMethod) Get the instruction at the provided byte offset in the method.Methods in com.pnfsoftware.jeb.core.units.code.android.dex that return types with arguments of type IDalvikInstructionModifier and TypeMethodDescriptionIDexCodeItem.getControlFlowGraph()Returns the CFG for this method.IDexCodeItem.getInstructions()Get the list of parsed bytecode instructions, ordered by ascending offset.IDexMethod.getInstructions() -
Uses of IDalvikInstruction in com.pnfsoftware.jeb.core.units.code.android.ir
Methods in com.pnfsoftware.jeb.core.units.code.android.ir that return IDalvikInstructionModifier and TypeMethodDescriptionDexDecConversionException.getInstruction()Retrieve the instruction that could not be converted.Constructors in com.pnfsoftware.jeb.core.units.code.android.ir with parameters of type IDalvikInstructionModifierConstructorDescriptionCreate a conversion exception for an instruction.DexDecConversionException(IDalvikInstruction insn, String details) Create a conversion exception for an instruction. -
Uses of IDalvikInstruction in com.pnfsoftware.jeb.core.units.code.android.render
Method parameters in com.pnfsoftware.jeb.core.units.code.android.render with type arguments of type IDalvikInstructionModifier and TypeMethodDescriptionIDexItemToAnchor.fromInstruction(IDexMethod m, BasicBlock<IDalvikInstruction> b) Convert the first instruction of aBasicBlockof anIDexMethodto its anchor id.