Uses of Interface
com.pnfsoftware.jeb.core.units.code.ICFGOwnerContext
Packages that use ICFGOwnerContext
Package
Description
Types related to JEB code plugins, including disassemblers, decompilers, and debuggers.
Control flow graph classes used by the Android components, including
dexdec
.This package contains types used to publicly access and manipulate JEB's DEX Decompiler (referred
to as
dexdec
) Intermediate Representation (IR) objects.Control-flow graph types specific to native code.
-
Uses of ICFGOwnerContext in com.pnfsoftware.jeb.core.units.code
Methods in com.pnfsoftware.jeb.core.units.code that return ICFGOwnerContextModifier and TypeMethodDescriptionMethods in com.pnfsoftware.jeb.core.units.code with parameters of type ICFGOwnerContextModifier and TypeMethodDescriptionvoid
DFA4.setVariableInformationProvider
(ICFGOwnerContext varInfoProvider) void
IDFA.setVariableInformationProvider
(ICFGOwnerContext varInfoProvider) -
Uses of ICFGOwnerContext in com.pnfsoftware.jeb.core.units.code.android.controlflow
Subinterfaces of ICFGOwnerContext in com.pnfsoftware.jeb.core.units.code.android.controlflowModifier and TypeInterfaceDescriptioninterface
Provide additional variable information to a CFG and associated classes. -
Uses of ICFGOwnerContext in com.pnfsoftware.jeb.core.units.code.android.ir
Subinterfaces of ICFGOwnerContext in com.pnfsoftware.jeb.core.units.code.android.ir -
Uses of ICFGOwnerContext in com.pnfsoftware.jeb.core.units.code.asm.cfg
Subinterfaces of ICFGOwnerContext in com.pnfsoftware.jeb.core.units.code.asm.cfgModifier and TypeInterfaceDescriptioninterface
Variable information provider (such as names).