{"id":13438204,"url":"https://github.com/pxb1988/dex2jar","last_synced_at":"2025-05-13T00:07:47.579Z","repository":{"id":28790571,"uuid":"32313383","full_name":"pxb1988/dex2jar","owner":"pxb1988","description":"Tools to work with android .dex and java .class files","archived":false,"fork":false,"pushed_at":"2024-07-21T06:08:25.000Z","size":8725,"stargazers_count":12712,"open_issues_count":379,"forks_count":2158,"subscribers_count":442,"default_branch":"2.x","last_synced_at":"2025-05-13T00:07:34.789Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pxb1988.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}},"created_at":"2015-03-16T09:13:07.000Z","updated_at":"2025-05-12T14:11:24.000Z","dependencies_parsed_at":"2023-02-15T18:01:34.163Z","dependency_job_id":"e79095bf-8ec5-4234-8a57-c756cec402da","html_url":"https://github.com/pxb1988/dex2jar","commit_stats":{"total_commits":572,"total_committers":15,"mean_commits":38.13333333333333,"dds":0.5,"last_synced_commit":"e938cf0b654f9a2d48f2e25f9f7b3a0341ec002f"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pxb1988%2Fdex2jar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pxb1988%2Fdex2jar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pxb1988%2Fdex2jar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pxb1988%2Fdex2jar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pxb1988","download_url":"https://codeload.github.com/pxb1988/dex2jar/tar.gz/refs/heads/2.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253843215,"owners_count":21972873,"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-07-31T03:01:03.650Z","updated_at":"2025-05-13T00:07:47.547Z","avatar_url":"https://github.com/pxb1988.png","language":"Java","funding_links":[],"categories":["Android Security","Java","Tools","📱 Mobile GCS Apps","Android","工具","Weapons","Miscellaneous Tools","Mobile Security"],"sub_categories":["Reverse Engineering","Other","Companion Web Application Attacking","有关渗透测试和安全方面的Docker镜像","Android","Decompilers"],"readme":"# dex2jar\n\n**Project move to [GitHub](https://github.com/pxb1988/dex2jar)**\n\n| _ | Mirror | Wiki | Downloads | Issues |\n|--:|:-----|:----:|:---------:|:------:|\n| gh | https://github.com/pxb1988/dex2jar | [Wiki](https://github.com/pxb1988/dex2jar/wiki) | [Releases](https://github.com/pxb1988/dex2jar/releases) | [Issues](https://github.com/pxb1988/dex2jar/issues) |\n| sf | https://sourceforge.net/p/dex2jar | [old](https://sourceforge.net/p/dex2jar/wiki) | [old](https://sourceforge.net/projects/dex2jar/files/) | [old](https://sourceforge.net/p/dex2jar/tickets/) |\n| bb | https://bitbucket.org/pxb1988/dex2jar | [old](https://bitbucket.org/pxb1988/dex2jar/wiki) | [old](https://bitbucket.org/pxb1988/dex2jar/downloads) | [old](https://bitbucket.org/pxb1988/dex2jar/issues) |\n| gc | https://code.google.com/p/dex2jar | [old](http://code.google.com/p/dex2jar/w/list) | [old](http://code.google.com/p/dex2jar/downloads/list) | [old](http://code.google.com/p/dex2jar/issues/list)|\n\nTools to work with android .dex and java .class files\n\n1. dex-reader/writer:\n    Read/write the Dalvik Executable (.dex) file. It has a [light weight API similar with ASM](https://sourceforge.net/p/dex2jar/wiki/Faq#markdown-header-want-to-read-dex-file-using-dex2jar).\n2. d2j-dex2jar:\n    Convert .dex file to .class files (zipped as jar)\n3. smali/baksmali:\n    disassemble dex to smali files and assemble dex from smali files. different implementation to [smali/baksmali](http://code.google.com/p/smali), same syntax, but we support escape in type desc \"Lcom/dex2jar\\t\\u1234;\"\n4. other tools:\n    [d2j-decrypt-string](https://sourceforge.net/p/dex2jar/wiki/DecryptStrings)\n\n## Usage\n\n1. In the root directory run: ./gradlew distZip\n2. cd dex-tools/build/distributions\n3. Unzip the file dex-tools-2.1-SNAPSHOT.zip (file size should be ~5 MB)\n4. Run d2j-dex2jar.sh from the unzipped directory\n\n### Example usage:\n\u003e sh d2j-dex2jar.sh -f ~/path/to/apk_to_decompile.apk\n\nAnd the output file will be `apk_to_decompile-dex2jar.jar`.\n\n## Need help ?\npost on issue trackers list above.\n\n## License\n[Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpxb1988%2Fdex2jar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpxb1988%2Fdex2jar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpxb1988%2Fdex2jar/lists"}