{"id":23782698,"url":"https://github.com/paulcoding810/apk-patcher","last_synced_at":"2026-02-23T09:43:15.063Z","repository":{"id":249531011,"uuid":"831754220","full_name":"paulcoding810/apk-patcher","owner":"paulcoding810","description":"simple version of apklab","archived":false,"fork":false,"pushed_at":"2025-10-08T03:45:42.000Z","size":32118,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-09T14:05:56.085Z","etag":null,"topics":["apklab","reverse-engineering","smali"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@paulcoding810/apk-patcher","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/paulcoding810.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-07-21T14:32:11.000Z","updated_at":"2025-10-08T03:45:12.000Z","dependencies_parsed_at":"2024-07-21T16:47:20.120Z","dependency_job_id":"731bf3d6-3187-4fbf-b71c-02baaef209a1","html_url":"https://github.com/paulcoding810/apk-patcher","commit_stats":null,"previous_names":["longnghia/apk_patcher","longnghia/apk-patcher","paulcoding810/apk-patcher"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/paulcoding810/apk-patcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulcoding810%2Fapk-patcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulcoding810%2Fapk-patcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulcoding810%2Fapk-patcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulcoding810%2Fapk-patcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paulcoding810","download_url":"https://codeload.github.com/paulcoding810/apk-patcher/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulcoding810%2Fapk-patcher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29741143,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T07:44:07.782Z","status":"ssl_error","status_checked_at":"2026-02-23T07:44:07.432Z","response_time":90,"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":["apklab","reverse-engineering","smali"],"created_at":"2025-01-01T12:22:01.773Z","updated_at":"2026-02-23T09:43:15.042Z","avatar_url":"https://github.com/paulcoding810.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# APK Patcher CLI\n\nA command-line tool that minimize [APKLab](https://github.com/APKLab/) for patching and modifying Android APK files with MITM capabilities.\n\n## Installation\n\n```bash\nnpm install @paulcoding810/apk-patcher\n```\n\n## Configuration\n\nCreate a `config.json` file in your project root with the following structure:\n\n```json\n{\n  \"UBER_APK_SIGNER_PATH\": \"/path/to/uber-apk-signer.jar\",\n  \"APKEDITOR_PATH\": \"/path/to/apkeditor.jar\",\n  \"APKTOOL_PATH\": \"/path/to/apktool.jar\",\n  \"OUTPUT_PATCH_PATH\": \"/path/to/patches/output\",\n  \"EDITOR\": \"code\"  // or any preferred text editor\n}\n```\n\n## Usage\n\n### View Current Configuration\n\n```bash\napk-patcher config\n```\n\n### Edit Configuration\n\n```bash\napk-patcher --edit-config\n```\n\n### Merge Split APK\n\n```bash\napk-patcher merge \u003cpath-to-apk\u003e\n```\n\n### Start Patching Loop\n\n```bash\napk-patcher \u003cpath-to-apk\u003e\n```\n\nThis command will:\n\n1. Decode the APK\n2. Initialize a git repository\n3. Apply MITM patches\n4. Open the project in your configured editor\n5. Start a build-test loop where you can:\n   - Build and install the modified APK (enter 'y')\n   - Save changes and generate patch file (enter 'n')\n   - Quit without saving (enter 'q')\n\n## Features\n\n- APK decompilation and recompilation\n- Automatic MITM patching\n- Git integration for tracking changes\n- Automatic APK signing\n- Direct installation to connected Android device\n- Patch file generation\n- Build and test loop for rapid development\n\n## Working Directory Structure\n\nWhen working with an APK, the tool creates the following structure:\n\n```\npatches/\n    └── [package-name]/\n        └── [version].patch\n```\n\n## Notes\n\n- Requires an Android device connected via ADB for testing\n- Automatically handles APK signing\n- Generates patch files for version control\n- Supports multiple device handling\n- Maintains git history of modifications\n\n## License\n\n[MIT](./LICIENCE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulcoding810%2Fapk-patcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaulcoding810%2Fapk-patcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulcoding810%2Fapk-patcher/lists"}