Android-Toolkits / r2flutch

Tool to decrypt iOS apps using r2frida

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

r2flutch

Yet another tool to decrypt iOS apps using r2frida.

Demo

Requirements

It requires to install Frida on the Jailbroken iOS device:

Installation

  • Using PIP:
pip install r2flutch
  • Using r2pm
r2pm -ci r2flutch

Usage

  • Run r2flutch -l to list all the installed apps.

List applications

  • Run r2flutch -i <App Bundle> to pull a decrypted IPA from the device.

List applications

  • Run r2flutch <App Bundle> to pull the decrypted app binary from the device.

Demo

About

Tool to decrypt iOS apps using r2frida

License:GNU General Public License v3.0


Languages

Language:Python 75.8%Language:JavaScript 20.1%Language:Shell 4.1%