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

Issues while parsing libapp.so from a Flutter app #9

Open
Serguncheouss opened this issue Oct 17, 2021 · 1 comment
Open

Issues while parsing libapp.so from a Flutter app #9

Serguncheouss opened this issue Oct 17, 2021 · 1 comment

Comments

@Serguncheouss
Copy link

Hi!

May you update parser for 2.2.0 dart version? I have an error:

ParseError: (24628, "Version (e4a09dbf2bb120fe4674e0576617a0dc) doesn't match with the one this parser was made for")

@mildsunrise
Copy link
Owner

no, sorry, I don't have time right now. quoting the readme:

⚠️ Warning: This project is outdated. The format of Dart snapshots changes CONSTANTLY, and any Dart RE tools like this one NEED constant maintenance or they stop working with newer versions of Dart / Flutter. Contributions are welcome, but I currently do not have the time to invest in monitoring changes to the VM and keeping this updated.

So, if your snapshot was produced by a reasonably modern version, it probably won't parse [correctly]. Still, if you want to try, you'll probably need at least the fix in #3.

If you want to try anyway, patch out the version check and apply the mentioned fix.

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