2023-12-15 14:44:18 +00:00
![banner ](https://raw.githubusercontent.com/androguard/androguard/master/assets/web/androguardwithname.jpg )
2018-05-10 14:36:50 +00:00
2015-06-22 08:38:31 +00:00
# Androguard
2023-12-15 14:32:28 +00:00
[![PyPI Upload ](https://github.com/androguard/androguard/actions/workflows/pythonpublish.yml/badge.svg )](https://github.com/androguard/androguard/actions/workflows/pythonpublish.yml)
![PyPI - Version ](https://img.shields.io/pypi/v/androguard )
![Static Badge ](https://img.shields.io/badge/Documentation-InProgress-red )
2018-03-16 09:52:04 +00:00
2022-07-21 09:39:09 +00:00
## Installation
2023-12-15 14:32:28 +00:00
Quick installation:
~~~~
pip install androguard
~~~~
2023-12-30 19:44:04 +00:00
2023-12-24 05:25:15 +00:00
> [!IMPORTANT]
2024-05-31 09:21:16 +00:00
> Versions >= 4.0.0 are new releases after a long time, where the project has substantial differences from the previous stable version 3.3.5 from 2019. This means that certain functionalities have been removed. If you notice an issue with your project using the latest version, please open up an [issue](https://github.com/androguard/androguard/issues).
2022-07-21 09:39:09 +00:00
2023-12-15 14:32:28 +00:00
## Documentation
**Documentation contains outdated information - In progress of updating**
2024-02-25 14:51:46 +00:00
The [wiki ](https://github.com/androguard/androguard/wiki ) page is the most recently updated source.
Additional documentation that contains outdated information is available at [ReadTheDocs ](http://androguard.readthedocs.io/en/latest/ ).
2022-07-21 09:39:09 +00:00
2015-09-11 06:26:41 +00:00
2015-06-22 08:38:31 +00:00
## Features
Androguard is a full python tool to play with Android files.
* DEX, ODEX
* APK
* Android's binary xml
2015-09-15 08:06:59 +00:00
* Android resources
2015-06-22 08:38:31 +00:00
* Disassemble DEX/ODEX bytecodes
2022-06-30 19:10:31 +00:00
* Basic Decompiler for DEX/ODEX files
2022-07-21 09:39:09 +00:00
* Frida support for easy dynamic analysis
* SQLite database to save the session
2015-06-22 08:38:31 +00:00
2018-02-16 15:00:35 +00:00
## Authors: Androguard Team
2015-06-22 08:38:31 +00:00
2015-06-22 08:45:47 +00:00
Androguard + tools: Anthony Desnos (desnos at t0t0.fr).
DAD (DAD is A Decompiler): Geoffroy Gueguen (geoffroy dot gueguen at gmail dot com)
2015-06-22 08:38:31 +00:00
2018-04-17 18:52:38 +00:00
## Projects using Androguard
In alphabetical order
2018-04-29 13:08:03 +00:00
* [AndroPyTool ](https://github.com/alexMyG/AndroPyTool )
2018-04-17 18:52:38 +00:00
* [AppKnox ](http://appknox.com )
* [Cuckoo Sandbox ](https://cuckoosandbox.org )
2019-02-18 13:08:34 +00:00
* [Deckard ](https://github.com/hrkfdn/deckard )
2018-04-29 13:08:03 +00:00
* [Droidbot ](https://github.com/honeynet/droidbot )
2018-07-03 15:22:40 +00:00
* [Droidstatx ](https://github.com/integrity-sa/droidstatx )
2018-04-29 13:08:03 +00:00
* [εxodus ](https://github.com/Exodus-Privacy/exodus )
2018-04-17 18:57:18 +00:00
* [F-Droid Server ](https://gitlab.com/fdroid/fdroidserver )
* [gplaycli ](https://github.com/matlink/gplaycli )
2018-04-17 18:52:38 +00:00
* [Koodous ](https://koodous.com )
* [MobSF ](https://github.com/MobSF/Mobile-Security-Framework-MobSF )
2018-04-29 13:08:03 +00:00
* [qiew ](https://github.com/mtivadar/qiew )
2020-01-02 03:37:32 +00:00
* [Quark-Engine ](https://github.com/quark-engine/quark-engine )
2024-05-31 06:33:52 +00:00
* [Virustotal ](https://virustotal.readme.io/reference/androguard )
2018-04-17 18:52:38 +00:00
* [Viper Framework ](https://github.com/viper-framework/viper )
* ... and many more!
You are using Androguard and are not listed here? Just create a [ticket ](https://github.com/androguard/androguard/issues ) or send us a [pull request ](https://github.com/androguard/androguard/pulls ) with your project!
2017-02-07 15:19:46 +00:00
2018-02-16 15:00:35 +00:00
## Licenses
2015-06-22 08:38:31 +00:00
2018-02-16 15:00:35 +00:00
### Androguard
2015-06-22 08:38:31 +00:00
2024-05-31 06:33:52 +00:00
Copyright (C) 2012 - 2024, Anthony Desnos (desnos at t0t0.fr)
2015-06-22 08:38:31 +00:00
All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS-IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
2018-02-16 15:00:35 +00:00
### DAD
2015-06-22 08:38:31 +00:00
2016-05-20 15:31:21 +00:00
Copyright (C) 2012 - 2016, Geoffroy Gueguen (geoffroy dot gueguen at gmail dot com)
2015-06-22 08:38:31 +00:00
All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS-IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.