![]() |
|
![]() | ||
|
Subject:
View Files
Category: Computers > Software Asked by: jossychina-ga List Price: $20.00 |
Posted:
11 Jul 2004 12:30 PDT
Expires: 10 Aug 2004 12:30 PDT Question ID: 372774 |
Plz, I downloaded a .dll file and a .rar file but having difficulty viewing them, plz is there any way you can help me to view it. I mean is there any special trick? | |
| |
|
![]() | ||
|
There is no answer at this time. |
![]() | ||
|
Subject:
Re: View Files
From: sherlockh-ga on 11 Jul 2004 14:45 PDT |
RAR files are compressed files (a bit like a ZIP file). To open them you need a compression program that can open them like WinRAR. DLL files are 'dynamic link library' files. They contain program instructions and are not text files (ie. not viewable) (see help in Windows for DLL info). |
Subject:
Re: View Files
From: capndave-ga on 11 Jul 2004 21:07 PDT |
The .rar is easy, use WinRar or equivalent as sherlackh-ga mentioned. The .dll is a little more interesting. It is a binary file, kind of like an .exe file that can be 'shared' by multiple programs. There is still some information you can pull out of it. You can select it in Windows explorer, view the Properties and get the information (if any) that the developer added at compile time - like version, description, copyright, etc. You download a DLL viewer utility, like ListDlls, and see what programs use it (use the -d option for this). http://www.sysinternals.com/ntw2k/freeware/listdlls.shtml The catch here is that the program must be running (loaded in memory). You can also open it in an editor and view ASCII parts of the file, like the string table (usually towards the end). An hex editor is best, but Wordpad will work in a pinch. Just wade through all the funny characters until you find the text. Or, use the long forgotten 'edlin' from a dos window if you are brave. Don't save any of your changes when you exit the editor! |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |