0

Can you please suggest me good starting learning resources for Reverse Engineering. I am a complete newbie to reverse engineering but have good programming experience. I have experience in programming on Linux/C++ & Java.

I would appreciate an example based approach as it becomes boring to learn tons of theory without getting a chance to apply it.

Thanks.

perror
  • 19,083
  • 29
  • 87
  • 150
Geek
  • 117
  • 3
  • 1
    While more focused on Windows, I think the book "Practical Malware Analysis" is a great introduction to the topic. Includes labs for every chapter. http://www.amazon.com/Practical-Malware-Analysis-Dissecting-Malicious/dp/1593272901 – Mick Jan 30 '15 at 16:49

1 Answers1

6

I recommend http://beginners.re/ . The book is good, has plenty of examples and exercises.

savram
  • 207
  • 2
  • 12