G
Glen Richards
Is there a program that will take my asm code and convet it to c or c++ or
somthing that i can convert to c?
somthing that i can convert to c?
Glen said:Is there a program that will take my asm code and convet it to c or
c++ or somthing that i can convert to c?
Rolf said:The typical answer to that is "I'll give you one if you show me a way to
turn that hamburger back into a cow".
osmium said:Rolf Magnus writes:
Note that he said "asm code", although it seems more likely he actually
meant machine code.
Rolf said:Glen Richards wrote:
The typical answer to that is "I'll give you one if you show me a way to
turn that hamburger back into a cow".
Thomas Matthews said:Actually, the typical answer only applies to creating a user's
source code from an executable form.
However, what most people forget is that the ASM code _can_ be
converted into a C or C++ source code. It will not have the
exact descriptive form that a human writen source would have.
For example, the function names may be "function_0026". It
may not be easily readable, but the source code can be
created from the ASM or executable code.
--
Thomas Matthews
C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq: http://www.parashift.com/c++-faq-lite
C Faq: http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.raos.demon.uk/acllc-c++/faq.html
Other sites:
http://www.josuttis.com -- C++ STL Library book
http://www.sgi.com/tech/stl -- Standard Template Library
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.