Ben Gruver
Ben Gruver
Thanks for the report! I'll take a look and try to get a fix in the next release.
Apktool's -d flag doesn't directly have anything to do with debugging in smalidea, although if it's what I think it is, it does modify the debugging information, so it could...
Looks like it might be https://github.com/JesusFreke/smalidea-issues/issues/240
I think it should actually be + 6, shouldn't it? A|G|op BBBB F|E|D|C HHHH +2 +4 +6
Please provide any logs or errors. See, e.g. Help -> show log in Files.
The log doesn't have any useful information, unfortunately. And your screenshot doesn't give much context. Without more information that may point me to what the problem might be, I can't...
The full method being debugged would be useful. And the execution point at which you are not able to see the registers.
Oh, I forgot the most basic thing. Which version of Android is your device running? The last few versions had a bug in art that prevented this from working. But...
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....
The value of the Signature annotation is not specified by the dex format, and may vary depending on compiler, language, toolchain, etc. So there's no way to know what the...