LogoLogo
HomeArticlesCommunity ProductsPremium ProductsGitHubTalsec Website
  • Introduction
    • 👋Overview
  • Integration guide
    • 📝Requirements
    • ⚙️Malware Detection Configuration
    • 👷‍♂️Detection Handling
  • Features
    • Blacklists
    • Whitelists
  • SUPPORT
    • Support
    • Issues
    • Forum
Powered by GitBook
LogoLogo

Company

  • General Terms and Conditions

Stay Connected

  • LinkedIn
  • X
  • YouTube
On this page
  • Integrate the freeRASP SDK
  • (Optionally) Allow Permission for Querying All Packages
Export as PDF
  1. Integration guide

Requirements

Before starting the integration, please ensure the following steps are completed.

1

Integrate the freeRASP SDK

Integrating freeRASP into your project is essential, as it provides the foundation for all malware detection functionalities. For detailed instructions, refer to the freeRASP Integration Guide.

If you have already integrated the SDK, you can skip this step and proceed to the next section.

Malware Detection is available starting from:

  • freeRASP 12.0.0 on Android

  • freeRASP 6.8.0 on Flutter

  • freeRASP 3.10.0 on React Native

  • freeRASP 1.6.0 on Capacitor

  • freeRASP 6.4.0 on Cordova

2

(Optionally) Allow Permission for Querying All Packages

This step is optional, depending on the level of detection you wish to implement. The Malware Detection feature can scan all executable applications (with the MAIN entry point defined) without any additional permissions.

If you want to extend the detection capabilities to all packages (services, daemons, ...), you have to require the android.permission.QUERY_ALL_PACKAGES in your application's Manifest file.

Be aware that this permission is a special subject to the Google Play Review process.

PreviousOverviewNextMalware Detection Configuration

Last updated 7 months ago

📝