{"id":28200802,"url":"https://github.com/auax/apk-editor","last_synced_at":"2026-04-14T23:32:09.983Z","repository":{"id":124230677,"uuid":"432837900","full_name":"Auax/APK-Editor","owner":"Auax","description":"Decompile, change, build, and sign an APK. IN DEVELOPMENT.","archived":false,"fork":false,"pushed_at":"2021-12-10T22:11:17.000Z","size":21026,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-12T17:46:41.766Z","etag":null,"topics":["android","apk","app","application","build","change","decompile","edit","jar","java","mobile","name","python","python3","sign"],"latest_commit_sha":null,"homepage":"","language":"Python","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/Auax.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}},"created_at":"2021-11-28T22:15:37.000Z","updated_at":"2024-10-05T03:38:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"c9d65f3e-e838-4f76-90ee-35609add732a","html_url":"https://github.com/Auax/APK-Editor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Auax/APK-Editor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Auax%2FAPK-Editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Auax%2FAPK-Editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Auax%2FAPK-Editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Auax%2FAPK-Editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Auax","download_url":"https://codeload.github.com/Auax/APK-Editor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Auax%2FAPK-Editor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31819718,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"ssl_error","status_checked_at":"2026-04-14T18:05:01.765Z","response_time":153,"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","apk","app","application","build","change","decompile","edit","jar","java","mobile","name","python","python3","sign"],"created_at":"2025-05-16T21:17:29.283Z","updated_at":"2026-04-14T23:32:09.976Z","avatar_url":"https://github.com/Auax.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AUAX APK EDITOR\n\n\n## Usage \n\nRun the `apk_editor.py` file and add the flag `-h` to get help.\n\n    python3 apk_editor.py [-h] -i APK input path -instr *Input string* -outstr Output string\n    [-o [target]] [-apt [apktool path]] [-aps [apktool path]]\n    [-w [overwrite]]\n\n### **Arguments:**\n| **Command** | **Description**                                                                                                                                                           | **Required** |\n|-------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------|\n| **-i**      | APK input path.                                                                                                                                                           | Yes          |\n| **-instr**  | Input string will be replaced with the output string in the Strings.xml file. Recommended to set this to the app name                                                     | Yes          |\n| **-outstr** | The output string will replace the input string in the Strings.xml file.                                                                                                  | Yes          |\n| **-o**      | APK output path. (Final signed APK).                                                                                                                                      | No           |\n| **-apt**    | The path to the Apktool JAR file. (Included under the ./libs folder). If you don't specify the argument, the program will try to find the file in the ./lib folder.       | No           |\n| **-aps**    | The path to the Apksigner JAR file. (Included under the ./libs folder). If you don't specify the argument, the program will try to find the file in the ./lib folder.     | No           |\n| **-w**      | Overwrite files if necessary.                                                                                                                                             | No           |\n\n\n### **Example:**\n    python3 apk_editor.py -i apkpure.apk --instr APKPure --outstr Auax -o new.apk -w \n\nWill locate the **APK** `apkpure.apk` (in the same folder), and replace the string *APKPure* (app name) for the new string *Auax*. Then it will sign the APK and save it with the name *new.apk*.\n\n---\n\n## Todo \n1. Fix the *rename_package* method. (Disabled because sometimes there's trouble trying to sign the APK).\n2. Improve the renaming methodology.\n3. Add new functionality. You can suggest anything through my email or GitHub.\n\n---\n\n## About the *Lib* files\n\n**APKTOOL** v2.6.0 (https://github.com/iBotPeaches/Apktool)\n\n**APKSIGNER**: v1.2.1 (https://github.com/patrickfav/uber-apk-signer)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauax%2Fapk-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fauax%2Fapk-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauax%2Fapk-editor/lists"}