Smali is the assembly language for the Android Dalvik Virtual Machine and is based on the Jasmin Java assembly language.
I am going to learn a little bit about Dalvik VM, dex and Smali. I have read about smali, but …
android dalvik dex vm-implementation smaliI planned to change the package name through smali(reverse) when I open up apktool.yml, I saw this forced-package-id: …
android reverse-engineering smaliI have this line of code in smali :cond_2 sput-boolean v11, Lcom/geo/main/MainActivity;->mLARGE:Z I …
smaliI'm working with baksmali/smali tools. But sometimes I need to compile .java class to .smali file. So I've to …
android smaliI would like to covert odex file to dex file. I already pulled framework folder from system. I tried the …
android dex smali