Re: How do I compile a c++-program as assembly?
From: Thomas Matthews (Thomas_MatthewsSpitsOnSpamBots_at_sbcglobal.net)
Date: 09/14/04
- Next message: Victor Bazarov: "Re: How do I compile a c++-program as assembly?"
- Previous message: Martin Eisenberg: "Re: a thread safe stack?"
- In reply to: Sapphira: "How do I compile a c++-program as assembly?"
- Next in thread: Victor Bazarov: "Re: How do I compile a c++-program as assembly?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 14 Sep 2004 14:44:28 GMT
Sapphira wrote:
> Hi,
>
> I have a dll written in c++. How do i get out of this an Assembly? How do
> I have to compile it?
>
> Thanks
> Sapphira
>
If you have the source code to the DLL, then look up in your
compiler documentation how to generate an assembly listing.
If you have a DLL as an executable code and you want to convert
it to assembly, try using a debugger for your platform. Many
debuggers can easily convert from executable into assembly.
Otherwise consult a newsgroup about your platform.
--
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.comeaucomputing.com/learn/faq/
Other sites:
http://www.josuttis.com -- C++ STL Library book
- Next message: Victor Bazarov: "Re: How do I compile a c++-program as assembly?"
- Previous message: Martin Eisenberg: "Re: a thread safe stack?"
- In reply to: Sapphira: "How do I compile a c++-program as assembly?"
- Next in thread: Victor Bazarov: "Re: How do I compile a c++-program as assembly?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|