HELP !!!!!!!!!!

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

  • 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
    :

  • There should be a command line switch or option that you can use to produce assembly output instead of a machine code executable, "-s" might work.
  • : There should be a command line switch or option that you can use to produce assembly output instead of a machine code executable, "-s" might work.
    :

    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
  • : but for Visual C+1 on Microsoft, there is a -s option?

    I don't know, take a look in the help files and documentation. If there isn't, there likely is a synonym.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories