English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

9 answers

There's more than one way to do it (always is).

You could always try a hex editor. Those will open anything (and I do mean anything) but unless you understand hexadecimal you're not going to get much out of it.

I would personally suggest a resource editor. Most should be able to open most dll files. They show all the "resources" that are inside, such as images, sounds, ect. I happen to use ResHacker, it works pretty well and is free. Here's the address: http://www.angusj.com/resourcehacker/

2007-02-06 06:14:32 · answer #1 · answered by babyzcostumeshop 3 · 0 0

View Contents Of Dll

2016-12-16 09:11:02 · answer #2 · answered by Anonymous · 0 0

A DLL file is a compiled library or program. Viewing the properties of the DLL provides you with a number of public items that relate to the DLL, these are things like Developer, version etc. The developer can also mention what properties or functions can be called from that dll. A DLL is not like a document, you can not open it and read the contents.

2016-05-23 23:24:19 · answer #3 · answered by Anonymous · 0 0

The .DLL file can be opened in Windows WordPad to see immediately what is written inside. But most of the file content will not be human readable.

2007-02-07 04:42:46 · answer #4 · answered by AllRounder (Q&A Dept.) 2 · 0 0

.dll files stand for dynamic link library you cannot see the coding s inside a .dll file or any other file for that matter unless you also have the source code you can use hex editor but that is almost impossible to decode and use

2007-02-06 17:39:54 · answer #5 · answered by lazycrazy 1 · 1 0

Ofcourse by opening the file in the notepad.
but the data will be out of our understanding as the data will be encrypted to some other coding whichur comp will not support.
ultimately u cannt read a .dll files

2007-02-07 19:48:48 · answer #6 · answered by dead_gaurav 1 · 0 1

you can read the function name which are resides in to the .dll files
there parameter etc by PE Explorer

2007-02-07 16:05:17 · answer #7 · answered by Comp Expert 1 · 0 0

you cannot the read anything in .dll file even bill gates cannot understand it

2007-02-07 06:59:07 · answer #8 · answered by IMRAN K 1 · 0 1

You can open them with a "dependency" browser like Dependency Walker... But you will not "see" much thing...if you don't know what to look for.

2007-02-06 02:14:05 · answer #9 · answered by None A 3 · 0 0

fedest.com, questions and answers