Re: How do I compile a c++-program as assembly?

From: Thomas Matthews (Thomas_MatthewsSpitsOnSpamBots_at_sbcglobal.net)
Date: 09/14/04


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


Relevant Pages

  • RE: DLL vs Dynamic Compile
    ... times a years seems like a small price to pay in order to keep source code ... before executing if you replace a .DLL with a newer one... ... Once I compile the code I store it on ... > local machine elects to use a form, I check to see if that form exists ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: getting access to classes in separate vb files
    ... about the timing of the compile. ... > execute without assemblies (.dll or exes). ... >> to access methods in those classes from the webform source code ... I upload files in the same directory but errors ...
    (microsoft.public.dotnet.framework.aspnet)
  • DLL vs Dynamic Code
    ... This App is still under development. ... All source code stored in the database will be of Type Form and all ... Once I compile the code I store it on ... the local machine as a DLL. ...
    (microsoft.public.dotnet.general)
  • DLL vs Dynamic Compile
    ... This App is still under development. ... All source code stored in the database will be of Type Form and all ... Once I compile the code I store it on ... the local machine as a DLL. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: C++/TCL Need Solution to Compile Error c2784
    ... There's always the "Platform SDK" from MSDN if you need the window.h stuff, ... Since I'm using the Command Prompt rather than the GUI to compile the ... I then tried to compile your source code and I kept getting the same ...
    (comp.lang.tcl)