0 1 00:00:07,860 --> 00:00:12,260 Another static analysis tool we're going to work with is called Androguard. 1 2 00:00:12,330 --> 00:00:16,260 It is a static analysis tool that is a collection of python scripts. 2 3 00:00:16,260 --> 00:00:23,520 On top of the basic Static analysis tools including the ones we saw earlier for example it uses apktool 3 4 00:00:23,550 --> 00:00:30,240 in the background and runs python scripts on top of that to provide some automated useful information 4 5 00:00:30,360 --> 00:00:36,450 about an APK to the user so installation on Linux is super easy. 5 6 00:00:36,450 --> 00:00:41,700 You can run APT install Androguard and that's it. 6 7 00:00:41,700 --> 00:00:44,790 After some time you see Androguard downloaded. 7 8 00:00:44,790 --> 00:00:47,520 We will see this in action during the analysis section.