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
Hi,
Testing on Android emulator ARM 4.4.2 with latest frida-server. The following sample code crashes silently:
send("element: " + element); send("element.getClass: " + element.getClass()); send("element.getClass.getDeclaredFields: " + element.getClass().getDeclaredFields());
Giving the following results:
[+] element: android.content.UriMatcher@b1d01c28 [+] element.getClass: class android.content.UriMatcher
element.getClass() is supposed to return an instance of java.lang.Class.
java.lang.Class
By the way, is there a way to attach a debugger to running Javascript code ? I didn't see anything in the doc.
The text was updated successfully, but these errors were encountered:
Let's keep tracking this at frida/frida-java-bridge#6.
Sorry, something went wrong.
No branches or pull requests
Hi,
Testing on Android emulator ARM 4.4.2 with latest frida-server. The following sample code crashes silently:
Giving the following results:
element.getClass() is supposed to return an instance of
java.lang.Class
.By the way, is there a way to attach a debugger to running Javascript code ? I didn't see anything in the doc.
The text was updated successfully, but these errors were encountered: