Projects by popularity

extractkeys

0 | 1K

Uploaded by: @zeroinside

A script that will extract/intercept private keys from the Android+OpenSSL based binary by hooking the i2d_PrivateKey and PEM_read_bio_PrivateKey functions.

clearAppData

0 | 56

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')`