FlutterEasyProtector class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

checkIsBeingTracedByJava Future<bool>
java读取/proc/uid/status文件里TracerPid的方式来检测是否被调试
no setter
checkIsDebug Future<bool>
插件是否是debug模式
no setter
checkIsRoot Future<bool>
是否root权限
no setter
checkIsRunningInEmulator Future<bool>
是否模拟器运行
no setter
checkIsUsbCharging Future<bool>
usb充电辅助判断
no setter
checkIsXposedExist Future<bool>
是否存在xp框架
no setter
checkXposedExistAndDisableIt Future<bool>
尝试关闭XP框架
no setter

Static Methods

checkHasLoadSO(String soName) Future<bool>
检查是否加载某个so库
checkIsPortUsing(String host, int port) Future<bool>
检查端口是否使用
checkIsRunningInVirtualApk(String uniqueMsg) Future<bool>
是否多开