1 00:00:00,240 --> 00:00:06,210 Hello people, welcome back to the course on absolute basic concepts of malware analysis. 2 00:00:07,150 --> 00:00:12,940 In this module, we will learn about some of the essential knowledge that will help us in understanding 3 00:00:12,940 --> 00:00:14,410 malware analysis better. 4 00:00:15,840 --> 00:00:21,450 So, before heading into learning actual malware analysis, we will establish few fundamentals like 5 00:00:22,320 --> 00:00:24,450 how are applications built? 6 00:00:25,790 --> 00:00:27,110 What is a binary file? 7 00:00:28,280 --> 00:00:30,920 What are libraries and functions? 8 00:00:32,080 --> 00:00:36,460 We will take a look at the challenges faced while working with binary files. 9 00:00:37,650 --> 00:00:44,200 We will then learn about the most widely used executable format, that is the PE file structure. 10 00:00:45,330 --> 00:00:52,170 We will conclude the module by shedding some light on how malware authors try to obfuscate their malware.