Is there an easy way (like a free program) that can covert c/c++ code to x86 assembly?
I know that any c compiler does something very similar and that I can just compile
gcc will generate assembly if you pass it the -S option on the command line.
-S
Microsoft Visual C++ will do the same with the /FAs option.
/FAs