Uses of Interface
com.pnfsoftware.jeb.core.units.code.android.ir.IDEmuFrame
Packages that use IDEmuFrame
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 IDEmuFrame in com.pnfsoftware.jeb.core.units.code.android.ir
Methods in com.pnfsoftware.jeb.core.units.code.android.ir that return IDEmuFrameModifier and TypeMethodDescriptionIDEmuFrame.copy()Perform a deep copy of this frame.IDState.deleteTopFrame()Delete the most recent (top) frame of the current execution context.IDState.getCurrentFrame()Convenience method to retrieve the top frame of the current (newest) context.IDEmuContext.getFrame(int index) Retrieve a frame by index.Create and push a frame within the current (top) emulation context.Methods in com.pnfsoftware.jeb.core.units.code.android.ir that return types with arguments of type IDEmuFrameModifier and TypeMethodDescriptionIDEmuContext.getFrames()Retrieve the read-only list of frames.