{"id":16251253,"url":"https://github.com/theapache64/dex-diff","last_synced_at":"2025-04-08T03:19:48.894Z","repository":{"id":243487095,"uuid":"810919972","full_name":"theapache64/dex-diff","owner":"theapache64","description":"A tool to compare two APK files at the dex level. Useful for checking the impact of things like fullMode and dex optimisations.","archived":false,"fork":false,"pushed_at":"2024-09-23T17:25:38.000Z","size":1623,"stargazers_count":165,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-11T15:09:19.745Z","etag":null,"topics":["agp","android","dex","r8"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/theapache64.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}},"created_at":"2024-06-05T15:44:47.000Z","updated_at":"2024-10-11T07:33:37.000Z","dependencies_parsed_at":"2024-06-14T17:14:14.252Z","dependency_job_id":"4183085b-6efb-41e1-b62b-5d5b917b52ff","html_url":"https://github.com/theapache64/dex-diff","commit_stats":null,"previous_names":["theapache64/dex-diff"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theapache64%2Fdex-diff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theapache64%2Fdex-diff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theapache64%2Fdex-diff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theapache64%2Fdex-diff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theapache64","download_url":"https://codeload.github.com/theapache64/dex-diff/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247767239,"owners_count":20992548,"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":["agp","android","dex","r8"],"created_at":"2024-10-10T15:09:34.663Z","updated_at":"2025-04-08T03:19:48.866Z","avatar_url":"https://github.com/theapache64.png","language":"Kotlin","readme":"\n# dex-diff\n\n![latestVersion](https://img.shields.io/github/v/release/theapache64/dex-diff)\n\u003ca href=\"https://twitter.com/theapache64\" target=\"_blank\"\u003e\n\u003cimg alt=\"Twitter: theapache64\" src=\"https://img.shields.io/twitter/follow/theapache64.svg?style=social\" /\u003e\n\u003c/a\u003e\n\n\u003e A tool to compare two APK files at the dex level. Useful for checking the impact of things like [fullMode](https://r8.googlesource.com/r8/+/refs/heads/master/compatibility-faq.md#r8-full-mode) and [dex optimisations](https://developer.android.com/topic/performance/baselineprofiles/dex-layout-optimizations).\n\n### ⌨️ Install\n```bash\nsudo npm install -g dex-diff\n```\n\n### ✨ Usage\n```bash\ndex-diff before.apk after.apk [com.my.app.packageName]\n```\n\n### 🤖 Example\n\n```bash\n❯ ls\nwith-fullmode.apk    without-fullmode.apk\n\n❯ dex-diff without-fullmode.apk with-fullmode.apk com.example.flowobjectrepro\n⚔️ dex-diff v0.1.1\n🚀 Initialising...\n➡️ Deleting old results (dex-diff-result)...\n✅ Deleted old results\n➡️ Decompiling before APK... (this may take some time)\n✅ Decompiling before APK finished\n➡️ Decompiling after APK... (this may take some time)\n✅ Decompiling after APK finished\n✅ Decompile finished (6645ms)\n➡️ Comparing before and after... (this may take some time)\n✅ Comparing finished (2030ms)\n➡️ Making report...\n✅ Report ready (10.66s) -\u003e file:///../dex-diff-result/report.html \n\n```\n\n### 💻 Output\n\n**Summary**\n![image](https://github.com/theapache64/dex-diff/assets/9678279/4af3027b-8d26-42c2-ab0b-96789d05f059)\n\n**App files' addition, deletion, and removals**\n![image](https://github.com/theapache64/dex-diff/assets/9678279/e9e6b466-d599-4833-8fd6-1b30d9299c91)\n\n**Libary files' addition, deletion, and removals**\n![image](https://github.com/theapache64/dex-diff/assets/9678279/de89e79a-191b-4cec-9901-2160b0c893f5)\n\n**Framework files' addition, deletion, and removals**\n![image](https://github.com/theapache64/dex-diff/assets/9678279/f3dbd2bf-645b-451c-b4bd-063db3e86b89)\n\n**Change view**\n![image](https://github.com/theapache64/dex-diff/assets/9678279/b31f1e76-6a1f-4932-b3df-1a0fb2321512)\n\n\n## ✍️ Author\n\n👤 **theapache64**\n\n* Twitter: \u003ca href=\"https://twitter.com/theapache64\" target=\"_blank\"\u003e@theapache64\u003c/a\u003e\n* Email: theapache64@gmail.com\n\nFeel free to ping me 😉\n\n## 🤝 Contributing\n\nContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any\ncontributions you make are **greatly appreciated**.\n\n1. Open an issue first to discuss what you would like to change.\n1. Fork the Project\n1. Create your feature branch (`git checkout -b feature/amazing-feature`)\n1. Commit your changes (`git commit -m 'Add some amazing feature'`)\n1. Push to the branch (`git push origin feature/amazing-feature`)\n1. Open a pull request\n\nPlease make sure to update tests as appropriate.\n\n## ❤ Show your support\n\nGive a ⭐️ if this project helped you!\n\n\u003ca href=\"https://www.patreon.com/theapache64\"\u003e\n  \u003cimg alt=\"Patron Link\" src=\"https://c5.patreon.com/external/logo/become_a_patron_button@2x.png\" width=\"160\"/\u003e\n\u003c/a\u003e\n\n\u003ca href=\"https://www.buymeacoffee.com/theapache64\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" alt=\"Buy Me A Coffee\" width=\"160\"\u003e\n\u003c/a\u003e\n\n\n## 📝 License\n\n```\nCopyright © 2024 - theapache64\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n\n_This README was generated by [readgen](https://github.com/theapache64/readgen)_ ❤\n","funding_links":["https://www.patreon.com/theapache64","https://www.buymeacoffee.com/theapache64"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheapache64%2Fdex-diff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheapache64%2Fdex-diff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheapache64%2Fdex-diff/lists"}