Uses of Interface
com.pnfsoftware.jeb.core.units.code.android.ir.IDSandboxHooks
Packages that use IDSandboxHooks
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 IDSandboxHooks in com.pnfsoftware.jeb.core.units.code.android
Classes in com.pnfsoftware.jeb.core.units.code.android that implement IDSandboxHooksModifier and TypeClassDescriptionclass//?type=android-emu-hooks // ...Methods in com.pnfsoftware.jeb.core.units.code.android that return IDSandboxHooksModifier and TypeMethodDescriptionAndroidEmulationHooksSkeleton.getDexExternalHooks()The default implementation returns this object.IAndroidEmulationHooks.getDexExternalHooks()Provide an object to hook external dex code emulation, such as the Android runtime libraries, Java API, etc. -
Uses of IDSandboxHooks in com.pnfsoftware.jeb.core.units.code.android.ir
Methods in com.pnfsoftware.jeb.core.units.code.android.ir with parameters of type IDSandboxHooksModifier and TypeMethodDescriptionintIDState.registerSandboxHooks(IDSandboxHooks hooks) Register sandbox hooks.