What is the most efficient way to learn x86 assembly?

Posted by Web Des on Stack Overflow See other posts from Stack Overflow or by Web Des
Published on 2012-06-23T03:06:26Z Indexed on 2012/06/23 3:16 UTC
Read the original article Hit count: 212

I want to learn x86 assembly and I want to know if learning reverse engineering is a good way to learn it? Also I have some c++ knowledge of pointers, stack, heap , references, etc.. I was considering this book.

http://www.amazon.com/Reversing-Secrets-Engineering-Eldad-Eilam/dp/0764574817/ref=sr_1_1?s=books&ie=UTF8&qid=1340420512&sr=1-1&keywords=reverse+engineering

Also Is reverse engineering the same as what they call disassembly?

© Stack Overflow or respective owner

Related posts about assembly

Related posts about x86