GithubHelp home page GithubHelp logo

teotikalki / androguard Goto Github PK

View Code? Open in Web Editor NEW

This project forked from androguard/androguard

0.0 2.0 0.0 43.94 MB

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

License: Apache License 2.0

Python 100.00%

androguard's Introduction

Androguard

Build Status Documentation Status

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

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. Stable release

See the stable release here: https://github.com/androguard/androguard/releases

You can also install androguard from the Debian repositories: androguard.

Note that androguard only works with python >= 2.7 or >= 3.3! Androguard also supports PyPy2>=5.9.0.

3. Documentation

Find the documentation for master on ReadTheDocs.

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

4. Building and Requirements

Using Debian based Distributions

Assuming you are using Debian, most of the packages are available from standard repos.

For androguard:

apt install python python-pyqt5 python-pyperclip python-networkx ipython python-future python-pyasn1 python-cryptography python-magic python-pydot

You should be able to use python3 as well:

apt install python3 python3-pyqt5 python3-pyperclip python3-networkx ipython3 python3-future python3-pyasn1 python3-cryptography python3-magic python3-pydot

If you are installing the libraries using pip, make sure you download the correct packages. For example, there are a lot of implemenations of the magic library. Get the one, that is shipped with the file command (See Fine Free File Command) or use filemagic, which should work as well.

and for building the documentation (optional):

apt install python-sphinx python-sphinxcontrib.programoutput

or

apt install python3-sphinx python3-sphinxcontrib.programoutput

when using python3.

To install androguard, just use:

python setup.py install

The documentation can be build using:

python setup.py build_sphinx

For running the unit tests, the mock library is required:

apt install python-mock or apt install python3-mock

Using Windows

Using Anaconda with python3, most of the used packages are pre-installed.

Additional packages, that might be required are:

pyperclip sphinxcontrib-programoutput future pydot

You can simply run

python setup.py install

to install androguard.

and

python setup.py build_sphinx

to create the documentation.

5. 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.

androguard's People

Contributors

4ppsec avatar adesnos avatar bernhl avatar bl4ckh0l3z avatar colbert337 avatar cryptax avatar dm4 avatar dweinstein avatar eighthave avatar fuzion24 avatar ganadist avatar guizos avatar hallucino avatar jlarimer avatar ksg97031 avatar leonid-s-usov avatar lircyn avatar lorinwu avatar lucasduffey avatar marcograss avatar nikoli avatar quentinst avatar reox avatar rholloway avatar saidelike1 avatar shuxin avatar strazzere avatar subho007 avatar zombiecraig avatar zyrikby avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.