{"id":20822554,"url":"https://github.com/wrbug/dumpdex","last_synced_at":"2025-05-15T08:05:03.497Z","repository":{"id":41156325,"uuid":"125992974","full_name":"WrBug/dumpDex","owner":"WrBug","description":"💯一款Android脱壳工具，需要xposed支持, 易开发已集成该项目。","archived":false,"fork":false,"pushed_at":"2020-05-15T06:35:32.000Z","size":240,"stargazers_count":3087,"open_issues_count":38,"forks_count":622,"subscribers_count":100,"default_branch":"develop","last_synced_at":"2025-04-15T01:58:59.449Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/WrBug/DeveloperHelper","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WrBug.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-03-20T09:29:52.000Z","updated_at":"2025-04-14T07:07:45.000Z","dependencies_parsed_at":"2022-07-14T08:31:24.672Z","dependency_job_id":null,"html_url":"https://github.com/WrBug/dumpDex","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WrBug%2FdumpDex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WrBug%2FdumpDex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WrBug%2FdumpDex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WrBug%2FdumpDex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WrBug","download_url":"https://codeload.github.com/WrBug/dumpDex/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254301422,"owners_count":22047901,"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-11-17T22:15:18.204Z","updated_at":"2025-05-15T08:05:03.441Z","avatar_url":"https://github.com/WrBug.png","language":"C++","funding_links":[],"categories":["\u003ca id=\"2110ded2aa5637fa933cc674bc33bf21\"\u003e\u003c/a\u003e工具"],"sub_categories":["\u003ca id=\"50f63dce18786069de2ec637630ff167\"\u003e\u003c/a\u003e加壳\u0026\u0026脱壳"],"readme":"# dumpDex-Android脱壳\n\n\u003e 插件需要在xposed环境中使用,支持市面上大多数加密壳,软件仅供学习用，请勿用于其他用途,项目不是成品，可能会引起软件崩溃\n\n### 编译环境\n\nAndroid Studio 3.0\n\n**无法脱壳，请在 [PackerInfo.java](app/src/main/java/com/wrbug/dumpdex/PackerInfo.java#L31)文件中，将应用的包名加到packages字段里，编译安装即可,欢迎提交Pull Requests，让软件更加全面**\n\n### 支持设备\n\n大多数xposed环境的手机，暂不支持模拟器\n\n### apk 下载\n\n[https://github.com/WrBug/dumpDex/releases](https://github.com/WrBug/dumpDex/releases)\n\n[https://github.com/WrBug/DeveloperHelper](https://github.com/WrBug/DeveloperHelper)  **推荐下载**\n\n易开发已集成dumpdex功能\n\n### 分支\n\n[develop](https://github.com/WrBug/dumpDex/tree/develop) 开发分支\n\n\n[master](https://github.com/WrBug/dumpDex/tree/master) 稳定分支\n\n### 使用方式\n\n下载源码编译或者下载apk包并安装，应用xposed模块后重启，运行加固的应用后，插件会自动将dex文件dump到 **/data/data/包名/dump** 目录\n\n**apk文件不会实时更新，获取最新apk请自行编译源码**\n\n\n\n\n### 源码编译\n\n将源码下载或者clone到本地，使用android studio打开，编译成功后，安装apk，将 **lib/armeabi-v7a/libnativeDump.so** 复制到 */data/local/tmp/libnativeDump.so* ，权限 设置为777，arm64机型还需要将将 **lib/arm64-v8a/libnativeDump.so** 复制到 */data/local/tmp/libnativeDump64.so*可以通过文件管理器操作，也可以使用如下adb shell命令\n\n```bash\n#仅适用于32位手机\nadb shell\nsu\ncp /data/data/com.wrbug.dumpdex/lib/libnativeDump.so /data/local/tmp\nchmod 777 /data/local/tmp/libnativeDump.so\n\n```\n\n配置完成后激活xposed重启即可\n\n### 更多精彩内容请关注博客\n\n[https://www.wrbug.com/](https://www.wrbug.com/)\n\n### 相关文章(网友分享)\n\n[dumpDex 脱壳原理](http://liteng1220.com/blog/articles/dumpdex-principle/)\n\n[Android逆向之路---脱壳360加固原理解析](https://juejin.im/post/5c1934226fb9a04a0b221c3c)\n\n### 支持开发，欢迎打赏\n\n![](/pay.png)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwrbug%2Fdumpdex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwrbug%2Fdumpdex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwrbug%2Fdumpdex/lists"}