SmaliEx icon indicating copy to clipboard operation
SmaliEx copied to clipboard

o instance of int[]

Open phhusson opened this issue 10 years ago • 0 comments

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()

phhusson avatar Nov 12 '15 20:11 phhusson