Skip to content

Commit 7e7fc8c

Browse files
authored
Update README.md
1 parent 24e2c36 commit 7e7fc8c

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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

2335
1. For users with EdXposed or LSPosed using "application scope", attach this

0 commit comments

Comments
 (0)