Easy way to convert c code to assembly?
Posted
by Bob
on Stack Overflow
See other posts from Stack Overflow
or by Bob
Published on 2010-04-25T18:16:44Z
Indexed on
2010/04/25
18:23 UTC
Read the original article
Hit count: 194
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 the c code and then disassemble the complied executable, but that's kind of an overkill, all I want is to convert a few lines of code.
Does anyone know of some program that can do that?
© Stack Overflow or respective owner