testwhat / SmaliEx

A wrapper to get de-optimized dex from odex/oat/vdex.
529 stars 142 forks source link

o instance of int[] #9

Open phhusson opened 8 years ago

phhusson commented 8 years ago

I'm hitting a problem on an apk which does something like: String function(Object a) { if(a instanceof int[]) { int[] v = (int[]) a; // Do something with v }

This hits: 1276 throw new AnalysisException("aget-object used with non-array register: %s",
1277 arrayRegisterType.toString()