Companion

object Companion

Functions

Link copied to clipboard

create DexKitBridge by dex bytes array

----------------

create DexKitBridge by apk path

----------------

fun create(loader: ClassLoader, useMemoryDexFile: Boolean): DexKitBridge

create DexKitBridge by class loader, if useMemoryDexFile is true, will try to use cookie to load memory dex file. if there are OatDex that cannot be parsed, it will fall back to use to load dex file.