Uses of Class
com.pnfsoftware.jeb.core.units.code.PointerLocation
Packages that use PointerLocation
Package
Description
Types relating to the disassembler engine.
-
Uses of PointerLocation in com.pnfsoftware.jeb.core.units.code.asm.analyzer
Method parameters in com.pnfsoftware.jeb.core.units.code.asm.analyzer with type arguments of type PointerLocationModifier and TypeMethodDescriptionAbstractAnalyzerExtension.determinePotentialPointersInProtoBlock(IBasicBlockSkeleton<InsnType> blk, List<PointerLocation> values) The default result (ChainedOperationResult.getResult()) is false.INativeCodeAnalyzerExtension.determinePotentialPointersInProtoBlock(IBasicBlockSkeleton<InsnType> blk, List<PointerLocation> values) Determine additional pointers to be analyzed (addresses to data or code) that may be inferred from the analysis of the provided basic block skeleton (proto-basic block).