zdensys Posted July 18, 2004 Share Posted July 18, 2004 Hi, I been looking for a detailed answer to my questions. Given a DLL file, is there any tools or ways to know what is the functions inside this DLL and the parameters needed to use for each function? I would like to know the ways when using VB and VC++ for that question. Thanks in adv. :D Link to comment Share on other sites More sharing options...
0 smurfiness Posted July 18, 2004 Share Posted July 18, 2004 There's a program called Dependency Walker that will show you all of the entry points into the DLL. It's not all that helpful with parameters for the functions though, unless you can read mangled names. Link to comment Share on other sites More sharing options...
0 Andareed Posted July 19, 2004 Share Posted July 19, 2004 Check www.dependencywalker.com. Newer versions will unmangle c++ exports for you. Link to comment Share on other sites More sharing options...
0 after fallout Posted July 19, 2004 Share Posted July 19, 2004 ooh, good find Link to comment Share on other sites More sharing options...
Question
zdensys
Hi,
I been looking for a detailed answer to my questions.
Given a DLL file, is there any tools or ways to know what is the functions inside this DLL and the parameters needed to use for each function?
I would like to know the ways when using VB and VC++ for that question.
Thanks in adv. :D
Link to comment
Share on other sites
3 answers to this question
Recommended Posts