Impact-I / reFlutter

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

reFlutter Traffic Intercept Issue #269

Closed bloggerstesting closed 1 month ago

bloggerstesting commented 1 year ago

Hello Team,

Thanks for creating such an awesome tool for bypass the flutter SSL pinning.

Reflutter works well with Flutter which has REST APIs. Recently, I received an Android application created with Flutter + GRPC Protobuf API. I did the reflutter and signed the APK. The application works well and is able to intercept third party API calls. However, it is not able to intercept the GRPC Protobuf API calls. Android logcat displays the following error in command console:

I : Flutter .dart Missing Trailers

Please let me know if there is a solution to resolve this issue and successfully intercept GRPC traffic from android applications.

Thanks

jayluxferro commented 1 year ago

@bloggerstesting , can you share the application? if possible.

bloggerstesting commented 1 year ago

@jayluxferro Sharing an application publicly is difficult for me. Is there any way to connect directly with you?