Viewing a DLL
-
- Is there any utility that let me open a DLL and examin its exported functions along with there parameters and return type? (Other then dependency walker) 2) Okay nice, I've got a DLL and I know it has that much functions along with these params and return tyeps. How can I call them in my program as I dont have the "declerations" for these? Please if someone can explain me the step by step procedure... I'll be thankfull...
Polite Programmer
More Object Oriented then C#
-
- Is there any utility that let me open a DLL and examin its exported functions along with there parameters and return type? (Other then dependency walker) 2) Okay nice, I've got a DLL and I know it has that much functions along with these params and return tyeps. How can I call them in my program as I dont have the "declerations" for these? Please if someone can explain me the step by step procedure... I'll be thankfull...
Polite Programmer
More Object Oriented then C#
Dependency Walker[^] and to use a DLL in your program, see this[^] article...
TOXCCT >>> GEII power
[VisualCalc 3.0 updated ][Flags Beginner's Guide new! ]
-
- Is there any utility that let me open a DLL and examin its exported functions along with there parameters and return type? (Other then dependency walker) 2) Okay nice, I've got a DLL and I know it has that much functions along with these params and return tyeps. How can I call them in my program as I dont have the "declerations" for these? Please if someone can explain me the step by step procedure... I'll be thankfull...
Polite Programmer
More Object Oriented then C#
Polite Programmer wrote:
- Is there any utility that let me open a DLL and examin its exported functions along with there parameters and return type? (Other then dependency walker)
There are so many tools available in Net. Download this tool http://www.nirsoft.net/utils/dll_export_viewer.html[^]
Polite Programmer wrote:
- Okay nice, I've got a DLL and I know it has that much functions along with these params and return tyeps. How can I call them in my program as I dont have the "declerations" for these? Please if someone can explain me the step by step procedure...
Chk this http://www.codeproject.com/dll/XDllPt4.asp[^]
Appu.. "If you judge people, you have no time to love them."
-
- Is there any utility that let me open a DLL and examin its exported functions along with there parameters and return type? (Other then dependency walker) 2) Okay nice, I've got a DLL and I know it has that much functions along with these params and return tyeps. How can I call them in my program as I dont have the "declerations" for these? Please if someone can explain me the step by step procedure... I'll be thankfull...
Polite Programmer
More Object Oriented then C#
dumpbin /exports filename.dll
2) Look upLoadLibrary()
andGetProcAddress()
--Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ
-
- Is there any utility that let me open a DLL and examin its exported functions along with there parameters and return type? (Other then dependency walker) 2) Okay nice, I've got a DLL and I know it has that much functions along with these params and return tyeps. How can I call them in my program as I dont have the "declerations" for these? Please if someone can explain me the step by step procedure... I'll be thankfull...
Polite Programmer
More Object Oriented then C#
Polite Programmer wrote:
Okay nice, I've got a DLL and I know it has that much functions along with these params and return tyeps. How can I call them in my program as I dont have the "declerations" for these? Please if someone can explain me the step by step procedure... I'll be thankfull...
if the dll contain decorated name you can runb UNDNAME.EXE exe
"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 Support CRY- Child Relief and You