@ItsFadinG's Projects

iOS Talsec FreeRASP Flutter Bypass

0 | 154

The FreeRASP Flutter plugin for iOS relies on a Flutter EventChannel to send security threat alerts from native iOS code to the Dart application layer. Due to the absence of integrity checks on the native callback responsible for forwarding these alerts, those callbacks can be replaced at runtime before it is stored by the plugin. The result is that the plugin continues to detect threats normally, but no alerts ever reach the Flutter application, effectively disabling all runtime protection silently and without causing any visible errors.