Uses of Package
com.pnfsoftware.jeb.core.units.code.android.controlflow
Packages that use com.pnfsoftware.jeb.core.units.code.android.controlflow
Package
Description
Types related to JEB code plugins, including disassemblers, decompilers, and debuggers.
Control flow graph classes used by the Android components, including
dexdec
.Types representing an Dex structures and Dalvik code.
This package contains types used to publicly access and manipulate JEB's DEX Decompiler (referred
to as
dexdec
) Intermediate Representation (IR) objects.Specific types used by Dex units to render Dex disassembly code.
-
Classes in com.pnfsoftware.jeb.core.units.code.android.controlflow used by com.pnfsoftware.jeb.core.units.codeClassDescriptionThis class represents a Control Flow Graph for a method, or more generally, any body of code.
-
Classes in com.pnfsoftware.jeb.core.units.code.android.controlflow used by com.pnfsoftware.jeb.core.units.code.android.controlflowClassDescriptionThis class represents a basic block of generic instructions.Used to construct a
BasicBlock
.This class represents a Control Flow Graph for a method, or more generally, any body of code.Type of data flow analysis chain.Define an irregular flow between two blocks of a CFG.Provide additional variable information to a CFG and associated classes. -
Classes in com.pnfsoftware.jeb.core.units.code.android.controlflow used by com.pnfsoftware.jeb.core.units.code.android.dexClassDescriptionThis class represents a Control Flow Graph for a method, or more generally, any body of code.
-
Classes in com.pnfsoftware.jeb.core.units.code.android.controlflow used by com.pnfsoftware.jeb.core.units.code.android.irClassDescriptionThis class represents a basic block of generic instructions.This class represents a Control Flow Graph for a method, or more generally, any body of code.Provide additional variable information to a CFG and associated classes.
-