Computing.Net > Forums > Programming > view on dll files

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

view on dll files

Reply to Message Icon

Name: lawrence
Date: July 28, 2002 at 12:04:08 Pacific
Comment:

Can anyone tell me how to view the source code of an compiled dll files in windows?



Sponsored Link
Ads by Google

Response Number 1
Name: ralph
Date: July 28, 2002 at 15:17:13 Pacific
Reply:

This is the same thing as trying to see the source code for a .exe....it's not possible. A dll is an extension of an application. It is not part .exe so as to not have to load it in memory every time the .exe is executed and it is a "dynamicly linked library" hence dll. Also, having the code external to the .exe allows for app maintance, as you can just replace the dll instead of the whole app.


0

Response Number 2
Name: BaBa
Date: July 31, 2002 at 23:29:37 Pacific
Reply:

Hi,
Viewing The Dll is not impossible, nothing is impossible. Let's say viewing the Dll is very, very, very, very,very difficult. When you code is in a dll it is called intellectual security. It is way easier to view the exe than the dll. The trick is the dll can be anywhere in any computer on the network or around the world. Amazing!!!


0

Response Number 3
Name: Thanatos
Date: August 1, 2002 at 12:26:39 Pacific
Reply:

You can try to open a DLL using Notepad or Wordpad, but you will view ASCII characters and whatnot, which makes it difficult to read like BaBa said. DLL files are usually hidden, so go to a directory where it's hidden and in your open menu just plainly type the DLL's name down and click open. I just did.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: view on dll files

how 2 view a *.prn file using prg ??? www.computing.net/answers/programming/how-2-view-a-prn-file-using-prg-/811.html

How to importing external DLL files ? www.computing.net/answers/programming/how-to-importing-external-dll-files-/2545.html

.dll files www.computing.net/answers/programming/dll-files/11526.html