{"id":13721591,"url":"https://github.com/as0ler/r2flutch","last_synced_at":"2025-04-09T23:18:50.240Z","repository":{"id":41951384,"uuid":"401239639","full_name":"as0ler/r2flutch","owner":"as0ler","description":"Tool to decrypt iOS apps using r2frida","archived":false,"fork":false,"pushed_at":"2022-04-22T16:59:49.000Z","size":1248,"stargazers_count":168,"open_issues_count":1,"forks_count":21,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-09T23:18:45.882Z","etag":null,"topics":["decryption","frida","ios","ipa","r2frida","radare2","reverse-engineering"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/as0ler.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-08-30T06:30:38.000Z","updated_at":"2025-03-26T01:32:13.000Z","dependencies_parsed_at":"2022-08-12T00:22:41.438Z","dependency_job_id":null,"html_url":"https://github.com/as0ler/r2flutch","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/as0ler%2Fr2flutch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/as0ler%2Fr2flutch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/as0ler%2Fr2flutch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/as0ler%2Fr2flutch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/as0ler","download_url":"https://codeload.github.com/as0ler/r2flutch/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248125593,"owners_count":21051771,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["decryption","frida","ios","ipa","r2frida","radare2","reverse-engineering"],"created_at":"2024-08-03T01:01:18.975Z","updated_at":"2025-04-09T23:18:50.194Z","avatar_url":"https://github.com/as0ler.png","language":"Python","funding_links":[],"categories":["Tools","Reverse Engineering","Python"],"sub_categories":["Reverse Engineering Tools","Malware Articles and Sources"],"readme":"# r2flutch\nYet another tool to decrypt iOS apps using r2frida.\n\n![Demo](img/demo.gif)\n\n\n## Requirements\n\nIt requires to install Frida on the Jailbroken iOS device:\n\n * Jailbroken device\n * Frida installed on the device. (e.g. via Cydia) https://frida.re/docs/ios/#with-jailbreak\n * radare2 installed. https://github.com/radareorg/radare2\n * r2frida installed. https://github.com/nowsecure/r2frida\n\n\n## Installation\n\n* Using PIP:\n\n```\npip install r2flutch\n```\n\n* Using r2pm:\n\n```\nr2pm -ci r2flutch\n```\n\n## Usage\n\n* Run `r2flutch -l` to list all the installed apps.\n\n![List applications](img/list_apps.png)\n\n\n* Run `r2flutch -i \u003cApp Bundle\u003e` to pull a decrypted IPA from the device.\n\n![List applications](img/demo.png)\n\n* Run `r2flutch \u003cApp Bundle\u003e` to pull the decrypted app binary from the device.\n\n![Demo](img/download.png)\n\n## Troubleshooting\n\n### Issue #1: Xcode isn't open.\n\u003e error: This feature requires an iOS Developer Disk Image to be mounted; run Xcode briefly or use ideviceimagemounter to mount one manually\nCannot spawn: This feature requires an iOS Developer Disk Image to be mounted; run Xcode briefly or use ideviceimagemounter to mount one manually\n\nSolution: Run Xcode\n\n### Issue #2: Gadget isn't installed\n\u003e error: Cannot attach: Need Gadget to attach on jailed iOS; its default location is: /Users/mak/.cache/frida/gadget-ios.dylib\n\nSolution: 2 steps\n1. Visit https://github.com/frida/frida/releases\n2. download and extract (gunzip)  i.e: we'll do this for frida-gadget-15.1.10-ios-universal.dylib.gz but make sure to get the latest\n * `curl -L https://github.com/frida/frida/releases/download/15.1.10/frida-gadget-15.1.10-ios-universal.dylib.gz -o frida-gadget-15.1.10-ios-universal.dylib.gz`\n * `gunzip frida-gadget-15.1.10-ios-universal.dylib.gz`\n * `mkdir -p ~/.cache/frida`\n * `mv frida-gadget-15.1.10-ios-universal.dylib ~/.cache/frida/gadget-ios.dylib`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fas0ler%2Fr2flutch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fas0ler%2Fr2flutch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fas0ler%2Fr2flutch/lists"}