Uses of Class
com.pnfsoftware.jeb.core.units.code.asm.analyzer.SwitchInformation
Packages that use SwitchInformation
Package
Description
Types relating to the disassembler engine.
-
Uses of SwitchInformation in com.pnfsoftware.jeb.core.units.code.asm.analyzer
Methods in com.pnfsoftware.jeb.core.units.code.asm.analyzer that return types with arguments of type SwitchInformationModifier and TypeMethodDescriptionAbstractAnalyzerExtension.determineSwitchInformation
(long branchInstructionAddress, IBasicBlockSkeleton<InsnType> branchInstructionBlock, List<IBasicBlockSkeleton<InsnType>> knownBlocks) The default result (ChainedOperationResult.getResult()
) is null.INativeCodeAnalyzerExtension.determineSwitchInformation
(long branchInstructionAddress, IBasicBlockSkeleton<InsnType> branchInstructionBlock, List<IBasicBlockSkeleton<InsnType>> knownBlocks) Determine (heuristically) the information related to a switch-like statement, i.e.