Reverse engineering and pentesting for Android applications
Go to file
2019-10-05 19:22:20 +02:00
.github Drop support for legacy Python 2.7 2019-02-23 19:34:48 +02:00
androguard adding disasm test output 2019-10-05 19:22:20 +02:00
assets/CI change banner and folder 2018-06-01 11:27:03 +02:00
docs document changes to androcg 2019-05-28 14:07:49 +02:00
examples Merge branch 'master' of https://github.com/androguard/androguard into opcodemadness 2019-09-25 19:47:12 +02:00
generators generate new public resources 2018-02-21 19:37:10 +01:00
libraries adding axplorer as a library 2018-01-31 11:35:11 +01:00
tests get rid of formatted_operands 2019-10-05 18:27:28 +02:00
tools changing stuff in opcode handling 2019-04-23 17:07:11 +02:00
.gitignore Added tests for multi dex and fix existing tests 2017-12-11 21:03:34 +05:30
.gitmodules adding axplorer as a library 2018-01-31 11:35:11 +01:00
.landscape.yml add landscape 2015-09-14 16:55:01 +02:00
.readthedocs.yml configure readthedocs seperately 2017-06-12 11:59:18 +02:00
.travis.yml disable python 3.4 test 2019-08-26 16:15:48 +09:00
LICENCE-2.0 Fix a bug with invoke-super/range 2014-07-06 22:26:02 +02:00
README.md Add deckard to list of projects using Androguard 2019-02-18 14:08:34 +01:00
setup.py Fix magic: Wrong exception caught 2019-08-27 12:36:52 +02:00

banner

Androguard

Build Status Documentation Status PyPI version Codecoverage

pip install -U androguard

... let's start reversing!

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
  • Decompiler for DEX/ODEX files

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)

Documentation

Find the documentation for master on ReadTheDocs.

There are some (probably broken/outdated) examples and demos in the folders demos and examples.

Projects using Androguard

In alphabetical order

You are using Androguard and are not listed here? Just create a ticket or send us a pull request with your project!

Licenses

Androguard

Copyright (C) 2012 - 2016, 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.