/androguard

Reverse engineering, Malware and goodware analysis of Android applications ... and more (ninja !)

Primary LanguagePythonApache License 2.0Apache-2.0

Androguard

##1. About

Androguard (Android Guard) is primarily a tool written in full python to play with

  • DEX, ODEX
  • APK
  • Android's binary xml

##2. Usage

You need to follow the following information to install dependencies for androguard - http://code.google.com/p/androguard/wiki/Installation

You must go to the website to see more example: http://code.google.com/p/androguard/wiki/Usage

##3. Roadmap/Issues

http://code.google.com/p/androguard/wiki/RoadMap

http://code.google.com/p/androguard/issues/list

##4. Authors: Androguard Team

Androguard + tools: Anthony Desnos

DAD (DAD is A Decompiler): Geoffroy Gueguen

##5. Contributors

Craig Smith : 64 bits patch + magic tricks

##6. Licenses

  • Androguard
Copyright (C) 2012, 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, Geoffroy Gueguen <geoffroy.gueguen@gmail.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.