wok diff androguard/description.txt @ rev 20541

linld: _fastcall calls (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 29 13:49:52 2018 +0100 (2018-11-29)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/androguard/description.txt	Thu Nov 29 13:49:52 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).