Skip to content

Commit

Permalink
Adding bagbak tool as an alternative to frida-ios-dump
Browse files Browse the repository at this point in the history
  • Loading branch information
lihter committed Oct 16, 2023
1 parent 30a97ed commit 3343921
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/ios/MASTG-TOOL-0050.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ source: https://github.com/AloneMonkey/frida-ios-dump
---

[Frida-ios-dump](https://github.com/AloneMonkey/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](https://www.frida.re/docs/javascript-api/#memory "Frida 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.

## Alternatives
[Bagbak](https://github.com/ChiChou/bagbak "Bagbak") is a Node.js script that decrypts the entire application, including its extensions. It serves the same purpose as Frida-ios-dump, but you might find it easier to set up and more convenient for regular use.

0 comments on commit 3343921

Please sign in to comment.