Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.IEStateHooks
Packages that use IEStateHooks
Package
Description
This package and sub-packages contain all types used by Android code analysis plugins, including
dexdec, the dex decompiler.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
Classes in com.pnfsoftware.jeb.core.units.code.android that implement IEStateHooksModifier and TypeClassDescriptionclass//?type=android-emu-hooks // ...Methods in com.pnfsoftware.jeb.core.units.code.android that return IEStateHooksModifier and TypeMethodDescriptionAndroidEmulationHooksSkeleton.getNativeMemoryHooks()The default implementation returns this object.IAndroidEmulationHooks.getNativeMemoryHooks()Provide an object to hook native memory access by the emulator. -
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 TypeMethodDescriptionintIDState.registerNativeEmulatorMemoryHooks(IEStateHooks hooks) Register a native emulator memory hooks. -
Uses of IEStateHooks in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir
Fields in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir with type parameters of type IEStateHooksMethods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir with parameters of type IEStateHooksModifier and TypeMethodDescriptionvoidEState.registerHooks(IEStateHooks hooks, boolean insertFirst) voidEState.unregisterHooks(IEStateHooks hooks) Constructor parameters in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir with type arguments of type IEStateHooksModifierConstructorDescriptionStateInfo(Map<Integer, IEImm> gvars, long nativeStackStart, long nativeStackEnd, IVirtualMemory vm, List<IEStateHooks> memhooks)