Uses of Interface
com.pnfsoftware.jeb.core.units.code.android.IEmulatedAndroid
Packages that use IEmulatedAndroid
Package
Description
This package and sub-packages contain all types used by Android code analysis plugins.
This package contains types used to publicly access and manipulate JEB's DEX Decompiler (referred
to as
dexdec) Intermediate Representation (IR) objects.-
Uses of IEmulatedAndroid in com.pnfsoftware.jeb.core.units.code.android
Methods in com.pnfsoftware.jeb.core.units.code.android that return IEmulatedAndroidModifier and TypeMethodDescriptionIApkUnit.createEmulatedAndroid()Convenience method to create a limited environment to emulate this APK.IDexDecompilerUnit.createEmulatedAndroid()Create a limited environment to emulate dex code and native code.IGenericUnpacker.getEmulatedAndroid()Create or retrieve the emulator that will perform the unpacking task. -
Uses of IEmulatedAndroid in com.pnfsoftware.jeb.core.units.code.android.ir
Methods in com.pnfsoftware.jeb.core.units.code.android.ir that return IEmulatedAndroidModifier and TypeMethodDescriptionIDState.getEmulatedEnvironment()Retrieve the optional "emulated Android" manager of this dex code emulator.