Forums
New posts
Search forums
News
Security News
Technology News
Giveaways
Giveaways, Promotions and Contests
Discounts & Deals
Reviews
Users Reviews
Video Reviews
Support
Windows Malware Removal Help & Support
Inactive Support Threads
Mac Malware Removal Help & Support
Mobile Malware Removal Help & Support
Blog
Log in
Register
What's new
Search
Search titles only
By:
Search titles only
By:
Reply to thread
Menu
Install the app
Install
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Forums
Community
New Members Introduction
Hello, what are your Interests? Do you have Dream Career, or Job Goals?
Message
<blockquote data-quote="struppigel" data-source="post: 1056735" data-attributes="member: 86910"><p>Start with learning how to program. For malware analysis learning C is a good start. People generally recommend this book: <a href="https://en.wikipedia.org/wiki/The_C_Programming_Language" target="_blank">The C Programming Language - Wikipedia</a></p><p>The goal should be that you are able to program your own small applications.</p><p></p><p>Get yourself familiar with x86 assembly. It integrates very well with C. The goal here is that you can read and understand assembly when you see it.</p><p></p><p>Then you are ready to dive into malware analysis and reversing topics. For beginners the book "Practical Malware Analysis" by Honig and Sikorsky is good. I am also currently working on a course that should be available in 2 months (latest).</p><p></p><p>You might have to brush up on Windows Internals as well, like what is the registry, how is it built up, what is a process, what is a thread, how is it possible to autostart, what is a service etc. Some malware analysis courses will cover those topics, but you can check out this channel too for the Windows Internals: <a href="https://www.youtube.com/@TechsavvyProductions" target="_blank">https://www.youtube.com/@TechsavvyProductions</a></p><p></p><p>Once you have basic analysis skills you can challenge yourself by downloading samples from unpac.me or malshare and try to reverse them. Some people also like CTFs, which are reverse engineering challenges. I personally don't like them, though, because they are so artificial. But that is a matter of taste.</p></blockquote><p></p>
[QUOTE="struppigel, post: 1056735, member: 86910"] Start with learning how to program. For malware analysis learning C is a good start. People generally recommend this book: [URL="https://en.wikipedia.org/wiki/The_C_Programming_Language"]The C Programming Language - Wikipedia[/URL] The goal should be that you are able to program your own small applications. Get yourself familiar with x86 assembly. It integrates very well with C. The goal here is that you can read and understand assembly when you see it. Then you are ready to dive into malware analysis and reversing topics. For beginners the book "Practical Malware Analysis" by Honig and Sikorsky is good. I am also currently working on a course that should be available in 2 months (latest). You might have to brush up on Windows Internals as well, like what is the registry, how is it built up, what is a process, what is a thread, how is it possible to autostart, what is a service etc. Some malware analysis courses will cover those topics, but you can check out this channel too for the Windows Internals: [URL]https://www.youtube.com/@TechsavvyProductions[/URL] Once you have basic analysis skills you can challenge yourself by downloading samples from unpac.me or malshare and try to reverse them. Some people also like CTFs, which are reverse engineering challenges. I personally don't like them, though, because they are so artificial. But that is a matter of taste. [/QUOTE]
Insert quotes…
Verification
Post reply
Top