Uses of Class
com.pnfsoftware.jeb.util.graph.Digraph
Packages that use Digraph
Package
Description
Types used by scripts to interact with the analysis results presented by a JEB client.
This package and sub-packages contain all types used by Android code analysis plugins.
This package and sub-packages contains types used by the native code analysis pipeline, including
gendec
(the generic decompiler).Types used to represent graphs.
-
Uses of Digraph in com.pnfsoftware.jeb.client.api
Methods in com.pnfsoftware.jeb.client.api with parameters of type DigraphModifier and TypeMethodDescriptiondefault void
IGraphicalClientContext.displayGraph
(String caption, Digraph graph) Create a graph dialog.void
IGraphicalClientContext.displayGraph
(String caption, Digraph graph, GraphDialogExtensions ext) Create a graph dialog. -
Uses of Digraph in com.pnfsoftware.jeb.core.units.code.android
Methods in com.pnfsoftware.jeb.core.units.code.android that return Digraph -
Uses of Digraph in com.pnfsoftware.jeb.core.units.code.asm
Methods in com.pnfsoftware.jeb.core.units.code.asm that return Digraph -
Uses of Digraph in com.pnfsoftware.jeb.util.graph
Methods in com.pnfsoftware.jeb.util.graph that return DigraphModifier and TypeMethodDescriptionIAddressableDigraphBuilder.buildModel()
static Digraph
Digraph.create()
Digraph.done()
Clients can call this method to indicate that the initial graph is built: after calling this method, additions of vertices or edges is forbidden.Digraph.e
(int srcId, int dstId) static Digraph
Digraph.v
(int id) Add a vertex to this graph.Methods in com.pnfsoftware.jeb.util.graph that return types with arguments of type Digraph