Instance Util
object InstanceUtil
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun getFieldInstance(classLoader: ClassLoader, dexField: DexField, isStatic: Boolean? = null): Field
Link copied to clipboard
fun getMethodInstance(classLoader: ClassLoader, dexMethod: DexMethod, isStatic: Boolean? = null): Method