We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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("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'
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Frida==12.4.8, this version can use Java.choose function.
Java.choose
No branches or pull requests
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'
The text was updated successfully, but these errors were encountered: