Skip to content

Commit 67c3689

Browse files
authored
Merge pull request #77 from talsec/readme-update
docs: add other platforms to README (KMP, Unity, UE)
2 parents ea167cc + 2872d15 commit 67c3689

File tree

11 files changed

+32
-9
lines changed

11 files changed

+32
-9
lines changed

.gitmodules

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,12 @@
2121
[submodule "Capacitor"]
2222
path = Capacitor
2323
url = git@github.com:talsec/Free-RASP-Capacitor.git
24+
[submodule "Kotlin Multiplatform"]
25+
path = Kotlin Multiplatform
26+
url = https://github.com/talsec/Free-RASP-KMP.git
27+
[submodule "Unity"]
28+
path = Unity
29+
url = git@github.com:talsec/Free-RASP-Unity-POC.git
30+
[submodule "Unreal Engine"]
31+
path = Unreal Engine
32+
url = git@github.com:talsec/Free-RASP-UnrealEngine-POC.git

Flutter

Submodule Flutter updated 110 files

Kotlin Multiplatform

Submodule Kotlin Multiplatform added at a68cc77

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
[<img src="https://assets.42matters.com/badges/2024/04/rising-star.svg?m=04" width="100"/>](https://42matters.com/sdks/android/talsec)
88

99
# freeRASP
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.
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.
1111

1212
freeRASP is a mobile in-app threat detection and security monitoring SDK. It aims to cover the main aspects of RASP and application shielding.
1313

1414
: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:
1515

1616
# 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.
1818

1919
You can check platform-specific submodules for the installation guide and specific details down below:
2020
* [Flutter](https://github.com/talsec/Free-RASP-Flutter) ([pub.dev package](https://pub.dev/packages/freerasp))
@@ -23,6 +23,9 @@ You can check platform-specific submodules for the installation guide and specif
2323
* [Cordova](https://github.com/talsec/Free-RASP-Cordova)
2424
* [Android](https://github.com/talsec/Free-RASP-Android)
2525
* [iOS](https://github.com/talsec/Free-RASP-iOS)
26+
* [Kotlin Multiplatform](https://github.com/talsec/Free-RASP-KMP)
27+
* [Unity](https://github.com/talsec/Free-RASP-Unity-POC)
28+
* [Unreal Engine](https://github.com/talsec/Free-RASP-UnrealEngine-POC)
2629

2730
### Key advantages
2831
* Reactions to attacks and detected security threats via an API
@@ -44,6 +47,14 @@ freeRASP **provides threat detection and security monitoring** of potentially da
4447

4548
:heavy_check_mark: Installing the app through untrusted methods/unofficial stores
4649

50+
:heavy_check_mark: Detectng unsecured device environments (e.g., Developer Mode, enabled ADB)
51+
52+
: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+
4758
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.
4859

4960
## :radioactive: freeMalwareDetection
@@ -63,7 +74,7 @@ For a seamless integration experience, follow the steps provided in the [Integra
6374
Make sure to bookmark the page and stay updated :books: :sparkles:!
6475

6576
# :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.
6778

6879
Don’t miss out on any updates and explore the changelog to see how we’re continually making freeRASP better for you!
6980

Unity

Submodule Unity added at f70b0f7

Unreal Engine

Submodule Unreal Engine added at 163ad86

0 commit comments

Comments
 (0)