Uses of Interface
com.pnfsoftware.jeb.core.units.code.ICodePointer
Packages that use ICodePointer
Package
Description
Types related to JEB code plugins, including disassemblers, decompilers, and debuggers.
Types relating to the disassembler engine.
Types used to create and access
gendec
's IR (Intermediate Representation).Types used for (limtied) native instruction simulation.
-
Uses of ICodePointer in com.pnfsoftware.jeb.core.units.code
Classes in com.pnfsoftware.jeb.core.units.code that implement ICodePointerMethods in com.pnfsoftware.jeb.core.units.code that return types with arguments of type ICodePointerModifier and TypeMethodDescriptionFlowInformation.getTargets()
IFlowInformation.getTargets()
Get the a list of targets.Methods in com.pnfsoftware.jeb.core.units.code with parameters of type ICodePointerModifier and TypeMethodDescriptionvoid
FlowInformation.addTarget
(ICodePointer entryPoint) Add a target to the list of possible targets.Method parameters in com.pnfsoftware.jeb.core.units.code with type arguments of type ICodePointerModifier and TypeMethodDescriptionvoid
FlowInformation.addTargets
(Collection<? extends ICodePointer> entryPoints) Add a collection of targets to the list of possible targets.Constructors in com.pnfsoftware.jeb.core.units.code with parameters of type ICodePointer -
Uses of ICodePointer in com.pnfsoftware.jeb.core.units.code.asm.analyzer
Methods in com.pnfsoftware.jeb.core.units.code.asm.analyzer that return ICodePointer -
Uses of ICodePointer in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir that return types with arguments of type ICodePointerModifier and TypeMethodDescriptionIEJumpFar.getPossibleTargets()
Retrieve the candidate native targets.Method parameters in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir with type arguments of type ICodePointerModifier and TypeMethodDescriptionvoid
IEJumpFar.setPossibleTargets
(List<ICodePointer> possibleTargets) Set the collection of candidate native targets. -
Uses of ICodePointer in com.pnfsoftware.jeb.core.units.code.asm.simulator
Methods in com.pnfsoftware.jeb.core.units.code.asm.simulator that return ICodePointerModifier and TypeMethodDescriptionICodeResolver.determineNextAddress
(IMachineContext context, InsnType instruction) Determine the next value of the program counter (PC).