File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,6 +18,18 @@ This xposed module allows you to toggle debuggable for any app you want.
1818 ` PackageManagerService.getPackageInfo() ` .
1919- Works with multi-user
2020
21+ ## How it works?
22+ This module inject hooks to the ` android ` system package, and tricks the system
23+ think another package is build with ` debuggable ` option.
24+
25+ ## Usage
26+ 1 . Enable ` XAppDebug ` (this module) in your xposed framework settings app
27+ 2 . Hook the ` android ` system package if any varient of "application scope"
28+ is enabled. ** DO NOT HOOK THE INDIVIDUAL PACKAGE YOU WANT TO DEBUG**
29+ 3 . Launch ` XAppDebug ` UI, select the app you want to debug
30+ 4 . kill and restart the victim app
31+ 5 . Enjoy!
32+
2133## Notes
2234
23351 . For users with EdXposed or LSPosed using "application scope", attach this
You can’t perform that action at this time.
0 commit comments