Uses of Interface
com.pnfsoftware.jeb.core.units.code.ILocatedInstruction
Packages that use ILocatedInstruction
Package
Description
Types related to JEB code plugins, including disassemblers, decompilers, and debuggers.
Control flow graph classes used by the Android components, including
dexdec
.Types representing an 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.-
Uses of ILocatedInstruction in com.pnfsoftware.jeb.core.units.code
Classes in com.pnfsoftware.jeb.core.units.code that implement ILocatedInstructionModifier and TypeClassDescriptionclass
AddressableInstruction<InsnType extends IInstruction>
Decorator that makesaddress-less
instructionsaddressable
.Methods in com.pnfsoftware.jeb.core.units.code with parameters of type ILocatedInstructionModifier and TypeMethodDescriptionstatic CodePointer
CodePointer.createFrom
(ILocatedInstruction insn) -
Uses of ILocatedInstruction in com.pnfsoftware.jeb.core.units.code.android.controlflow
Classes in com.pnfsoftware.jeb.core.units.code.android.controlflow with type parameters of type ILocatedInstructionModifier and TypeClassDescriptionclass
AbstractGraphReorganizer<InsnType extends ILocatedInstruction>
Facility for CFG graph nodes reordering and graph address shifting.class
BasicBlock<InsnType extends ILocatedInstruction>
This class represents a basic block of generic instructions.class
BasicBlockBuilder<InsnType extends ILocatedInstruction>
Used to construct aBasicBlock
.class
CFG<InsnType extends ILocatedInstruction>
This class represents a Control Flow Graph for a method, or more generally, any body of code. -
Uses of ILocatedInstruction in com.pnfsoftware.jeb.core.units.code.android.dex
Subinterfaces of ILocatedInstruction in com.pnfsoftware.jeb.core.units.code.android.dexModifier and TypeInterfaceDescriptioninterface
Definition of a Dalvik instruction. -
Uses of ILocatedInstruction in com.pnfsoftware.jeb.core.units.code.android.ir
Subinterfaces of ILocatedInstruction in com.pnfsoftware.jeb.core.units.code.android.ir