wok diff androguard/description.txt @ rev 23010
updated libav (0.6.1 -> 0.6.6)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 03 08:54:13 2020 +0100 (2020-03-03) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/androguard/description.txt Tue Mar 03 08:54:13 2020 +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).