Free-RASP-Flutter
Free-RASP-Flutter copied to clipboard
Missing code obfuscation
Hi, I'm opening this issue to highlight that the freeRASP library currently lacks built-in code obfuscation. This means that even if all security measures are properly implemented, an attacker could still reverse-engineer the app, identify key methods or variables, and manipulate the app's behavior to bypass protections. Is there any plan to include native obfuscation support within the freeRASP library itself? Or is it expected that the integrating app should handle obfuscation independently using external tools?
Thank you!