{"id":23119399,"url":"https://github.com/veha0001/demodapk","last_synced_at":"2025-06-23T18:07:55.902Z","repository":{"id":259452228,"uuid":"877882746","full_name":"Veha0001/DemodAPK","owner":"Veha0001","description":"DemodAPK is used for modifying APK resources, preconfigured for fast editing.","archived":false,"fork":false,"pushed_at":"2025-06-13T10:39:49.000Z","size":294,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-13T11:35:36.037Z","etag":null,"topics":["apk-editor","apkeditor","demodapk","python-scripts","termux"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Veha0001.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2024-10-24T12:09:16.000Z","updated_at":"2025-06-13T10:33:35.000Z","dependencies_parsed_at":"2024-10-25T15:44:36.014Z","dependency_job_id":"01cd5532-dd8b-457c-8e1c-b603b5e3825c","html_url":"https://github.com/Veha0001/DemodAPK","commit_stats":null,"previous_names":["veha0001/demodapk"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Veha0001/DemodAPK","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Veha0001%2FDemodAPK","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Veha0001%2FDemodAPK/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Veha0001%2FDemodAPK/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Veha0001%2FDemodAPK/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Veha0001","download_url":"https://codeload.github.com/Veha0001/DemodAPK/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Veha0001%2FDemodAPK/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259998813,"owners_count":22943870,"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":["apk-editor","apkeditor","demodapk","python-scripts","termux"],"created_at":"2024-12-17T05:34:35.219Z","updated_at":"2025-06-23T18:07:55.875Z","avatar_url":"https://github.com/Veha0001.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DemodAPK\n\n**DemodAPK** is a tool for modifying and editing an **apk** that has been decoded by [APKEditor](https://github.com/REAndroid/APKEditor).\n\n## Features\n\n- **Commands**: Automatically decodes and builds APKs, with the ability to run commands after decoding and building.\n- **Package Renaming**: Easily rename package names in APK files.\n- **Resource Modification**: Modify resources in APK files as needed.\n- **Facebook API Updates**: Automatically replaces Facebook App details in the appropriate XML files.\n- **Metadata Adjustment**: Update application metadata in the AndroidManifest.xml file.\n- **Configurable Settings**: Store and manage settings in a JSON configuration file.\n- **For educational purposes**: You're learning how APK files work or exploring reverse engineering ethically.\n\n### Requirements\n\n- Python v3.x or higher.\n- Java v8 or higher.\n- Necessary libraries specified in `requirements.txt`.\n\n### Install\n\n```sh\npip install git+https://github.com/Veha0001/DemodAPK\n```\n\n#### Build from Source\n\nClone the repository and install manually:\n\n```sh\ngit clone https://github.com/Veha0001/DemodAPK.git\ncd DemodAPK\n# Run git fetch and git pull for latest change.\npip install .\n```\n\n### Usage\n\nRun the script with the following command:\n\n```bash\ndemodapk [Options] \u003capkdir_decoded/apk_file\u003e\n```\n\nFor more about options run the command with `-h`.\n\n### Example\n\n\u003cdetails\u003e \u003csummary\u003eThis is a `config.json` example file: \u003c/summary\u003e\n\n```json\n{\n  \"DemodAPK\": {\n    \"com.overpower.game\": {\n      \"app_name\": \"OMYRPG\"\n      \"apkeditor\": {\n          \"jarpath\": \"~/.apkeditor/apkeditor.jar\",\n          \"javaopts\": \"-Xmx8G\",\n          \"output\": \"omyrpg\"\n          \"dex\": true\n      },\n      \"log\": true,\n      \"commands\": {\n        \"quietly\": true,\n        \"begin\": [\n          {\n            \"run\": \"hexsaly -c beta.json open $BASE/root/lib/arm64-v8a/libil2cpp.so -i 0\",\n            \"quiet\": false\n          },\n          \"rm -r $BASE/root/lib/armeabi-v7a\"\n        ],\n        \"end\": [\n          {\n              \"run\": \"apksigner sign --key ./assets/keys/android.pk8 --cert ./assets/keys/android.x509.pem $BUILD\",\n              \"title\": \"Signing Build\"\n          }\n        ]\n      },\n      \"level\": 0,\n        \"package\": \"com.super.gamerpg\",\n      \"facebook\": {\n        \"app_id\": \"0000000000000\",\n        \"client_token\": \"dj2025id828018ahzl11\",\n        \"login_protocol_scheme\": \"fb0000000000000\"\n      },\n      \"files\": {\n        \"replace\": {\n            \"patches/beta/libil2cpp_patched.so\": \"root/lib/arm64-v8a/libil2cpp.so\"\n        },\n        \"copy\": {\n            \"assets/background.png\": \"res/drawable/background.png\"\n        }\n      },\n      \"manifest\": {\n        \"remove_metadata\": [\n          \"com.google.android.gms.games.APP_ID\"\n        ]\n      }\n    }\n  }\n```\n\n\u003c!-- \"files\" feature is useless now when you use to run commands --\u003e\n\nFollow the prompts to select the APK file and modify its contents according to your preferences.\n\n\u003c/details\u003e\n\n\u003e [!TIP]  \n\u003e `$BASE`: decode apk_dir\n\u003e\n\u003e `$BUILD`: output apk_file\n\n## License\n\nThis project is licensed under the GNU General Public License v3.0 - see the [LICENSE](LICENSE) file for details.\n\n## Contributing\n\nContributions are welcome! Please open an issue or submit a pull request for any improvements or features.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveha0001%2Fdemodapk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fveha0001%2Fdemodapk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveha0001%2Fdemodapk/lists"}