w3connext / jailbreak_root_detection

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

Detected result is debugged on release mode #13

Open sed1ka opened 3 weeks ago

sed1ka commented 3 weeks ago

build app on release mode, JailbreakRootDetection.instance.checkForIssues will trigger Jailbreak.debugged

Plugin Version: 1.1.3

Flutter Version: 3.22.2

Device: Xiaomi 13T (OS Android 14)

arlakay commented 3 weeks ago

because of Jailbreak.debugged, also check developer mode condition also

sed1ka commented 2 weeks ago

Is thats means Jailbreak.devMode is only detecting the developer mode was enable or not.

And

Jailbreak.debugged is detecting both the build type and the developer mode?

sed1ka commented 2 weeks ago

Ahhh I see, The "debugged" wasnt mean about the reverse enginer tried to debug the release app. But the "debugged" one actually check whether the USB Debug on device is enabled or not. Am I correct?

Then, can you sharing about the security issue that I can handle prevention, if the jailbreak detector result is a debugged or devMode?