Uses of Interface
com.pnfsoftware.jeb.core.units.code.android.ir.IDEmuContext
Packages that use IDEmuContext
Package
Description
This package contains types used to publicly access and manipulate JEB's DEX Decompiler (referred
to as
dexdec
) Intermediate Representation (IR) objects.-
Uses of IDEmuContext in com.pnfsoftware.jeb.core.units.code.android.ir
Methods in com.pnfsoftware.jeb.core.units.code.android.ir that return IDEmuContextModifier and TypeMethodDescriptionIDEmuContext.copy()
Perform a deep copy of this context, including the frames.IDState.deleteTopContext()
Delete the most recent (top) execution context.IDState.getCurrentContext()
Convenience method to retrieve the current (newest) context.IDState.pushContext
(String name) Create and push a new execution context.Methods in com.pnfsoftware.jeb.core.units.code.android.ir that return types with arguments of type IDEmuContextModifier and TypeMethodDescriptionIDState.getContexts()
Retrieve a read-only collection of emulation contexts.