Uses of Interface
com.pnfsoftware.jeb.util.graph.IAddressableDigraphBuilder
Packages that use IAddressableDigraphBuilder
Package
Description
Types related to JEB code plugins, including disassemblers, decompilers, and debuggers.
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).-
Uses of IAddressableDigraphBuilder in com.pnfsoftware.jeb.core.units.code
Methods in com.pnfsoftware.jeb.core.units.code that return IAddressableDigraphBuilderModifier and TypeMethodDescriptionstatic IAddressableDigraphBuilder
CodeUtil.createCallgraphBuilder
(ICodeUnit unit) -
Uses of IAddressableDigraphBuilder in com.pnfsoftware.jeb.core.units.code.android
Classes in com.pnfsoftware.jeb.core.units.code.android that implement IAddressableDigraphBuilderModifier and TypeClassDescriptionclass
Specialized builder for Dalvik Dex call-graphs. -
Uses of IAddressableDigraphBuilder in com.pnfsoftware.jeb.core.units.code.asm
Classes in com.pnfsoftware.jeb.core.units.code.asm that implement IAddressableDigraphBuilderModifier and TypeClassDescriptionclass
A builder ofcallgraph
(sub-routine caller/callee relationships) for native code units.