Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.IEStateHooks
Packages that use IEStateHooks
Package
Description
This package contains types used to publicly access and manipulate JEB's DEX Decompiler (referred
to as
dexdec
) Intermediate Representation (IR) objects.Types used to create and access
gendec
's IR (Intermediate Representation).-
Uses of IEStateHooks in com.pnfsoftware.jeb.core.units.code.android.ir
Methods in com.pnfsoftware.jeb.core.units.code.android.ir with parameters of type IEStateHooksModifier and TypeMethodDescriptionint
IDState.registerNativeEmulatorMemoryHooks
(IEStateHooks hooks) Register a native emulator memory hooks. -
Uses of IEStateHooks in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir with parameters of type IEStateHooksModifier and TypeMethodDescriptionvoid
EState.registerHooks
(IEStateHooks hooks, boolean insertFirst) void
EState.unregisterHooks
(IEStateHooks hooks)