I am a new member and I want to know what programming languages are essential for someone who wants to learn reverse engineering (extracting whatever type files). Is assembly language, for example, essential? Are learning C#, C, C++, JAVA, etc... required? And what language is best to start with?
-
09-25-2017, 06:10 PM1Posts10ReputationSep 2017NextGenUpdate
I am a new member and I want to know what programming languages are essential for someone who wants to learn reverse engineering (extracting whatever type files). Is assembly language, for example, essential? Are learning C#, C, C++, JAVA, etc... required? And what language is best to start with? -
10-07-2017, 04:28 AM2,536Posts38,902ReputationJan 2011NextGenUpdateHello there,
I am a new member and I want to know what programming languages are essential for someone who wants to learn reverse engineering (extracting whatever type files). Is assembly language, for example, essential? Are learning C#, C, C++, JAVA, etc... required? And what language is best to start with?
Assembly language because when reverse engineering, you are looking at assembly code such as x86 or PPC etc. -
The Following User Thanked primetime43 For This Useful Post:
-
10-11-2017, 09:54 PM2,536Posts38,902ReputationJan 2011NextGenUpdate
-
12-10-2017, 07:45 PM5,393Posts93,190ReputationAug 2015NextGenUpdateHello there,
I am a new member and I want to know what programming languages are essential for someone who wants to learn reverse engineering (extracting whatever type files). Is assembly language, for example, essential? Are learning C#, C, C++, JAVA, etc... required? And what language is best to start with?
Assembly is essential when it comes to Rev Eng. Here's a nice answer from Stack Overflow which should give you an idea of your answer. Good luck!
You must login or register to view this content.