ptswarm / reFlutter

Flutter Reverse Engineering Framework
GNU General Public License v3.0
1.29k stars 180 forks source link

App can't connect to Internet #32

Closed ilsx closed 3 years ago

ilsx commented 3 years ago

Everythning seems to work, i reproduced the app using reflutter main.apk, and signed the apk.

I can intercept the first request, but the app is stuck on the first screen (waiting for a response from server before continuing) I can see some code in the reflutter.txt file, but it's not enough since I can't access the rest of the app.

Impact-I commented 3 years ago

Hi @ilsx , Can you share the apk package name/GP link?

I hope you did not specify a proxy in the wifi settings. Perhaps requests are sent using java, bypassing flutter?

For more complete code output, try restarting the application, minimize the application, open the application. Open reflutter.txt again. Please note that code output has a Beta status. Are you sure this is not all the application code?

Thanks