Uses of Interface
com.pnfsoftware.jeb.core.units.code.android.ir.IDState
Packages that use IDState
Package
Description
This package and sub-packages contain all types used by Android code analysis plugins.
This package contains types used to publicly access and manipulate JEB's DEX Decompiler (referred
to as
dexdec
) Intermediate Representation (IR) objects.-
Uses of IDState in com.pnfsoftware.jeb.core.units.code.android
Methods in com.pnfsoftware.jeb.core.units.code.android that return IDState -
Uses of IDState in com.pnfsoftware.jeb.core.units.code.android.ir
Methods in com.pnfsoftware.jeb.core.units.code.android.ir that return IDStateModifier and TypeMethodDescriptionIDGlobalContext.createState()
Create a fresh, uninitialized IR state.IDGlobalContext.createState
(boolean initForEmulation, boolean loadDexdecEmuSettings) Create a fresh IR state.IDGlobalContext.getEmulator()
Retrieve the current IR state associated with the current thread.IDGlobalContext.getThreadSharedState()
Retrieve the current IR state associated with the current thread.IDState.shallowCopy()
Reserved for internal use.Methods in com.pnfsoftware.jeb.core.units.code.android.ir with parameters of type IDStateModifier and TypeMethodDescriptionEvaluate this expression.IDMethodExecutionHelper.simulateExecution
(IDState state, List<IDImm> args) When this method is called, the State's top frame has a PC set at thetarget method
entry-point.