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.
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