# baksmali > Disassembler for the dex format used by Dalvik, Android's Java VM implementation. **Category:** [[categories/statically-analyze-code-android|Statically Analyze Code > Android]] | **Tier:** Standard (docs) **Docs:** [https://docs.remnux.org/discover-the-tools/statically+analyze+code/android](https://docs.remnux.org/discover-the-tools/statically+analyze+code/android) ## Related Tools - [[tools/androguard|androguard]] — Analyze Android APK files — extract permissions, activities, - [[tools/androidprojectcreator|AndroidProjectCreator]] — Convert an Android APK application file into an Android Stud - [[tools/apkid|apkid]] — Identify compilers, packers, and obfuscators used to protect - [[tools/apktool|apktool]] — Decompile and recompile Android APK files — extract resource - [[tools/dex2jar|dex2jar]] — Examine Dalvik Executable (dex) files. #statically-analyze-code-android