how to open DLL files
-
hi I want to open the DLL files and see the code in them. are there any tools for that?if so ,plz post the URL's. thanx in advance:)
-
hi I want to open the DLL files and see the code in them. are there any tools for that?if so ,plz post the URL's. thanx in advance:)
vamshin wrote:
I want to open the DLL files and see the code in them.
No Such Thing Exist In world Today, From which you can reterive the code that already converted inro the machine langauge..
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV
-
hi I want to open the DLL files and see the code in them. are there any tools for that?if so ,plz post the URL's. thanx in advance:)
-
hi vamshin what exactli do you like to see? "..and see the code in them" - there is no tool to produce 'souce code'. karo
hi i just wanted to know how can we know what functions are present in dll? eg:i get a DLL created by another developer and i want to know the functions in that DLL. Is type libraries(i.e tli and .tlh files) the answer??? plz throw some light on this issue
-
hi I want to open the DLL files and see the code in them. are there any tools for that?if so ,plz post the URL's. thanx in advance:)
If want to see the code of a compiled dll then there is no real software availabel for that, Some people do that it is a comples topic "Reverse Engg". :cool: Vikas Amin Embin Technology Bombay vikas.amin@embin.com
-
hi i just wanted to know how can we know what functions are present in dll? eg:i get a DLL created by another developer and i want to know the functions in that DLL. Is type libraries(i.e tli and .tlh files) the answer??? plz throw some light on this issue
if the author of the DLL allow you to use its functions, he might have provided an header file as interface for you to know the functions synopsis you can use. if not, whatever you will try is pure hack and certainly forbidden !
TOXCCT >>> GEII power
[toxcct][VisualCalc] -
hi i just wanted to know how can we know what functions are present in dll? eg:i get a DLL created by another developer and i want to know the functions in that DLL. Is type libraries(i.e tli and .tlh files) the answer??? plz throw some light on this issue
vamshin wrote:
i just wanted to know how can we know what functions are present in dll?
Click start navigate to your Visual Studio entry in programs, select tools sub menu. In the tools sub menu you will find a program called Dependency viewer. Open the DLL with Dependency viewer it will give a list of all exported function names but not the arguments nor the returns. That’s up to you to figure out.
DEBUGGING : Removing the needles from the haystack.
-
If want to see the code of a compiled dll then there is no real software availabel for that, Some people do that it is a comples topic "Reverse Engg". :cool: Vikas Amin Embin Technology Bombay vikas.amin@embin.com