Top "Smali" questions

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

Decompile .smali files on an APK

I downloaded APK Manager that lets me unpack APK files. But it only unpacks it and doesn't decompile the .smali …

java android apk smali
What's the best way to learn Smali (and how/when to use Dalvik VM opcodes)?

I know Java, and learned C but never used it. I do not know any form of assembly, either for …

java android dalvik smali
Convert .Java file to .Smali file

I reverse engineered an Android application with APKTool and got .Smali files as source code output. I converted the .Smali …

java android smali apktool
What is Smali Code Android

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 smali
How to debug smali code of an android application?

I have a working android application. of which i dont have a source code. I would like to debug a …

android apk dex smali
Changing the package name

I planned to change the package name through smali(reverse) when I open up apktool.yml, I saw this forced-package-id: …

android reverse-engineering smali
modifying .smali files

I reverse engineered some android apks to add some instrumentation for functional testing. I want to know given an smali …

android apk logcat smali
How to set a boolean in smali

I have this line of code in smali :cond_2 sput-boolean v11, Lcom/geo/main/MainActivity;->mLARGE:Z I …

smali
Direct .java to .smali conversion. Possible?

I'm working with baksmali/smali tools. But sometimes I need to compile .java class to .smali file. So I've to …

android smali
convert odex file to dex file

I would like to covert odex file to dex file. I already pulled framework folder from system. I tried the …

android dex smali