REVERSE ENGINEERING
FREE TOOLS
• apktool and smali/baksmali
It will provide us a disassembled
representation of the Dalvik bytecode,
so sort “low level”, with registers, but
very understandable because of
bytecode metadata. Very useful to disable
tampering protections, the code can be
modified and the application can be
recompiled and resigned.