0 1 00:00:06,270 --> 00:00:09,500 Now we will start with the first hands on part of the course. 1 2 00:00:09,570 --> 00:00:15,460 We'll start off by setting up the lab environment here we will go through the installation of all the 2 3 00:00:15,460 --> 00:00:21,740 tools that will be used throughout the course without going into too much detail about their features. 3 4 00:00:21,850 --> 00:00:26,290 We wanted to get this out of the way in order to avoid spending time going through the installation 4 5 00:00:26,290 --> 00:00:30,120 processes mid exercise. By the end of this section, 5 6 00:00:30,160 --> 00:00:36,630 you should have all the tools needed to conduct the exercises for the remainder of the course. 6 7 00:00:36,710 --> 00:00:42,080 We will be conducting this section on a Kali Linux machine just because it is the least straightforward 7 8 00:00:42,140 --> 00:00:47,830 in terms of installation steps for the tools in order to show the worst case scenario. 8 9 00:00:47,840 --> 00:00:54,150 That being said if you prefer working on Windows then you will still be able to follow. The tools we 9 10 00:00:54,150 --> 00:00:59,240 will work with are either Java or Python based and are therefore multi-platform. 10 11 00:00:59,490 --> 00:01:05,010 In the case of windows you will probably be dealing with wizards or single line installation commands 11 12 00:01:06,920 --> 00:01:13,430 so we will start off with the installation of Android Studio which is the IDE or integrated development 12 13 00:01:13,460 --> 00:01:22,210 environment used to develop Android apps bundled with Android Studio is the SDK manager and the AVD 13 14 00:01:22,360 --> 00:01:24,600 or emulator manager. 14 15 00:01:24,750 --> 00:01:32,830 We will then show the installation path of the Android debug bridge or ADB, then we will move on to the 15 16 00:01:32,830 --> 00:01:42,280 installation of reverse engineering tools namely APKtool JD GUI and ENjarify, Bytecodeviewer, Androguard 16 17 00:01:42,280 --> 00:01:45,340 and Objection. 17 18 00:01:45,410 --> 00:01:50,990 We will also briefly discuss Tamer which is a VM that actually comes with all of the above mentioned 18 19 00:01:50,990 --> 00:01:52,310 tools pre installed.