Free-RASP-Flutter
Free-RASP-Flutter copied to clipboard
Flutter library for improving app security and threat monitoring on Android and iOS mobile devices.
I have added freeRASP to my app and I can confirm that root is detected on a rooted API 31 level system image using an android emulator. I can also...
i have an error when trying to run flutter build appbundle --obfuscate --split-debug-info=./project_name/debug --no-shrink
Hi, several ANR's in production shown in Play Console and Crashlytics for Flutter Android. Android versions: 9, 10, 11, 12. Can't reproduce it locally, I hope the logs help. ```...
When submitting app to the Play store with FreeRASP `v3.0.2` we get this warning regarding critical issue with play-services-safetynet `com.google.android.gms:play-services-safetynet:18.0.1`  On investigating further we do see It's being included...
Hello @talsec-app I tried to build and distribute app within codemagic, but i got this error ``` Swift Compiler Error (Xcode): No such module 'TalsecRuntime' /Users/builder/programs/flutter/.pub-cache/hosted/pub.dartlang.org/freerasp-3.0.1/ios/Classes/SwiftFreeraspPlugin.swift:2:7 ```
I used free rasp flutter package to detect jailbroken devices and it is working fine, however I can bypass the detection using the liberty lite tool, anyone has an idea...
Hi all, Every time I do a first installation on iOS device onDeviceId callback is called. When I reinstall it everything is fine, I have to manage first installation? Thank...
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(java.lang.UnsatisfiedLinkError, dlopen failed: library "libsecurity.so" not found, null, null) Any idea on this?
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** If applicable, steps to reproduce the behavior. **Expected behavior** A clear and concise description of...
**Describe the bug** We have released and configures security with freerasp. But our pentester team investigated that, in the following scenerio, it is not working as expected to catch jailbreak,...