lamster2018 / EasyProtector

一行代码检测XP/调试/多开/模拟器/root
Apache License 2.0
2.19k stars 437 forks source link

关于最新的模拟器检测只会回调Info,如何根据这些参数判断是否为模拟器 #63

Closed BeiHaiCoding closed 4 years ago

BeiHaiCoding commented 4 years ago

不知道作者是如何判断的,不过只是单纯的回调这些Info的话。我们好像也挺难判断是否为模拟器,因为没有一个合格或者已知的指标。希望作者可以指示一下

lamster2018 commented 4 years ago

EmulatorUtil. readSysProperty 方法,返回值是boolean,可以拿这个粗略判断,回调参数拿info是方便你们打印上报。

BeiHaiCoding commented 4 years ago

非常感谢回复,当时一开始没看源代码,钻了牛角尖,才发了这样issue。后来已经解决了并关闭了issue。谢谢作者。刚好反馈一个bug,三星第三方极光Rom已Root,但是用该库测试显示的是未Root。

------------------ 原始邮件 ------------------ 发件人: "Volatile"<notifications@github.com>; 发送时间: 2020年3月11日(星期三) 上午9:51 收件人: "lamster2018/EasyProtector"<EasyProtector@noreply.github.com>; 抄送: "白丶马非马"<248345703@qq.com>;"State change"<state_change@noreply.github.com>; 主题: Re: [lamster2018/EasyProtector] 关于最新的模拟器检测只会回调Info,如何根据这些参数判断是否为模拟器 (#63)

EmulatorUtil. readSysProperty 方法,返回值是boolean,可以拿这个粗略判断,回调参数拿info是方便你们打印上报。

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub, or unsubscribe.