Reverse engineering and pentesting for Android applications
Go to file
2015-09-12 11:17:51 +02:00
androguard fix tests 2015-09-12 11:17:51 +02:00
demos Remove unused bitrotted code 2014-11-05 14:56:23 -08:00
elsim Build system: respect CC, CXX and LDFLAGS, show compiler commands 2015-01-15 19:25:55 +03:00
examples Delete useless stuff 2015-06-24 12:35:51 +02:00
tests update session test 2015-09-12 11:14:40 +02:00
tools Merge pull request #105 from zyrikby/api_permission_mappings 2015-06-29 12:54:16 +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
.travis.yml update 2015-09-11 12:02:37 +02:00
androarsc.py Wrap all file accesses in a with statement to ensure they are closed properly 2014-10-29 11:14:30 -07:00
androauto.py Fix old style classes 2014-10-22 10:42:19 -07:00
androaxml.py Normalize colon style 2014-11-03 22:55:21 +01:00
androcsign.py Normalize colon style 2014-11-03 22:55:21 +01:00
androdd.py start to clean the code 2015-09-11 10:24:20 +02:00
androdiff.py Add multidex support #123 2015-09-11 16:04:25 +02:00
androdis.py Fix a bug with invoke-super/range 2014-07-06 22:26:02 +02:00
androgui.py update 2015-09-10 13:45:20 +02:00
androlyze.py start to clean the code 2015-09-11 10:24:20 +02:00
androsign.py Normalize colon style 2014-11-03 22:55:21 +01:00
androsim.py Add multidex support #123 2015-09-11 16:04:25 +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 Merge pull request #120 from lowks/patch-1 2015-09-11 12:24:57 +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.