{"id":32448244,"url":"https://github.com/schwartzblat/stitch","last_synced_at":"2026-05-21T19:33:50.543Z","repository":{"id":316789903,"uuid":"1063496736","full_name":"Schwartzblat/Stitch","owner":"Schwartzblat","description":"Python library that helps with patching apps.","archived":false,"fork":false,"pushed_at":"2026-05-11T21:07:47.000Z","size":41744,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-11T23:16:35.648Z","etag":null,"topics":["android","patch","patcher","patching","stitch"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/stitch/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Schwartzblat.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-24T17:52:02.000Z","updated_at":"2026-05-11T21:07:52.000Z","dependencies_parsed_at":"2025-09-26T19:19:41.717Z","dependency_job_id":null,"html_url":"https://github.com/Schwartzblat/Stitch","commit_stats":null,"previous_names":["schwartzblat/stitch"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Schwartzblat/Stitch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Schwartzblat%2FStitch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Schwartzblat%2FStitch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Schwartzblat%2FStitch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Schwartzblat%2FStitch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Schwartzblat","download_url":"https://codeload.github.com/Schwartzblat/Stitch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Schwartzblat%2FStitch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33311832,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-21T12:23:38.849Z","status":"ssl_error","status_checked_at":"2026-05-21T12:22:11.673Z","response_time":62,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","patch","patcher","patching","stitch"],"created_at":"2025-10-26T05:56:10.361Z","updated_at":"2026-05-21T19:33:50.536Z","avatar_url":"https://github.com/Schwartzblat.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stitch\nStitch is a powerful APK patching python library that allows you to inject your own java module into any APK, bundle or XAPK file.\n\n## How it works\n\nWill be added soon.\n\n## Projects using Stitch:\n- [WhatsAppPatcher](https://github.com/Schwartzblat/WhatsAppPatcher)- A patcher for WhatsApp Android app.\n- [MoovitPatcher](https://github.com/Schwartzblat/MoovitPatcher)- A patcher for Moovit app.\n- [MakoPatcher](https://github.com/Schwartzblat/MakoPatcher)- A patcher for 12+ app.\n\n## How to use\n### Installation\nYou can install Stitch using pip:\n```bash\n# For now, install the test version from TestPyPI\npip install stitch\n```\n\n### Basic Usage\nCreate an Android Gradle project like my smali_generator (Check it out in on of the examples) that generates the java module you want to inject.\n\nThen, use the following code to patch an APK:\n```python\nfrom stitch import Stitch\nfrom stitch.common import ExternalModule\nfrom pathlib import Path\n\nwith Stitch(\n        apk_path='./input.apk',\n        output_apk='./output.apk',\n        external_modules=[ExternalModule(Path(__file__).parent / './smali_generator',\n                                         'invoke-static {}, Lcom/smali_generator/TheAmazingPatch;-\u003eon_load()V')]\n) as stitch:\n    stitch.patch()\n```\nAnd that's it! Your APK will be patched with the injected module.\n\n## Contributing\n\nI will be happy if you want to contribute to this project. Feel free to open issues or submit pull requests.\n\n## Disclaimer\n\nFor educational purpose only or something like that. I am not responsible for any misuse of this software.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschwartzblat%2Fstitch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschwartzblat%2Fstitch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschwartzblat%2Fstitch/lists"}