Uses of Interface
com.pnfsoftware.jeb.core.units.code.android.ir.IDEmulatorHooks
Packages that use IDEmulatorHooks
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.-
Uses of IDEmulatorHooks in com.pnfsoftware.jeb.core.units.code.android
Classes in com.pnfsoftware.jeb.core.units.code.android that implement IDEmulatorHooksModifier and TypeClassDescriptionclass//?type=android-emu-hooks // ...Methods in com.pnfsoftware.jeb.core.units.code.android that return IDEmulatorHooksModifier and TypeMethodDescriptionAndroidEmulationHooksSkeleton.getDexInternalHooks()The default implementation returns this object.IAndroidEmulationHooks.getDexInternalHooks()Provide an object to hook internal dex code emulation (i.e. -
Uses of IDEmulatorHooks in com.pnfsoftware.jeb.core.units.code.android.ir
Methods in com.pnfsoftware.jeb.core.units.code.android.ir with parameters of type IDEmulatorHooksModifier and TypeMethodDescriptionintIDState.registerEmulatorHooks(IDEmulatorHooks hooks) Register emulator hooks.