Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
ttimasdf committed Nov 15, 2017
1 parent 477b825 commit 3471e60
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# XDebuggable

The Xposed module. Make your app `debuggable=true` on the fly.

Tested on Nougat 7.1.2, may work with any version of Android + Xposed. (I'll change the version requirement later.)



This module hook the app picker for debug in `Developer Settings` to make any app appears even without `debuggable=true` in their manifest and ROM marked as release (or `user`). Meanwhile, It hooked Zygote to start the app (selected above) process with certain debug flag so that only **selected** app will start with debug server. This avoid the may-have overhead(opposite to XInstaller).

This module have NO user interface. Just install and activate in Xposed Installer then it worked. You can found a prebuilt version at [releases](/ttimasdf/XDebuggable/releases) page.

0 comments on commit 3471e60

Please sign in to comment.