-
Notifications
You must be signed in to change notification settings - Fork 232
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
Can't get dump.dart #317
Comments
Have you resolved this issue? |
You mentioned using an From my (limited) understanding, the CI/CD pipeline for Reflutter does not currently include x86 builds. As a result, when Reflutter attempts to modify the
This means that features like traffic redirection (Option 1 of Reflutter) or dumping function offsets with reflutter are not "directly" supported in On the other hand, if the application lacks an |
I'm aware that it does not work on x86 , but the apk had arm64 lib only. Same issue still |
Could you possibly share the .apk file? If this is not possible or you don't want, perhaps just the snapshot hash reported by reflutter. In the meantime, I’ll download an emulator with ARM translation enabled and test Reflutter with a few .apk files to see if it works in a similar setup. Once I’ve done some testing, I’ll share the results! |
NyaNya Rocket_2.6.0.zip |
After generating an apk with option 2 and running the app on my emulator no dump.dart file is generated, when using an emulator on windows (x86 but it has ARM translation)
I tried generating the apk this way, for several different apps:
Additional info:
The text was updated successfully, but these errors were encountered: