You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In-App protection is a mobile security technology that allows mobile applications to check the security state of the environment they run within, actively counteract attack attempts, and control the integrity of the app. Such technology is also called RASP (Runtime App Self Protection) or App Shielding.
10
+
In-App protection is a mobile security technology that allows mobile applications to check the security state of the environment they run within, actively counteract attack attempts, and control the integrity of the app. Such technology is also called RASP (Runtime App Self Protection) or App Shielding.
11
11
12
12
freeRASP is a mobile in-app threat detection and security monitoring SDK. It aims to cover the main aspects of RASP and application shielding.
13
13
14
14
:loudspeaker:[The official documentation has been moved to a new location. You can now find it here](https://docs.talsec.app/docs-and-articles-portal?utm_source=github). :loudspeaker:
15
15
16
16
# Overview
17
-
The freeRASP is a lightweight and easy-to-integrate security library designed to protect apps from potential threats during their runtime. It contains multiple security checks, each aimed to cover a possible attack vector to ensure a high level of application security. Among other options, it is able to detect reverse engineering, repackaging or cloning attempts, and running in an unsafe OS environment. It is freely distributed for all mobile platforms and is also available for Flutter, Capacitor, Cordova and React Native developers.
17
+
The freeRASP is a lightweight and easy-to-integrate security library designed to protect apps from potential threats during their runtime. It contains multiple security checks, each aimed to cover a possible attack vector to ensure a high level of application security. Among other options, it is able to detect reverse engineering, repackaging or cloning attempts, and running in an unsafe OS environment. Freely available for iOS and Android, and compatible with Flutter, Capacitor, Cordova, React Native, Kotlin Multiplatform, Unity, and Unreal Engine.
18
18
19
19
You can check platform-specific submodules for the installation guide and specific details down below:
:heavy_check_mark: Preventing data leakage via screen capturing (e.g., Screenshots, Screen recording)
53
+
54
+
:heavy_check_mark: Identifying device spoofing attempts (e.g., Location/GPS mocking, Time manipulation)
55
+
56
+
:heavy_check_mark: Monitoring for suspicious network connections (e.g., System VPN, Unsecure Wi-Fi)
57
+
47
58
Visit our [wiki](https://docs.talsec.app/freerasp/wiki?utm_source=github) to learn more details about the performed checks and their importance for app security.
48
59
49
60
## :radioactive: freeMalwareDetection
@@ -63,7 +74,7 @@ For a seamless integration experience, follow the steps provided in the [Integra
63
74
Make sure to bookmark the page and stay updated :books::sparkles:!
64
75
65
76
# :rocket: What's New and Changelog
66
-
Stay informed and make the most of freeRASP by checking out [What's New and Changelog](https://docs.talsec.app/freerasp/whats-new-and-changelog?utm_source=github)! Here, you’ll discover the latest features, enhancements, and bug fixes we’ve implemented to improve your experience across all platforms, including Android, iOS, Flutter, React Native, Capacitor, and Cordova.
77
+
Stay informed and make the most of freeRASP by checking out [What's New and Changelog](https://docs.talsec.app/freerasp/whats-new-and-changelog?utm_source=github)! Here, you’ll discover the latest features, enhancements, and bug fixes we’ve implemented to improve your experience across all platforms, including Android, iOS, Flutter, React Native, Capacitor, Cordova, Kotlin Multiplatform, Unity and Unreal Engine.
67
78
68
79
Don’t miss out on any updates and explore the changelog to see how we’re continually making freeRASP better for you!
0 commit comments