Difference between exe and assembly

   1. EXE contains entry-point through which we can execute exe file. while dll doesnot contain entry-point. so we cant execute it.
   2. EXE is a executable file which runs in seperate process managed by os. while dll is
      a dynamic link library (link at runtime) which used in exe or in other dll files.
   3. EXE is an out-process file and dll is a in-process file.

Advertisement

April 9, 2007. .Net FAQ.

One Comment

  1. kushal replied:

    i m a begginer so can u pls tell me can we collect all dll n then make an exe file.
    what does .exe file actually contain other than dll files

    and is there a way to decompile .exe to source code
    i searched google n response was no
    but it is possible to convert .exe to assembly n assembly to source code

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Trackback URI

Follow

Get every new post delivered to your Inbox.