Verify artifacts
Modules mark their artifact adb-pullable on a debuggable build, or via root on any build, the two tiers:
adbon a debuggable build (no root). Flutter debug/profile builds aredebuggable, sorun-asgrants access to the app’s private data dir:run-asonly works while the build is debuggable, a release APK refuses it, which is exactly why the next tier exists.Rooted device (any build). Root reaches the sandbox regardless of the debuggable flag and unlocks
frida/objection(the analogue of the iOS jailbreak). Set it up via Root with Magisk above, then: