🚩 CTF Link: http://ctf.hpandro.raviramesh.info
♚ All applications on Playstore: https://play.google.com/store/apps/de...
♛ Consolidate challenges app: https://play.google.com/store/apps/de...
🔊 YouTube Channel: / androidappsec
🟦 Facebook Page: / hpandro1337
🔷Twitter handle: / hpandro1337
============================================
#Smali is an assembler for the #Dalvik Virtual Machine #bytecode. Furthermore, code produced by the baksmali often considered to be written in the Smali language. Of course if there is an assembler, there should be a disassembler and there is no exception in this case. Baksmali is an disassembler for the dex bytecode format. The words “#Smali” and “#Baksmali” are just the Icelandic equivalents of “assembler” and “disassembler” respectively. Before now debugging smali code was not an easy task, but recently a great plugin for Intellij IDEA/Android Studio has been published – #Smalidea. It makes the Smali debugging much more easier.
You need to go through the following playlist for prerequisite
• Newbie - Android Infosec