androguard


Nameandroguard JSON
Version 4.1.1 PyPI version JSON
download
home_pagehttps://github.com/androguard/androguard
SummaryAndroguard is a full python tool to play with Android files.
upload_time2024-03-14 22:26:42
maintainer
docs_urlNone
authordesnos
requires_python>=3.9,<4.0
licenseApache Licence, Version 2.0
keywords
VCS
bugtrack_url
requirements pygments lxml colorama asn1crypto click pydot ipython mutf8 dataset frida loguru apkInspector matplotlib networkx PyQt5 pyyaml
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![banner](https://raw.githubusercontent.com/androguard/androguard/master/assets/web/androguardwithname.jpg)

# Androguard

[![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)


## Installation
Quick installation:
~~~~
pip install androguard
~~~~

> [!IMPORTANT]
> 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 tha latest version, please open up an [issue](https://github.com/androguard/androguard/issues).

## Documentation
**Documentation contains outdated information - In progress of updating**

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/).


## Features

Androguard is a full python tool to play with Android files.

* DEX, ODEX
* APK
* Android's binary xml
* Android resources
* Disassemble DEX/ODEX bytecodes
* Basic Decompiler for DEX/ODEX files
* Frida support for easy dynamic analysis
* SQLite database to save the session

## Authors: Androguard Team

Androguard + tools: Anthony Desnos (desnos at t0t0.fr).

DAD (DAD is A Decompiler): Geoffroy Gueguen (geoffroy dot gueguen at gmail dot com)

## Projects using Androguard
In alphabetical order

* [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)
* [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!

## Licenses

### Androguard

Copyright (C) 2012 - 2023, Anthony Desnos (desnos at t0t0.fr)
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.

### DAD

Copyright (C) 2012 - 2016, Geoffroy Gueguen (geoffroy dot gueguen at gmail dot com)
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.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/androguard/androguard",
    "name": "androguard",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "desnos",
    "author_email": "desnos@t0t0.fr",
    "download_url": "https://files.pythonhosted.org/packages/bd/74/b4d5ce146d023ab57ed8392bfab934993d8095ff6ec3e850a48a7dbbb50b/androguard-4.1.1.tar.gz",
    "platform": null,
    "description": "![banner](https://raw.githubusercontent.com/androguard/androguard/master/assets/web/androguardwithname.jpg)\n\n# Androguard\n\n[![PyPI Upload](https://github.com/androguard/androguard/actions/workflows/pythonpublish.yml/badge.svg)](https://github.com/androguard/androguard/actions/workflows/pythonpublish.yml)\n![PyPI - Version](https://img.shields.io/pypi/v/androguard)\n![Static Badge](https://img.shields.io/badge/Documentation-InProgress-red)\n\n\n## Installation\nQuick installation:\n~~~~\npip install androguard\n~~~~\n\n> [!IMPORTANT]\n> 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 tha latest version, please open up an [issue](https://github.com/androguard/androguard/issues).\n\n## Documentation\n**Documentation contains outdated information - In progress of updating**\n\nThe [wiki](https://github.com/androguard/androguard/wiki) page is the most recently updated source.\n\nAdditional documentation that contains outdated information is available at [ReadTheDocs](http://androguard.readthedocs.io/en/latest/).\n\n\n## Features\n\nAndroguard is a full python tool to play with Android files.\n\n* DEX, ODEX\n* APK\n* Android's binary xml\n* Android resources\n* Disassemble DEX/ODEX bytecodes\n* Basic Decompiler for DEX/ODEX files\n* Frida support for easy dynamic analysis\n* SQLite database to save the session\n\n## Authors: Androguard Team\n\nAndroguard + tools: Anthony Desnos (desnos at t0t0.fr).\n\nDAD (DAD is A Decompiler): Geoffroy Gueguen (geoffroy dot gueguen at gmail dot com)\n\n## Projects using Androguard\nIn alphabetical order\n\n* [AndroPyTool](https://github.com/alexMyG/AndroPyTool)\n* [AppKnox](http://appknox.com)\n* [Cuckoo Sandbox](https://cuckoosandbox.org)\n* [Deckard](https://github.com/hrkfdn/deckard)\n* [Droidbot](https://github.com/honeynet/droidbot)\n* [Droidstatx](https://github.com/integrity-sa/droidstatx)\n* [\u03b5xodus](https://github.com/Exodus-Privacy/exodus)\n* [F-Droid Server](https://gitlab.com/fdroid/fdroidserver)\n* [gplaycli](https://github.com/matlink/gplaycli)\n* [Koodous](https://koodous.com)\n* [MobSF](https://github.com/MobSF/Mobile-Security-Framework-MobSF)\n* [qiew](https://github.com/mtivadar/qiew)\n* [Quark-Engine](https://github.com/quark-engine/quark-engine)\n* [Viper Framework](https://github.com/viper-framework/viper)\n* ... and many more!\n\nYou 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!\n\n## Licenses\n\n### Androguard\n\nCopyright (C) 2012 - 2023, Anthony Desnos (desnos at t0t0.fr)\nAll rights reserved.\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### DAD\n\nCopyright (C) 2012 - 2016, Geoffroy Gueguen (geoffroy dot gueguen at gmail dot com)\nAll rights reserved.\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",
    "bugtrack_url": null,
    "license": "Apache Licence, Version 2.0",
    "summary": "Androguard is a full python tool to play with Android files.",
    "version": "4.1.1",
    "project_urls": {
        "Homepage": "https://github.com/androguard/androguard"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f0ecf3e174dde8836f0e10468659162f911ad1d19b1badbd87669b995a6aa20c",
                "md5": "86bb174b21e425e57056603dff5cf900",
                "sha256": "6c457b5e0c007d2e32c5ac7041b625bf71f1ec39613ec4153837005a988f86a6"
            },
            "downloads": -1,
            "filename": "androguard-4.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "86bb174b21e425e57056603dff5cf900",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 943892,
            "upload_time": "2024-03-14T22:26:40",
            "upload_time_iso_8601": "2024-03-14T22:26:40.316122Z",
            "url": "https://files.pythonhosted.org/packages/f0/ec/f3e174dde8836f0e10468659162f911ad1d19b1badbd87669b995a6aa20c/androguard-4.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bd74b4d5ce146d023ab57ed8392bfab934993d8095ff6ec3e850a48a7dbbb50b",
                "md5": "fe9347e8a0a745aa74ad0a399c1b13ad",
                "sha256": "dffc138046f8c3aea061203afff490c77f2000345f685e1dad1780d478f3c5f6"
            },
            "downloads": -1,
            "filename": "androguard-4.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "fe9347e8a0a745aa74ad0a399c1b13ad",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 882715,
            "upload_time": "2024-03-14T22:26:42",
            "upload_time_iso_8601": "2024-03-14T22:26:42.521385Z",
            "url": "https://files.pythonhosted.org/packages/bd/74/b4d5ce146d023ab57ed8392bfab934993d8095ff6ec3e850a48a7dbbb50b/androguard-4.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-14 22:26:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "androguard",
    "github_project": "androguard",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "landscape": true,
    "requirements": [
        {
            "name": "pygments",
            "specs": [
                [
                    ">=",
                    "2.3.1"
                ]
            ]
        },
        {
            "name": "lxml",
            "specs": [
                [
                    ">=",
                    "4.3.0"
                ]
            ]
        },
        {
            "name": "colorama",
            "specs": [
                [
                    ">=",
                    "0.4.1"
                ]
            ]
        },
        {
            "name": "asn1crypto",
            "specs": [
                [
                    ">=",
                    "0.24.0"
                ]
            ]
        },
        {
            "name": "click",
            "specs": [
                [
                    ">=",
                    "7.0"
                ]
            ]
        },
        {
            "name": "pydot",
            "specs": [
                [
                    ">=",
                    "1.4.1"
                ]
            ]
        },
        {
            "name": "ipython",
            "specs": [
                [
                    ">=",
                    "5.0.0"
                ]
            ]
        },
        {
            "name": "mutf8",
            "specs": []
        },
        {
            "name": "dataset",
            "specs": []
        },
        {
            "name": "frida",
            "specs": []
        },
        {
            "name": "loguru",
            "specs": []
        },
        {
            "name": "apkInspector",
            "specs": [
                [
                    ">=",
                    "1.2.1"
                ]
            ]
        },
        {
            "name": "matplotlib",
            "specs": []
        },
        {
            "name": "networkx",
            "specs": []
        },
        {
            "name": "PyQt5",
            "specs": []
        },
        {
            "name": "pyyaml",
            "specs": []
        }
    ],
    "lcname": "androguard"
}
        
Elapsed time: 0.20967s