wok diff androguard/description.txt @ rev 21568
updated lua and lua-dev (5.2.1 -> 5.2.4)
author | Hans-G?nter Theisgen |
---|---|
date | Sat May 18 10:15:49 2019 +0100 (2019-05-18) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/androguard/description.txt Sat May 18 10:15:49 2019 +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).