Top "Smali" questions

Smali is the assembly language for the Android Dalvik Virtual Machine and is based on the Jasmin Java assembly language.

Print Smali values to logcat

In the example code below, how can I add a command to print the values of v0, v1 etc to …

java android smali
Modifying existing methods in Smali

I've been looking at a simple method in smali (coming from Android here), and any I was wondering how I'd …

java android dalvik smali
What does ".line" mean in smali code syntax? (Android-Smali Code)

Please take a look at this question Decompiled smali code contains things like .line 3 or .line 7. I cannot understand what .…

java android mobile syntax smali
what's the difference between invoke-virtual and invoke-direct in android

It said that invoke-virtual is invoking the virtual method, while invoke-direct is the direct method. However I'm not clear what …

android dalvik smali
apktool error while decompiling .apk

I got this error while I was decompiling an .apk by apktool. Although It doesn't appear for all apk files. …

smali apktool
IntelliJ IDEA - Unable to evaluate the expression Cannot find source class for current stack frame

I'm debugging android application with linked correct smali sources. I'm using newest smalidea plugin. Everything goes well, breakpoint is reachable, …

android debugging intellij-idea smali