Skip to content

Releases: talsec/Free-RASP-Unity-POC

Release 0.2.4

14 Apr 11:10
c5bc2f7

Choose a tag to compare

[0.2.4] - 2026-04-06

Android SDK version: 17.0.1
iOS SDK version: 6.14.2

Unity

Added

  • Added onTimeSpoofing callback to ThreatDetectedCallback for handling device time tampering.
  • Added onLocationSpoofing callback to ThreatDetectedCallback for handling location spoofing (Android only).
  • Added onUnsecureWiFi callback to ThreatDetectedCallback for detecting connections to unsecured Wi-Fi networks (Android only).
  • Added onMultiInstance callback to ThreatDetectedCallback for detecting if the application is running in multi-instancing environments (Android only).
  • Added onAllChecksFinished callback to RASPStatusCallback to notify when all security checks have been completed.
  • Added onDevMode and onADBEnabled callbacks to ThreatDetectedCallback (Android only).

Changed

  • Consolidated threat callbacks into a single interface for better consistency across platforms.

Android

Added

  • Added support for 16 KB memory page sizes.
  • Capability to detect if another app has REQUEST_INSTALL_PACKAGES enabled.
  • Added matched permissions to SuspiciousAppInfo object for malware detection.

Changed

  • Breaking Change: Upgraded freeRASP Android SDK from 15.1.0 to 17.0.1.
  • Refactored internal architecture to use Coroutines for better threading management.
  • Improved root and emulator detection (including ADB service running as root).
  • Update of internal security libraries and dependencies.

Fixed

  • Fixed ANR issues related to screen capture registration.
  • Fixed Keystore-related crashes on Android 7.
  • Fixed DeadApplicationException and TimeoutException in various edge cases.
  • Resolved false positives in root and multi-instance detection.
  • Fixed issue with late initializers and TalsecMode coroutines scopes.

Removed

  • Removed deprecated Pbkdf2Native functionality and related native libraries (libpbkdf2_native.so, libpolarssl.so).

iOS

Added

  • Added timeSpoofing detection for identifying inaccurate device clocks.
  • Added onAllChecksFinished() method to RaspExecutionState (notified after all security checks are completed).

Changed

  • Breaking Change: Upgraded freeRASP iOS SDK from 6.12.1 to 6.14.2.
  • Improved timeSpoofing and jailbreak detection methods (v6.13.4, v6.14.1).
  • Updated internal dependencies.

Fixed

  • Fixed jailbreak detection false positives on iOS 14 and 13 (v6.14.2)

Use the attached .xcframework in this release

Release 0.2.3

19 Sep 14:01

Choose a tag to compare

  • Created TalsecConfig to setup configuration during plugin initialization
  • Threat callbacks updated to be similar to the rest of freeRASP methods on other platforms
  • Various bug fixes & clean ups

Release 0.2.2

30 Jun 18:30

Choose a tag to compare

  • Cleaned up TalsecPlugin
  • Updated sample code to call callbacks before initializing Talsec

Release 0.2.1

30 Jun 15:20

Choose a tag to compare

  • Cleaned up TalsecPlugin
  • Updated sample code to call callbacks before initializing Talsec

Release 0.2.0

20 Jun 14:10

Choose a tag to compare

freeRASP unity plugin for iOS & Android

Release 0.1.0

12 Jun 08:39

Choose a tag to compare

Initial freeRASP unity plugin for iOS & Android