Computing.Net > Forums > Programming > .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.

.dll files

Reply to Message Icon

Name: mybluehair
Date: January 3, 2007 at 13:59:17 Pacific
OS: windows XP
CPU/Ram: pentium 3 512 MB
Product: dell
Comment:

hello. I was looking around my hard drive hoping to learn something. I found a bunch of .dll files, but I cant open them in my text editor. does anyone know how to read a .dll program? like what software do I need?



Sponsored Link
Ads by Google

Response Number 1
Name: Fozzie
Date: January 3, 2007 at 14:49:16 Pacific
Reply:

DLL stands for dynamically linked library. Think of them as programs that other programs can use. They are compiled files in binary format. You can't open and read a dll like you would a text file or source file.


0

Response Number 2
Name: tonysathre
Date: January 3, 2007 at 16:30:40 Pacific
Reply:

If you use Linux at all, they are the same thing as a Shared Library, or Shared Object in Linux/Unix.

"Computer security." — Oxymoron


0

Response Number 3
Name: jboy
Date: January 3, 2007 at 18:25:32 Pacific
Reply:

"... hoping to learn something."

Like what, exactly?

They can be viewed, sure, with something like LIST or a hex editor, but by and large the contents will be meaningless to you. Checking their properties via r-click may elicit version and other information

Some DLLs contain icons - IrfanView can be used to examine those

I'm not one of those who think Bill Gates is the devil. I simply suspect that if Microsoft ever met up with the devil, it wouldn't need an interpreter


0

Response Number 4
Name: jhunt303
Date: January 6, 2007 at 18:34:39 Pacific
Reply:

Yes, it's true, unless someone left the debugging symbols on the dll (Highly unlikely in an MS app.. but you never know, they might be slacking now a- days) you'd pretty much have to be an expert decompiler to start on this.
Some dlls are actually just python scripts (or similar) and you can open these with text editor, but you'll only really find python in open-source stuff and not, as I'm guessing, ijn your win32 directory


0

Response Number 5
Name: mohit
Date: March 20, 2007 at 01:59:46 Pacific
Reply:

you can easily open the .dll file's .
there is a software you can download from


www.heaventools.com

you can visit that & can easily download the software .And see the .dll files


0

Related Posts

See More



Sponsored Link
Ads by Google
Reply to Message Icon






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: .dll files

dll file means www.computing.net/answers/programming/dll-file-means/11165.html

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

converting a C program to dll file www.computing.net/answers/programming/converting-a-c-program-to-dll-file/12310.html