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
Export as PDF
  1. Integration guide

Requirements

PreviousOverviewNextMalware Detection Configuration

Last updated 6 months ago

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

1

Integrate the freeRASP SDK

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

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 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 in your application's Manifest file.

Be aware that this permission is a special subject to the .

📝
freeRASP
freeRASP Integration Guide
MAIN
android.permission.QUERY_ALL_PACKAGES
Google Play Review process