Results 1 to 7 of 7
Thread: can we view .dll files??
- 06-16-2008, 01:58 PM #1
can we view .dll files??
Hi guys,
Is there any possibilities that we can view a .dll files.. Any softwares or something.. Kindly suggest..
I downloaded a software named "ResHack".. Hmm, I am able to view only the version and other suff of the .dll using that.. Not the necessary part of it..
So.. Anyone knows anything about this do post them.. Thank you
Regards
freddie
- 06-17-2008, 06:57 AM #2
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
What you mean view? Actually DLL are binary files, that means already compiled. Just try to open a DLL in binary file viewer, or on the notepad.
If you want to see what written on those DLLs, have to find a way to de-compiled it.
- 06-17-2008, 01:15 PM #3
- 06-18-2008, 03:46 AM #4
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Lots of decompilers are there. But the issue is how to find the way of DLL developed, I mean the language use to code.
- 06-18-2008, 11:47 AM #5
View, here means seeing the content in a user understandable way.. I tired opening with wordpad.. Not fine..
If I say that the dll file is written in java, then if i use a java decompiler, will it work??
Regards
- 06-18-2008, 01:37 PM #6
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
You can't do it directly. Java decompiler needs a .class file to convert. But DLL is not a class file directly. It's created with wrapping some class files. So you have to find a way to do it first.
- 06-19-2008, 07:33 AM #7
A DLL is a native library in Windows. You can view it's content with special Microsoft utilities or some other tools like Anywhere PE Viewer - free EXE and DLL viewer for Microsoft Windows, IBM OS/2, Linux and Mac OS X. This means you can view what functions are exported in that DLL (the function names) but not the content of the functions since they are already compiled. Decompiling a DLL will give you assembly language.
Daniel @ [www.littletutorials.com]
Language is froth on the surface of thought
Similar Threads
-
Text and image files within jar files
By erhart in forum Advanced JavaReplies: 8Last Post: 01-19-2008, 04:43 AM -
how to convert mpeg files to .wav files
By christina in forum New To JavaReplies: 1Last Post: 08-06-2007, 04:14 AM -
Create view of files in java-Swing
By Albert in forum AWT / SwingReplies: 1Last Post: 07-06-2007, 06:06 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks