What has changed?
* Ported Androguard to python3! You can now use py2.7 or py>=3.3!
* Tainted Analysis is gone and will be replaced by XREFs using the androguard.core.analysis.analysis.Analysis module.
* Better support for Multidex
* Adding JADX decompiler support
* Fixed bugs in DEX and AXML parser
* Fixed bugs in DAD (decompiler)
* New certificate parsing using pyasn1 and cryptography. There is no need to use chilkat anymore.
* switched from PScout to axplorer. These data should be more accurate.
* removed elsim, as it depends on tained (might come back in the future)
Note that some API's might have changed, are renamed or removed! If you used Tainted or RiskAnalysis before, you need to remove that code and port it to Analysis.