Smali
Smali is an assembler for the Dalvik Virtual Machine (DVM) bytecode used by Android applications.
Smali code can be useful to modify android applications after it has been decompiled, you cant's change the android application by only changing Java code after decompiling the APK file. when recompiling the APK it will only depeneds on the Smali code not the Java code
Logcat using smali :
This command in smali will print the string in v1 variable in the log of the android mobile system
Last updated