资源说明:anti-counterfeit-android
模拟器检测,多开检测,Hook检测,Root检测。
4个Java类,直接拷贝使用即可。
模拟器检测
boolean isEmulator = EmulatorDetector.isEmulator();
多开检测
boolean isVirtual = CheckVirtual.isRunInVirtual(context);
Hook检测
boolean isHook = CheckHook.isHook(context);
Root检测
boolean isRoot = CheckRoot.isDeviceRooted();
TODO...
AccessibilityService检测
模拟器检测增加 Cache 特征识别
参考:https://github.com/happylishang/CacheEmulatorChecker
Hook检测增加 Native层检测
参考:https://tech.meituan.com/android_anti_hooking.html
恶意用户识别?——Java 层反模拟器、反H
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。