C + assembly side by side
I have a goal to get better in Reverse Engineering. Usually what you can get from binary is assembly (with gcc or IDA), so it makes sense to properly learn assembly.
So the easiest way is to write some C code, compile it and look at assembly.
This answer on stack overflow just made my day:
http://stackoverflow.com/questions/1289881/using-gcc-to-produce-readable-assembly
What you get is this <3.












