melodynaga 55 Posted August 30, 2020 Hello All, Greeting, could you all let me know which programming languages I need to learn to be good at Malware Analysis and Malware Reverse Engineering. Thank you. Quote Share this post Link to post Share on other sites
Cyber Man 474 Posted August 30, 2020 4 minutes ago, melodynaga said: Hello All, Greeting, could you all let me know which programming languages I need to learn to be good at Malware Analysis and Malware Reverse Engineering. Thank you. C, C++ and Assembly 1 Quote Share this post Link to post Share on other sites
melodynaga 55 Posted August 30, 2020 6 minutes ago, Cyber Man said: C, C++ and Assembly Could you please link some good resources. Ty. Quote Share this post Link to post Share on other sites
Cyber Man 474 Posted August 30, 2020 9 minutes ago, melodynaga said: Could you please link some good resources. Ty. youtube + google > courses 1 1 Quote Share this post Link to post Share on other sites
Aryanstorm 200 Posted August 30, 2020 pentester acad sans 610 sans 660 sans 760 1 1 Quote Share this post Link to post Share on other sites
samui 13 Posted November 18, 2020 (edited) C, C++ and Assembly ofc. I also recently decide to create blog on wordpress. I choose Hidden Content Give reaction to this post to see the hidden content. for protecting website against hackers and ddos attacs. Plus it helps to protect privacy data of other visitors of my blog Edited November 20, 2020 by samui 12 1 1 Quote Share this post Link to post Share on other sites
Petra835 138 Posted November 18, 2020 As others have said, usually, C, C++, assembly, but, in general, it depends on the malware. If a malware is written in a language X and it's interpreted, then you need to know X. If it's compiled to some kind of machine language Y, then you need to know Y. For general reverse engineering, I can recommend 2 advanced books: Practical Reverse Engineering: x86, x64, ARM, Windows Kernel, Reversing Tools, and Obfuscation Practical Binary Analysis: Build Your Own Linux Tools for Binary Instrumentation, Analysis, and Disassembly These books will either fascinate or scare you away. 1 Quote Share this post Link to post Share on other sites
pensec 393 Posted Saturday at 02:42 PM mostly C/C++, and then .Net js VB Java Go php python. about the asm, firstly, x86/x64, secondly, arm which aim at IoT. Quote Share this post Link to post Share on other sites