Skip to content

Tag: apk

Smali – lots of “move-object”

I’m using mt manager to edit Smali in dex. I found that there are many move-object in some classes, most of them are unnecessary. Does it impact performance? Answer Does it impact performance? No. The optimizer should eliminate any unnecessary moves when the smali code1 is compiled to native code. For what it…