From 8eb5fd6140b87753d5f54d21a4c580a0a0a109e8 Mon Sep 17 00:00:00 2001 From: Fi5t Date: Thu, 14 May 2026 12:38:21 +0300 Subject: [PATCH] Add iDump as alternative to frida-ios-dump in MASTG-TOOL-0050 --- tools/ios/MASTG-TOOL-0050.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/ios/MASTG-TOOL-0050.md b/tools/ios/MASTG-TOOL-0050.md index d1cdea3f37e..6e8bf4e3dc6 100644 --- a/tools/ios/MASTG-TOOL-0050.md +++ b/tools/ios/MASTG-TOOL-0050.md @@ -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.