androguard/androguard

GitHub: androguard/androguard

一款用于 Android 应用逆向工程与渗透测试的全功能 Python 工具,支持 APK/DEX 文件解析、反编译与动态分析。

Stars: 6160 | Forks: 1138

![banner](https://static.pigsec.cn/wp-content/uploads/repos/cas/47/470fa2415a868b6e3b39b3ec90c668e9abe26fa491f829b227b691a7c3623958.jpg) # Androguard [![PyPI 上传](https://static.pigsec.cn/wp-content/uploads/repos/cas/8f/8ff877afbd928011daf46d90aab93a21e9b3aaeae2d27d9d432148fe977159c3.svg)](https://github.com/androguard/androguard/actions/workflows/pythonpublish.yml) ![PyPI - 版本](https://img.shields.io/pypi/v/androguard) ![静态徽章](https://img.shields.io/badge/Documentation-InProgress-red) 你觉得你的手机被攻陷了吗?请检查 [IsMyPhonePwned](https://github.com/IsMyPhonePwned) 新工具:Goauld [Linux/Android 的动态注入工具 ](https://github.com/androguard/goauld) 查看新版本的 Androguard:https://github.com/androguard/androguard/tree/ng ## 安装 快速安装: ``` pip install androguard ``` ## 文档 **文档包含过时的信息 —— 正在更新中** [Github Pages 文档](http://androguard.github.io/androguard/) 是最新、最权威的来源。 包含过时信息的其他文档可在 [ReadTheDocs](http://androguard.readthedocs.io/en/latest/) 上获取。 ## 功能 Androguard 是一个用于处理 Android 文件的全功能 Python 工具。 * DEX, ODEX * APK * Android 的二进制 XML * Android 资源 * 反汇编 DEX/ODEX 字节码 * 用于 DEX/ODEX 文件的基础反编译器 * 提供 Frida 支持以进行简单的动态分析 * SQLite 数据库用于保存会话 ## 作者:Androguard 团队 Androguard 及相关工具:Anthony Desnos (desnos at t0t0.fr)。 DAD (DAD 是一个反编译器):Geoffroy Gueguen (geoffroy dot gueguen at gmail dot com) ## 使用 Androguard 的项目 按字母顺序排列 * [AndroPyTool](https://github.com/alexMyG/AndroPyTool) * [AppKnox](http://appknox.com) * [Cuckoo Sandbox](https://cuckoosandbox.org) * [Deckard](https://github.com/hrkfdn/deckard) * [Droidbot](https://github.com/honeynet/droidbot) * [Droidstatx](https://github.com/integrity-sa/droidstatx) * [εxodus](https://github.com/Exodus-Privacy/exodus) * [F-Droid Server](https://gitlab.com/fdroid/fdroidserver) * [gplaycli](https://github.com/matlink/gplaycli) * [Koodous](https://koodous.com) * [MobSF](https://github.com/MobSF/Mobile-Security-Framework-MobSF) * [qiew](https://github.com/mtivadar/qiew) * [Quark-Engine](https://github.com/quark-engine/quark-engine) * [Virustotal](https://virustotal.readme.io/reference/androguard) * [Viper Framework](https://github.com/viper-framework/viper) * …… 以及更多! 你正在使用 Androguard 但这里没有列出?只需创建一个 [工单](https://github.com/androguard/androguard/issues) 或向我们发送包含你项目的 [pull request](https://github.com/androguard/androguard/pulls)! ## 许可证 ### Androguard 版权所有 (C) 2012 - 2024, Anthony Desnos (desnos at t0t0.fr) 保留所有权利。 在 Apache License, Version 2.0(以下简称“许可证”)下授权; 除非遵守该许可证,否则你不得使用此文件。 你可以从以下地址获取许可证副本: ``` http://www.apache.org/licenses/LICENSE-2.0 ``` 除非适用法律要求或书面同意,否则根据该许可证分发的软件均按“原样”分发, 不附带任何明示或暗示的担保或条件。 请参阅该许可证,以了解管辖权限和 限制的具体条款。 ### DAD 版权所有 (C) 2012 - 2016, Geoffroy Gueguen (geoffroy dot gueguen at gmail dot com) 保留所有权利。 在 Apache License, Version 2.0(以下简称“许可证”)下授权; 除非遵守该许可证,否则你不得使用此文件。 你可以从以下地址获取许可证副本: ``` http://www.apache.org/licenses/LICENSE-2.0 ``` 除非适用法律要求或书面同意,否则根据该许可证分发的软件均按“原样”分发, 不附带任何明示或暗示的担保或条件。 请参阅该许可证,以了解管辖权限和 限制的具体条款。
标签:APK解析, Python, URL提取, 反编译, 安全分析工具, 安卓逆向, 无后门, 移动端渗透测试, 逆向工具