wok diff androguard/description.txt @ rev 20235

busybox: add arch (uname -m alias)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 05 15:52:59 2018 +0100 (2018-03-05)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/androguard/description.txt	Mon Mar 05 15:52:59 2018 +0100
     1.3 @@ -0,0 +1,6 @@
     1.4 +Androguard is mainly a tool written in python to play with : * Dex/Odex 
     1.5 +(Dalvik virtual machine) (.dex) (disassemble, decompilation), * APK (Android 
     1.6 +application) (.apk), * Android's binary xml (.xml), * Android Resources 
     1.7 +(.arsc).
     1.8 +
     1.9 +Androguard is available for Linux/OSX/Windows (python powered).