Hello,
when steping the code nothing is shown. I'm using a rooted phone with the wikipedia app to test.
What I do:
- put app in debuggable state and repack
- use developer mode to select app and tick "wait for debugger"
- Attach to the process using idea
Breakpoint are hit, and I can step put I get no info at all...
For example:
new-instance v0, Lorg/wikipedia/main/MainActivity$Companion;
const/4 v1, 0x0
When I step the new instance, I should see v0 in the variables.
Inside the variables, I see: "static members of MainActivity", then I click on it and I see: Collecting Data... and It never ends.
Is there a way to debug the plugin ?
Hello,
when steping the code nothing is shown. I'm using a rooted phone with the wikipedia app to test.
What I do:
Breakpoint are hit, and I can step put I get no info at all...
For example:
When I step the new instance, I should see v0 in the variables.
Inside the variables, I see: "static members of MainActivity", then I click on it and I see: Collecting Data... and It never ends.
Is there a way to debug the plugin ?