1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
Source: androguard
Maintainer: Hans-Christoph Steiner <hans@eds.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9~),
dh-python,
libbz2-dev,
liblzma-dev,
libmuparser-dev,
libsnappy-dev,
libsparsehash-dev,
python-all (>= 2.6.6-3),
python-dev,
python-setuptools (>= 0.6b3),
zlib1g-dev
Standards-Version: 3.9.8
X-Python-Version: >= 2.6
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/androguard.git
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/androguard.git
Package: androguard
Architecture: any
Depends: ${misc:Depends},
${python:Depends},
${shlibs:Depends},
python-networkx,
ipython
Suggests: python-pyside.qtcore, python-pyside.qtgui
Description: full Python tool to play with Android files
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
|