Uses of Interface
com.pnfsoftware.jeb.core.units.code.android.IApkUnit
Packages that use IApkUnit
Package
Description
This package and sub-packages contain all types used by Android code analysis plugins.
Types to access and interact with the
Android Debug Bridge
(adb).This package contains types used to publicly access and manipulate JEB's DEX Decompiler (referred
to as
dexdec
) Intermediate Representation (IR) objects.-
Uses of IApkUnit in com.pnfsoftware.jeb.core.units.code.android
Methods in com.pnfsoftware.jeb.core.units.code.android that return IApkUnitModifier and TypeMethodDescriptionstatic IApkUnit
DexUtil.findParentApk
(IDexUnit dex) Attempt to retrieve the container APK unit of a Dex.IEmulatedAndroid.getApk()
Convenience method.IXApkUnit.getApk()
Methods in com.pnfsoftware.jeb.core.units.code.android with parameters of type IApkUnitConstructors in com.pnfsoftware.jeb.core.units.code.android with parameters of type IApkUnitModifierConstructorDescriptionThis convenience constructor can be used to create a helper from an APK unit.ApkStringResHelper
(IApkUnit apk, List<String> preferredLocales) -
Uses of IApkUnit in com.pnfsoftware.jeb.core.units.code.android.adb
Methods in com.pnfsoftware.jeb.core.units.code.android.adb with parameters of type IApkUnitModifier and TypeMethodDescriptionstatic AndroidPlatformABI
AndroidDeviceUtil.getBestABIForApp
(AdbWrapper adb, IApkUnit apk) Get the best ABI to run a given Android app on a given device. -
Uses of IApkUnit in com.pnfsoftware.jeb.core.units.code.android.ir
Methods in com.pnfsoftware.jeb.core.units.code.android.ir that return IApkUnit