Jay

Results 71 comments of Jay

> > https://github.com/flutter/engine/tree/ > > @jayluxferro can you help with new engine hash 33c7289e792b6d61aae02d2fe32e4cc5 ?? @bharatl13 , there's no engine hash like that. Check all the flutter versions that have...

Hi @palmarci , I'm working on the dump support. Will let you know once it's complete

Hi @palmmymumu , please I suggest you raise issues that are related to reFlutter. You are using a go-binding in your app which is responsible for making the HTTP request...

@palmmymumu , there are several reverse engineering tools there for decompiling dex files.

Thanks @komen205 . Will work on that.

Hi @Impact-I, I'm experiencing the same issue with FlutterEngine - d3ea636dc5d16b56819f3266241e1f708979c233. Running ``` strings ./Frameworks/App.framework/App -n 32 | grep -e "^[0-9a-f]\{32\}" ``` returns an empty response. Any help? If you...

Hi @Impact-I So far these are the flutter engines I've come across whose snapshot hashes do not exist in the engine hash. FlutterEngine 1. d3ea636dc5d16b56819f3266241e1f708979c233 2. 40a99c595137e4b2f5b2efa8ff343ea23c1e16b Thanks.

Thanks @Impact-I. I used the suggested binaries, completed the process and signed the .ipa file. After successful installation, it can't launch. It seems to crash once launched. I hooked it...

Hi @Impact-I, after several hours, I was able to determine why some snapshots don't get detected. Most .ipa files are encrypted hence has to be decrypted. I used frida (https://github.com/AloneMonkey/frida-ios-dump)...