Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tools/ios/MASTG-TOOL-0050.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ Frida-ios-dump is a Python script that helps you retrieve the decrypted version
## 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.

[iDump](https://github.com/Fi5t/iDump) is a self-contained Go binary that decrypts iOS app binaries and reassembles them into a valid IPA file, with support for both USB (Frida-over-USB, no SSH required) and SSH/SFTP transfer modes. It serves the same purpose as frida-ios-dump, but works with modern Frida 17+, requires no Python or pip dependencies, and adds extras like batch dumping and built-in anti-Frida bypass.
Loading