EzReflect
object EzReflect
EzHookTool 反射核心初始化入口。
所有反射 API 的 classLoader 参数默认使用 classLoader。 不调用 init 时,默认使用 ClassLoader.getSystemClassLoader。
// Xposed 中
EzReflect.init(lpparam.classLoader)
// 纯 JVM 中
EzReflect.init(MyClass::class.java.classLoader!!)Content copied to clipboard
Properties
Link copied to clipboard
是否启用查找结果缓存。默认 true。
Link copied to clipboard
当前全局默认 ClassLoader。
Link copied to clipboard
是否已调用过 init。
Link copied to clipboard
成员枚举策略。
Link copied to clipboard
始终可用的 ClassLoader。