If you have Visual Studio or Visual C++, then you can use its utility called dumpbin, which will give you all the functions names.
then, you must run the program that uses the dll, and use the VC++' Spy++ tool to trace a function call and see what parameters are passed to it when it is called
Main Topics
Browse All Topics





by: heretoreadPosted on 2006-01-12 at 10:56:41ID: 15684434
Note unless you wrote the code or you reverse engineer it.