Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit variables and read-only files #8

Open
elmaisbuscado opened this issue May 29, 2020 · 1 comment
Open

Edit variables and read-only files #8

elmaisbuscado opened this issue May 29, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@elmaisbuscado
Copy link

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)

@JesusFreke
Copy link
Owner

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

@JesusFreke JesusFreke added the enhancement New feature or request label Mar 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants