I've been dissatisfied with existing iOS app decryption tools for a while. Many are outdated and don't handle rootless jailbreaks well, or don't work on newer iOS versions. Many existing tools are broken due to Frida 17 API changes.
This tool is fully updated for use with Frida 17+ and iOS 18+. It automates the "clutching" process: it downloads the app binary, locates the encrypted __TEXT segment in memory, dumps the decrypted bytes using Frida, and surgically patches a local copy of the binary. It utilizes a hybrid approach (Raw I/O + LIEF) to ensure the binary is immediately ready for static analysis in tools like Binary Ninja, IDA Pro, or Ghidra.
You can download frida-decrypt from Github.