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 reflection do not get correct result #143

Closed
3asm opened this issue Feb 4, 2016 · 1 comment
Closed

Java reflection do not get correct result #143

3asm opened this issue Feb 4, 2016 · 1 comment

Comments

@3asm
Copy link

3asm commented Feb 4, 2016

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.

By the way, is there a way to attach a debugger to running Javascript code ? I didn't see anything in the doc.

@oleavr
Copy link
Member

oleavr commented Jan 19, 2017

Let's keep tracking this at frida/frida-java-bridge#6.

@oleavr oleavr closed this as completed Jan 19, 2017
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