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) unitsLibrariesfor 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 AndroidPlatformABIstatic AndroidPlatformABIAndroidDeviceUtil.getBestABIForApp(AdbWrapper adb, IApkUnit apk) Get the best ABI to run a given Android app on a given device.static AndroidPlatformABIAndroidDeviceUtil.getPreferredABI(AdbWrapper adb) Get the preferred ABI supported by a device.static AndroidPlatformABIReturns 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 StringAndroidDeviceUtil.uploadFileToDeviceTemp(AdbWrapper adb, String name, AndroidPlatformABI platformAbi) Upload a JEB Android asset file to an Android device.static StringAndroidDeviceUtil.uploadFileToDeviceTemp(AdbWrapper adb, String name, AndroidPlatformABI platformAbi, String version, String extension) Upload a JEB Android asset file to an Android device.