w3connext / jailbreak_root_detection

https://pub.dev/packages/jailbreak_root_detection
MIT License
8 stars 9 forks source link

On my real phone Pixel 6, isRealDevice gives false. #1

Open mevluttosun opened 8 months ago

mevluttosun commented 8 months ago

There is no jailbrake or something I have official Pixel 6 and isRealDevice is returning false and isNotTrust gives false. Here is the logs in below.

W/DefaultDispatch(12090): type=1400 audit(0.0:56350): avc: denied { read } for name="cache" dev="dm-20" ino=17 scontext=u:r:untrusted_app_32:s0:c245,c259,c512,c768 tcontext=u:object_r:cache_file:s0 tclass=lnk_file permissive=0 app=com.desi.roof I/RootBeer(12090): LOOKING FOR BINARY: /data/local/su Absent :( I/RootBeer(12090): LOOKING FOR BINARY: /data/local/bin/su Absent :( I/RootBeer(12090): LOOKING FOR BINARY: /data/local/xbin/su Absent :( I/RootBeer(12090): LOOKING FOR BINARY: /sbin/su Absent :( I/RootBeer(12090): LOOKING FOR BINARY: /su/bin/su Absent :( I/RootBeer(12090): LOOKING FOR BINARY: /system/bin/su Absent :( I/RootBeer(12090): LOOKING FOR BINARY: /system/bin/.ext/su Absent :( I/RootBeer(12090): LOOKING FOR BINARY: /system/bin/failsafe/su Absent :( I/RootBeer(12090): LOOKING FOR BINARY: /system/sd/xbin/su Absent :( I/RootBeer(12090): LOOKING FOR BINARY: /system/usr/we-need-root/su Absent :( I/RootBeer(12090): LOOKING FOR BINARY: /system/xbin/su Absent :( I/RootBeer(12090): LOOKING FOR BINARY: /cache/su Absent :( I/RootBeer(12090): LOOKING FOR BINARY: /data/su Absent :( I/RootBeer(12090): LOOKING FOR BINARY: /dev/su Absent :( I/RootBeer(12090): LOOKING FOR BINARY: /product/bin/su Absent :( I/RootBeer(12090): LOOKING FOR BINARY: /apex/com.android.runtime/bin/su Absent :( I/RootBeer(12090): LOOKING FOR BINARY: /apex/com.android.art/bin/su Absent :( I/RootBeer(12090): LOOKING FOR BINARY: /system_ext/bin/su Absent :( I/RootBeer(12090): LOOKING FOR BINARY: /odm/bin/su Absent :( I/RootBeer(12090): LOOKING FOR BINARY: /vendor/bin/su Absent :( I/RootBeer(12090): LOOKING FOR BINARY: /vendor/xbin/su Absent :( I/AntiFridaChecker(12090): Frida running: false

Result: isJailBroken: false isNotTrust: true isRealDevice: false

umidshox99 commented 8 months ago
adamori commented 4 weeks ago

Has anyone else been able to reproduce this issue, and has it been resolved in the latest version?