-
Notifications
You must be signed in to change notification settings - Fork 28
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
Exception in thread: "Invalid magic value" #35
Comments
this happens on Android 7 because the version of smali bundled with this project is old. wrorkaround: both Haystack and Tingle work with Android 7. https://github.com/Lanchon/haystack |
@Lanchon: Needle use a version of smali with multi-dex support (not the standard smali) but it is possible that it has some problems. |
magic 64 65 78 0a 30 33 37 00 is dex format 037 of android nougat. it was added to smali on April 1: currently has this form: don't know about mods it may have, but the smali base is old. that's why this error happens. |
In fact I have choosen to use the official smali to receive updates earlier, each layer add additional time before updates. |
When running needle on a rooted phone, I get the following exception:
Thanks!
The text was updated successfully, but these errors were encountered: