Uses of Interface
com.pnfsoftware.jeb.core.units.code.android.ir.IDTryData
Packages that use IDTryData
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 IDTryData in com.pnfsoftware.jeb.core.units.code.android.ir
Methods in com.pnfsoftware.jeb.core.units.code.android.ir that return IDTryDataModifier and TypeMethodDescriptionIDTryData.copy()
Perform a deep-copy this object.DExecutionParameters.getExceptionData()
IDMethodContext.getExceptionData()
Retrieve the exception information for the current IR, if theexception information
were parsed when the Dalvik method was converted to IR.Methods in com.pnfsoftware.jeb.core.units.code.android.ir with parameters of type IDTryDataModifier and TypeMethodDescriptionstatic int
DUtil.removeUnreachableBlocks
(CFG<IDInstruction> cfg, IDTryData ex) Remove unreachable blocks from an IR-CFG.void
IDMethodContext.replace
(CFG<IDInstruction> replCfg, IDTryData replExdata) Replace the current IR by a new CFG and exception information.static boolean
DUtil.unprotectBlock
(CFG<IDInstruction> cfg, IDTryData exdata, int blkAddress) Unprotect a basic block.static void
DUtil.verifyGraph
(IDMethodContext ctx, CFG<IDInstruction> cfg, IDTryData exdata, String dumpFilename, String info) Verify an IR-CFG.Constructors in com.pnfsoftware.jeb.core.units.code.android.ir with parameters of type IDTryDataModifierConstructorDescriptionDExecutionParameters
(CFG<IDInstruction> cfg, IDTryData exdata) Create an object, ready to emulate an entire IR routine.