i have an apk.
i used apktool.jar to get smali sources.
but generated smali file is weird as it contains all the instructions targeted to v0.
sample instructions:
mul-int v0, p0, p0
rsub-int v0, v0, 0x201
move/from16 v0, v1
and each method has .array-data at the end.
any help in understanding this would be really helpful?