SmaliEx
SmaliEx copied to clipboard
o instance of int[]
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()