Uses of Enum Class
com.pnfsoftware.jeb.core.units.code.android.adb.AndroidPlatformABI
Packages that use AndroidPlatformABI
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).-
Uses of AndroidPlatformABI in com.pnfsoftware.jeb.core.units.code.android
Methods in com.pnfsoftware.jeb.core.units.code.android that return AndroidPlatformABIModifier and TypeMethodDescriptionIEmulatedAndroid.getAndroidPlatformABI()
Retrieve the emulated Android architecture.Methods in com.pnfsoftware.jeb.core.units.code.android with parameters of type AndroidPlatformABIModifier and TypeMethodDescriptionIApkUnit.getLibrariesForArch
(AndroidPlatformABI abi) Convenience method to retrieve the ELF SO (Shared Object) unitsLibraries
for the provided target architecture. -
Uses of AndroidPlatformABI in com.pnfsoftware.jeb.core.units.code.android.adb
Methods in com.pnfsoftware.jeb.core.units.code.android.adb that return AndroidPlatformABIModifier and TypeMethodDescriptionstatic AndroidPlatformABI
static AndroidPlatformABI
AndroidDeviceUtil.getBestABIForApp
(AdbWrapper adb, IApkUnit apk) Get the best ABI to run a given Android app on a given device.static AndroidPlatformABI
AndroidDeviceUtil.getPreferredABI
(AdbWrapper adb) Get the preferred ABI supported by a device.static AndroidPlatformABI
Returns the enum constant of this class with the specified name.static AndroidPlatformABI[]
AndroidPlatformABI.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pnfsoftware.jeb.core.units.code.android.adb that return types with arguments of type AndroidPlatformABIModifier and TypeMethodDescriptionstatic List<AndroidPlatformABI>
AndroidDeviceUtil.getSupportedABIs
(AdbWrapper adb) Get the ABIs supported by a device.Methods in com.pnfsoftware.jeb.core.units.code.android.adb with parameters of type AndroidPlatformABIModifier and TypeMethodDescriptionstatic String
AndroidDeviceUtil.uploadFileToDeviceTemp
(AdbWrapper adb, String name, AndroidPlatformABI platformAbi) Upload a JEB Android asset file to an Android device.static String
AndroidDeviceUtil.uploadFileToDeviceTemp
(AdbWrapper adb, String name, AndroidPlatformABI platformAbi, String version, String extension) Upload a JEB Android asset file to an Android device.