I have an dll and i like to have the functions, variables and so on.
Is there a Programm to find out
Is there no body who has an idea???
What do you mean? You want to open a DLL file? I don't think you could do that without the source code for the application that uses that file.
Depending on the DLL you want to open, there is published contents. If it is a little known one that comes with a app you downloaded, there may be an issue.
hey,
Isn't this possible with visual c++?
Cause I think so, I've had it before and it let me open dll's and such. But it only prints binary code, if that's what you need?
-Frietkot
You can open some DLL files in Notepad, but only UniCode ones, you can also open DLL files in VB6, if the software using the DLL file was programmed in VB6.
Have you tried Dependency Viewer that come with Visual Studio? I think it may possibly do what you want.
Thank you Shin,
i will try the Dependency Viewer that come with Visual Studio.
There is also an option to do this with the Borland Builder.
It is called impdef.exe
You can use it impdef NameOfVariables.txt NameOfDLL.DLL
You can also make an *.lib file
IMPLIB.exe LibOfDLL NameOfDLL.DLL
thanks