Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java.choose find error #8

Open
skVPN opened this issue Jul 7, 2019 · 2 comments
Open

Java.choose find error #8

skVPN opened this issue Jul 7, 2019 · 2 comments

Comments

@skVPN
Copy link

skVPN commented Jul 7, 2019

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
Copy link
Author

skVPN commented Jul 7, 2019

image

@lasting-yang
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants