clearAppData
0 | 29
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')`
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')`
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.