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 FlowInformation
FlowInformation.EMPTY
Empty flow information: the instruction modifies the flow of execution, but no target is explicitly specified.static final FlowInformation
FlowInformation.EMPTY_NO_FT
Empty flow information, and implicit fall-through is disabled: the instruction modifies the flow of execution, but no target is explicitly specified.static final FlowInformation
FlowInformation.NONE
No flow information: the instruction does not modify the flow of execution.