Hopefully someone with more knowledge of the subject will tell you if it would be for you.
Try compiling the program in C/C++ to get an .exe file then use a disassembler to convert it down to asm code. Should work. I did it the other day
I'm using ollydebug at the moment. Very good program.
: Hi, : : Is there someone who can tell me how to convert a simple C or C ++ code in assembly languag? : : Pratical examples, links, : : Thanks a lot! : : Thierrypp :
Comments
Try compiling the program in C/C++ to get an .exe file then use a disassembler to convert it down to asm code. Should work. I did it the other day
I'm using ollydebug at the moment. Very good program.
: Hi,
:
: Is there someone who can tell me how to convert a simple C or C ++ code in assembly languag?
:
: Pratical examples, links,
:
: Thanks a lot!
:
: Thierrypp
:
:
Thank you,
but for Visual C+1 on Microsoft, there is a -s option?
if so, can you provide an example...screenshots?
thanks a lot,
Thierrypp
I don't know, take a look in the help files and documentation. If there isn't, there likely is a synonym.