public class ReflectUtils
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ReflectUtils.Bridge
Useful helper tools for when working with module hooks.
|
static class |
ReflectUtils.LOG |
Constructor and Description |
---|
ReflectUtils() |
Modifier and Type | Method and Description |
---|---|
static boolean |
bridgeInitiated()
Check whether or not any type of injection system is currently active for the application that is including this library.
|
static java.lang.Boolean |
usesCydia()
Check whether or not the currently active injection system is Cydia Substrate
Use Boolean instead of boolean in cases where simple methods are optimized
|
static java.lang.Boolean |
usesXposed()
Check whether or not the currently active injection system is Xposed Framework
Use Boolean instead of boolean in cases where simple methods are optimized
|
public static java.lang.Boolean usesCydia()
public static java.lang.Boolean usesXposed()
public static boolean bridgeInitiated()