Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.emulator.IEEmulatorHooks
Packages that use IEEmulatorHooks
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.IR emulator facility.
-
Uses of IEEmulatorHooks in com.pnfsoftware.jeb.core.units.code.android
Classes in com.pnfsoftware.jeb.core.units.code.android that implement IEEmulatorHooksModifier and TypeClassDescriptionclass//?type=android-emu-hooks // ...Methods in com.pnfsoftware.jeb.core.units.code.android that return IEEmulatorHooksModifier and TypeMethodDescriptionAndroidEmulationHooksSkeleton.getNativeCodeHooks()The default implementation returns this object.IAndroidEmulationHooks.getNativeCodeHooks()Provide an object to hook native code emulation. -
Uses of IEEmulatorHooks in com.pnfsoftware.jeb.core.units.code.android.ir
Methods in com.pnfsoftware.jeb.core.units.code.android.ir with parameters of type IEEmulatorHooksModifier and TypeMethodDescriptionintIDState.registerNativeEmulatorHooks(IEEmulatorHooks hooks) Register a native emulator hooks. -
Uses of IEEmulatorHooks in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.emulator
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.emulator with parameters of type IEEmulatorHooksModifier and TypeMethodDescriptionvoidEEmulator.registerHooks(IEEmulatorHooks hooks) voidEEmulator.registerHooks(IEEmulatorHooks hooks, boolean insertFirst) booleanEEmulator.swapHooks(IEEmulatorHooks currentHooks, IEEmulatorHooks replHooks) voidEEmulator.unregisterHooks(IEEmulatorHooks hooks)