1 00:00:00,390 --> 00:00:02,880 Hey, everyone, welcome to this new video. 2 00:00:03,240 --> 00:00:07,500 In this video, we will discuss the programming language for reverse engineering. 3 00:00:08,310 --> 00:00:13,150 Earlier, we discussed about what is reverse engineering and how it's work. 4 00:00:13,980 --> 00:00:20,610 The best programming language for reverse engineering purposes, assembly assembly is the low level 5 00:00:20,610 --> 00:00:22,980 programming language, but very complicated. 6 00:00:23,730 --> 00:00:27,900 This language is very powerful, but also very hard to learn. 7 00:00:28,380 --> 00:00:33,600 Assembly is thought to be the best programming language for hacking primitive systems. 8 00:00:34,050 --> 00:00:38,250 You can instruct a machine, hardware or software using assembly language. 9 00:00:38,890 --> 00:00:44,700 What makes assembly the most suitable language for developing fast and effective hacking program is 10 00:00:44,820 --> 00:00:49,020 its ability to manipulate low level system processes at very is. 11 00:00:49,770 --> 00:00:55,770 It is also the most suitable programming language to build malware such as virus and Trojans. 12 00:00:56,460 --> 00:00:59,510 Reverse engineers also use assembly language. 13 00:01:00,060 --> 00:01:05,850 So if you want to learn reverse engineering, then you might need to learn assembly language. 14 00:01:06,890 --> 00:01:12,620 Finally, one more thing, guys, programming language for hacking also depends upon what program you 15 00:01:12,620 --> 00:01:13,350 want to hack. 16 00:01:14,150 --> 00:01:21,350 For example, if a Web application is coded in Lord It, then you cannot hack it using PSP knowledge, 17 00:01:22,010 --> 00:01:24,230 although you can understand the logic. 18 00:01:24,230 --> 00:01:25,850 What it will be harder for you. 19 00:01:26,120 --> 00:01:31,700 So always make sure that what you want to hack and in which programming language was coded. 20 00:01:32,540 --> 00:01:35,260 Also, hacking is a skill itself. 21 00:01:35,630 --> 00:01:40,800 Therefore, only talented and well-trained could become a better security expert. 22 00:01:41,210 --> 00:01:48,170 So learn these programming languages to its core and train your abilities to solve different coding 23 00:01:48,170 --> 00:01:48,850 problems. 24 00:01:50,010 --> 00:01:50,760 My guys.