-
Notifications
You must be signed in to change notification settings - Fork 618
Java.choose find error #8
Copy link
Copy link
Open
Description
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:
Unable to parse ART internals; please file a bug at https://github.com/frida/frida-java'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels