Projects by popularity

clearAppData

0 | 201

Uploaded by: @lorenzodifuccia

Clear app cache and data on iOS without reinstalling (replicates adb shell pm clear). Usage: `frida -U SpringBoard -l clearAppData.js` then `clearAppAll('com.example.app')`

iOS Protections Bypass

0 | 743

Uploaded by: @AhmedGamal0011

This Frida script was developed by Ahmed Gamal – ZeroSploit MEA to dynamically bypass multiple popular iOS jailbreak detection frameworks during runtime analysis and mobile application security testing. The script targets and neutralizes detection logic implemented in the following frameworks: DTTJailbreakDetection.framework IOSSecuritySuite.framework jailbreak_root_detection.framework safe_device.framework

FLAG-SECURE

0 | 345

Uploaded by: @lorenzodifuccia

Script to bypass Android FLAG_SECURE which blocks screenshots. Hooks `Window.setFlags`/`addFlags` to strip the flag, and uses `ActivityThread.mActivities` to clear it on already running activities.

FLAGSECURE

0 | 127

Uploaded by: @lorenzo.difuccia

Script to bypass Android FLAG_SECURE which blocks screenshots. Hooks `Window.setFlags`/`addFlags` to strip the flag, and uses `ActivityThread.mActivities` to clear it on already running activities

IOS Memory Dump

0 | 169

Uploaded by: @TK757567

A Frida script to monitor memory operations on iOS. This tool intercepts the memcpy function within libsystem_c.dylib to capture sensitive data—such as API keys, secrets, or request payloads—as they are moved within the application's memory. The script is working for frida version less than 17 cause it is using the function findExportByName which is now is removed on version 17