Androguard- ingeniería inversa y análisis de malware para Aplicaciones Android
Androguard está disponible para Linux / OSX / Windows escrito en Python.caracteristicas:
Androguard es una herramienta completa de Python para jugar con los archivos de
Android.
- DEX, ODEX
- APK
- XML binario de Android
- recursos Android
- Desmontar bytecodes DEX / ODEX
- Decompiler para los archivos DEX / ODEX
Aquí extensión definir como sigue
- * Dex / Odex (máquina virtual Dalvik)
- (.dex) (Desmonte, descompilación),
- * APK (aplicación Android) (APK),
- * XML binario de Android (.xml)
- * Recursos Android (.arsc).
Uso
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Usage: androlyze.py [options]
Options:
-h, --help show this help message and exit
-i INPUT, --input=INPUT
file : use this filename
-d, --display display the file in human readable format
-m METHOD, --method=METHOD
display method(s) respect with a regexp
-f FIELD, --field=FIELD
display field(s) respect with a regexp
-s, --shell open a shell to interact more easily with objects
-v, --version version of the API
-p, --pretty pretty print !
-t TYPE_PRETTY, --type_pretty=TYPE_PRETTY
set the type of pretty print (0, 1) !
-x, --xpermissions show paths of permissions
|
No hay comentarios:
Publicar un comentario