{"id":13529835,"url":"https://github.com/muellerberndt/apkx","last_synced_at":"2025-04-13T06:42:03.346Z","repository":{"id":54966010,"uuid":"89123864","full_name":"muellerberndt/apkx","owner":"muellerberndt","description":"One-Step APK Decompilation With Multiple Backends","archived":false,"fork":false,"pushed_at":"2021-01-19T06:11:07.000Z","size":5982,"stargazers_count":243,"open_issues_count":4,"forks_count":39,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-08-04T16:05:42.224Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/muellerberndt.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}},"created_at":"2017-04-23T07:09:00.000Z","updated_at":"2024-08-01T18:00:32.000Z","dependencies_parsed_at":"2022-08-14T07:40:17.982Z","dependency_job_id":null,"html_url":"https://github.com/muellerberndt/apkx","commit_stats":null,"previous_names":["b-mueller/apkx"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muellerberndt%2Fapkx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muellerberndt%2Fapkx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muellerberndt%2Fapkx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muellerberndt%2Fapkx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/muellerberndt","download_url":"https://codeload.github.com/muellerberndt/apkx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248675440,"owners_count":21143763,"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":[],"created_at":"2024-08-01T07:00:39.854Z","updated_at":"2025-04-13T06:42:03.326Z","avatar_url":"https://github.com/muellerberndt.png","language":"Python","funding_links":[],"categories":["Tools","Python"],"sub_categories":["Static Analysis Tools"],"readme":"# apkx - Android APK Decompilation for the Lazy\n\nA Python wrapper to popular free dex converters and Java decompilers. Extracts Java source code directly from the APK. Useful for experimenting with different converters/decompilers without having to worry about classpath settings and command line args.\n\n## Installation\n\n```bash\n$ git clone https://github.com/b-mueller/apkx\n$ cd apkx\n$ sudo ./install.sh\n```\n\nNotes: \n\n- JRE needs to be installed and in PATH\n- enjarify requires Python 3\n\n## Usage\n\nPass the APK filename on the command line:\n\n```bash\n$ apkx HelloWorld.apk \nExtracting HelloWord.apk to HelloWord\nConverting: classes.dex -\u003e classes.jar (dex2jar)\ndex2jar HelloWord/classes.dex -\u003e HelloWord/classes.jar\nDecompiling to HelloWord/src (cfr)\n```\n\nThe default combination of converter and decompiler is \u003ccode\u003edex2jar\u003c/code\u003e and \u003ccode\u003ecfr\u003c/code\u003e. Use the \u003ccode\u003e-c\u003c/code\u003e and \u003ccode\u003e-d\u003c/code\u003e flags to change this. E.g.:\n\n```bash\n$ apkx -c enjarify -d procyon HelloWorld.apk\n```\n\nTo get help, run:\n\n```bash\n$ apkx -h\n```\n\n## Tools\n\nThis script integrates the following tools:\n\n- [Procyon](https://bitbucket.org/mstrobel/procyon) by Mike Strobel - [Apache License Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.html)\n- [CFR](http://www.benf.org/other/cfr/) by Lee Benfield  - [MIT License](https://opensource.org/licenses/MIT)\n- [dex2jar](https://github.com/pxb1988/dex2jar) by Bob Pan - [Apache License Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.html)\n- [enjarify](https://github.com/Storyyeller/enjarify) by Storyyeller - [Apache License Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.html)\n\n## About\n\nThis script accompanies the [OWASP Mobile Security Testing Guide](https://github.com/OWASP/owasp-mstg). For further instructions and usage examples, see also:\n\n- [Tampering and Reverse Engineering on Android](https://github.com/OWASP/owasp-mstg/blob/master/Document/0x05c-Reverse-Engineering-and-Tampering.md)\n- [Testing Resiliency Against Reverse Engineering on Android](https://github.com/OWASP/owasp-mstg/blob/master/Document/0x05j-Testing-Resiliency-Against-Reverse-Engineering.md)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuellerberndt%2Fapkx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuellerberndt%2Fapkx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuellerberndt%2Fapkx/lists"}