Uses of Class
com.pnfsoftware.jeb.core.units.code.FlowInformation
Packages that use FlowInformation
Package
Description
Types related to JEB code plugins, including disassemblers, decompilers, and debuggers.
-
Uses of FlowInformation in com.pnfsoftware.jeb.core.units.code
Fields in com.pnfsoftware.jeb.core.units.code declared as FlowInformationModifier and TypeFieldDescriptionstatic final FlowInformationFlowInformation.EMPTYEmpty flow information: the instruction modifies the flow of execution, but no target is explicitly specified.static final FlowInformationFlowInformation.EMPTY_NO_FTEmpty flow information, and implicit fall-through is disabled: the instruction modifies the flow of execution, but no target is explicitly specified.static final FlowInformationFlowInformation.NONENo flow information: the instruction does not modify the flow of execution.