{"id":13587420,"url":"https://github.com/0xn3va/ipa-patching","last_synced_at":"2025-04-07T21:33:58.219Z","repository":{"id":52490035,"uuid":"297300814","full_name":"0xn3va/ipa-patching","owner":"0xn3va","description":"Simple script for IPA patching and deploying to device without jailbreak","archived":false,"fork":false,"pushed_at":"2020-11-03T09:22:47.000Z","size":18,"stargazers_count":19,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-02-13T21:49:22.358Z","etag":null,"topics":["android","frida","ios","ipa","patching"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0xn3va.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":"2020-09-21T10:08:25.000Z","updated_at":"2024-02-06T17:58:02.000Z","dependencies_parsed_at":"2022-09-24T01:10:52.154Z","dependency_job_id":null,"html_url":"https://github.com/0xn3va/ipa-patching","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xn3va%2Fipa-patching","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xn3va%2Fipa-patching/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xn3va%2Fipa-patching/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xn3va%2Fipa-patching/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xn3va","download_url":"https://codeload.github.com/0xn3va/ipa-patching/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223295453,"owners_count":17121807,"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":["android","frida","ios","ipa","patching"],"created_at":"2024-08-01T15:06:12.221Z","updated_at":"2024-11-06T06:31:01.894Z","avatar_url":"https://github.com/0xn3va.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# ipa-patching.sh\n\nThe `ipa-patching.sh` script patches the app's IPA and signs the code to load `FridaGadget.dylib` on start without jailbreak.\n\n# Dependencies\n\nScript requires [brew](https://github.com/Homebrew/brew)\n\n```bash\n/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)\"\n```\n\n# Usage\n\nBefore patching IPA, you need to set a number of variables.\n\n## Main variables\n\n- `IPA` - path to the IPA file that needs to be patched.\n- `MOBILEPROVISION` - path to your .mobileprovision file, how to generate it see [here](https://0xn3va.gitbook.io/cheat-sheets/ios-application/getting-started/ipa-patching).\n- `SIGN_IDENTITY` - your code sign identity, can be found like this:\n\n    ```bash\n    $ security find-identity -v -p codesigning\n    \n    1) 11AA22BB*** \"Apple Development: *****@icloud.com (ABCDEF1234)\"\n         1 valid identities found\n    \n    # 11AA22BB*** - code sign identity\n    ```\n\n- `BUNDLE_ID` - your bundle id from .mobileprovision file.\n- `FRIDA_URL` - link to Frida's gadget, supports `file://` scheme for local files. You can find up-to-date gadgets at [https://github.com/frida/frida/releases](https://github.com/frida/frida/releases)\n\n## Extra variables\n\n- `VERBOSE` - verbose mode.\n\n## Patching\n\nAfter all the variables are set, just run the script.\n\n```bash\n./ipa-patching.sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xn3va%2Fipa-patching","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xn3va%2Fipa-patching","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xn3va%2Fipa-patching/lists"}