Reverse engineering and pentesting for Android applications
Go to file
2015-09-14 16:55:01 +02:00
androguard Fix syntax 2015-09-14 15:52:30 +02:00
demos Fix syntax 2015-09-14 15:52:30 +02:00
elsim update 2015-09-14 09:12:00 +02:00
examples Delete useless stuff 2015-06-24 12:35:51 +02:00
tests Fix syntax 2015-09-14 15:52:30 +02:00
tools Fix syntax 2015-09-14 15:52:30 +02:00
.gitignore Ignore .pyo files too (equivalent of .pyc when run with -O) 2014-10-31 09:32:19 -07:00
.hgsub Fix a bug with invoke-super/range 2014-07-06 22:26:02 +02:00
.hgsubstate Fix a bug with invoke-super/range 2014-07-06 22:26:02 +02:00
.landscape.yml add landscape 2015-09-14 16:55:01 +02:00
.travis.yml update 2015-09-11 12:02:37 +02:00
androarsc.py Fix syntax 2015-09-14 15:52:30 +02:00
androauto.py Fix syntax 2015-09-14 15:52:30 +02:00
androaxml.py Fix syntax 2015-09-14 15:52:30 +02:00
androcsign.py Fix syntax 2015-09-14 15:52:30 +02:00
androdd.py Fix syntax 2015-09-14 15:52:30 +02:00
androdiff.py Fix syntax 2015-09-14 15:52:30 +02:00
androdis.py Fix syntax 2015-09-14 15:52:30 +02:00
androgui.py Fix syntax 2015-09-14 15:52:30 +02:00
androlyze.py Fix syntax 2015-09-14 15:52:30 +02:00
androsign.py Fix syntax 2015-09-14 15:52:30 +02:00
androsim.py Fix syntax 2015-09-14 15:52:30 +02:00
LICENCE-2.0 Fix a bug with invoke-super/range 2014-07-06 22:26:02 +02:00
Makefile Build system: respect CC, CXX and LDFLAGS, show compiler commands 2015-01-15 19:25:55 +03:00
README.md update 2015-09-11 08:27:20 +02:00
requirements.txt up 2015-09-11 12:19:31 +02:00
setup.py Fix syntax 2015-09-14 15:52:30 +02:00

Androguard

Build Status

Features

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

  • DEX, ODEX
  • APK
  • Android's binary xml
  • Disassemble DEX/ODEX bytecodes
  • Decompiler DEX files

##1. 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)

##2. Licenses

  • Androguard

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