Uses of Class
com.pnfsoftware.jeb.core.units.code.AddressableInstruction
Packages that use AddressableInstruction
Package
Description
Types related to JEB code plugins, including disassemblers, decompilers, and debuggers.
Control flow graph classes used by the Android components, including
dexdec
.Control-flow graph types specific to native code.
-
Uses of AddressableInstruction in com.pnfsoftware.jeb.core.units.code
Methods in com.pnfsoftware.jeb.core.units.code that return types with arguments of type AddressableInstructionModifier and TypeMethodDescriptionIControlFlowGraph.addressableInstructions()
Get an instruction-with-address iterator.Methods in com.pnfsoftware.jeb.core.units.code with parameters of type AddressableInstructionModifier and TypeMethodDescriptionDFA4.getDUI
(AddressableInstruction<InsnType> a) IDFA.getDUI
(AddressableInstruction<InsnType> a) -
Uses of AddressableInstruction in com.pnfsoftware.jeb.core.units.code.android.controlflow
Methods in com.pnfsoftware.jeb.core.units.code.android.controlflow that return types with arguments of type AddressableInstruction -
Uses of AddressableInstruction in com.pnfsoftware.jeb.core.units.code.asm.cfg
Methods in com.pnfsoftware.jeb.core.units.code.asm.cfg that return AddressableInstructionModifier and TypeMethodDescriptionCFG.findInstruction
(InsnType insn) Locate an instruction.BasicBlock.get2
(int index) Get the instruction at the specified index, in an addressable form.CFG.getAddressableInstruction
(long address) BasicBlock.getBranchingInstruction2()
Same asgetBranchingInstruction2(true, true)
.BasicBlock.getBranchingInstruction2
(boolean includeBreaking, boolean includeCalling) Retrieve the branching instruction, if any.BasicBlock.getLast2()
Get the last instruction of the block, in an addressable form.Methods in com.pnfsoftware.jeb.core.units.code.asm.cfg that return types with arguments of type AddressableInstructionModifier and TypeMethodDescriptionBasicBlock.addressableInstructions()
CFG.addressableInstructions()