• 0

How does one know all the function calls in a DLL?


Question

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

  • 0

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

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.