Debug any application of your choice!
In recent version of Android (starting from… Nougut or Oreo I guess?), undebuggable apps won’t show its name in the logcat view of Android Studio.
This is somehow inconvenient since at some point we always have to build our apps with release configuration, which disables the debuggable flag and making life difficult.
Process.start()
and PackageManagerService.getPackageInfo()
.I’ve tried several Xposed modules, but they either don’t work with multi-user (work profile) or is too old to even work correctly.
That’s why I started this project. However, lots of codes are copied from
refactored out of these projects.
Process.start()
System.UI
.Process.start()
PackageManagerService.getPackageInfo()
/sdcard
and /data
(which is IMHO dirty)PackageManagerService.getPackageInfo()
/sdcard
tw.idv.palatis.xappdebug
Release Type: Stable
5/26/2023, 7:37:27 AM