Skip to content
Platform
ios
Available at: https://github.com/AloneMonkey/frida-ios-dump

Last updated: November 22, 2023

Frida-ios-dump

Frida-ios-dump is a Python script that helps you retrieve the decrypted version of an iOS app (IPA) from an iOS device. It supports both Python 2 and Python 3 and requires Frida running on your iOS device (jailbroken or not). This tool uses Frida's Memory API to dump the memory of the running app and recreate an IPA file. Because the code is extracted from memory, it is automatically decrypted.

Resources