You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any option to edit watches?¿ I see I can edit the value in "this", but I cant figure out how to edit for example the v0 value while debugging.
Also, I tried to edit smali files but those appear as "read-only", is there any chance to modify those files and recompile app (I suppose this is harder than the other)
The text was updated successfully, but these errors were encountered:
I took a brief look at this, but adding support for modifying register values will be non-trivial, due to the very hacky way that vNN/pNN registers are handled in evaluate/watch. I would love to get this in though.
No plans atm for adding any sort of recompilation/reinstallation via the plugin. It would be great to get a smooth workflow like that working, but also very non-trivial. But if you're looking for a project.. :D
Is there any option to edit watches?¿ I see I can edit the value in "this", but I cant figure out how to edit for example the v0 value while debugging.
Also, I tried to edit smali files but those appear as "read-only", is there any chance to modify those files and recompile app (I suppose this is harder than the other)
The text was updated successfully, but these errors were encountered: