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

Support for enumerating loaded classes on Android 5.1.1 #75

Closed
dpnishant opened this issue Mar 12, 2016 · 1 comment
Closed

Support for enumerating loaded classes on Android 5.1.1 #75

dpnishant opened this issue Mar 12, 2016 · 1 comment

Comments

@dpnishant
Copy link

Running the following on Android 5.1.1 on Nexus 5

var classes = Java.enumerateLoadedClassesSync();

throws the following error.

Error: Enumerating loaded classes is only supported on Dalvik for now
    at _enumerateLoadedClasses (gumjs-java.js:172:23)
@oleavr
Copy link
Member

oleavr commented Feb 10, 2017

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

@oleavr oleavr closed this as completed Feb 10, 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