Open GoogleCodeExporter opened 8 years ago
OK, This clearly was a misconception on my side.
The behaviour of Androguard is actually correct.
I know so little about Java that I did't know there was no real Array class,
therefore calling a method of Array (or its superclass Object) on an Array of
Strings will result in an invoke [Ljava/lang/String;->method() (I originaly
expected an invoke Array;->method() )
Anyway...Please close this bug as invalid.
Original comment by kal...@gmail.com
on 19 Jul 2013 at 9:25
Original issue reported on code.google.com by
kal...@gmail.com
on 8 Jul 2013 at 3:47