Skip to content

freeRASP 8.2.0

Choose a tag to compare

@github-actions github-actions released this 10 Aug 15:20
· 1 commit to master since this release
de32fe0
  • Android SDK version: 19.2.1
  • iOS SDK version: 7.1.2

Flutter

Added

  • Added onBootloader callback for detecting an unlocked or compromised bootloader (Android only).

Android

Added

  • Added bootloader detection (unlocked/compromised) with onBootloader() callback
  • Added option to fetch JitPack dependencies from our own Talsec repository

Changed

  • Improved KernelSU detection
  • Improved hook detection
  • Improved Frida detection
  • Improved root detection capabilities

Fixed

  • Fixed native crash caused by std::terminate() race condition
  • Fixed periodic hook and root check overwriting
  • Fixed crash inside AppZygotePreload during root detection
  • Fixed root detection crash in obfuscated release builds
  • Fixed hardware-backed keystore detection failing with NoSuchMethodError on some Android 12+ devices

iOS

Changed

  • Improved jailbreak detection