frida-all-in-one icon indicating copy to clipboard operation
frida-all-in-one copied to clipboard

Java.choose find error

Open skVPN opened this issue 6 years ago • 2 comments

Java.choose("com.roysue.demo02.MainActivity" , { onMatch : function(instance){ //该类有多少个实例,该回调就会被触发多少次 console.log("Found instance: "+instance); console.log("Result of secret func: " + instance.secret()); }, onComplete:function(){} });

I use the demo.js and it return fail: Uploading image.png… Unable to parse ART internals; please file a bug at https://github.com/frida/frida-java'

skVPN avatar Jul 07 '19 09:07 skVPN

image

skVPN avatar Jul 07 '19 09:07 skVPN

Frida==12.4.8, this version can use Java.choose function.

lasting-yang avatar Jul 19 '19 15:07 lasting-yang