Thread: Finding What Functions Are In A DLL/Lib?

  1. #1
    Registered User
    Join Date
    Feb 2003
    Posts
    265

    Finding What Functions Are In A DLL/Lib?

    Is there a piece of software out there that can list for me all the functions available in a dynamically or staticly linked library? Is it possible to retrieve the parameters that these functions take, as well as any other information about them? There are pieces of software that i own that can do some nifty things, and i believe that the auctual user interface writen in VB simply calls the functions from C++ DLL files in the same directory. The functions are advanced (Raw socket control, Fake device creation) that i generally believe the small .exe file to be incapable of doing on its own. I understand this might be questionable as far as stability goes, as for me they are undocumented features, not intended for 3rd party programmers to squirl around with, and am willing to take that risk. Thanks for your time.

  2. #2
    C++ Developer XSquared's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    2,718
    Geez. Look a few posts down.
    Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah

    You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie

  3. #3
    Registered User
    Join Date
    Feb 2003
    Posts
    265
    Bleh, 2 people with the same ideas at the same time. Xcuze me for not searching the same page for my exact idea, what was the likelyhood of that happening?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Functions and Classes - What did I do wrong?
    By redmage in forum C++ Programming
    Replies: 5
    Last Post: 04-11-2005, 11:50 AM
  2. calling functions within functions
    By edd1986 in forum C Programming
    Replies: 3
    Last Post: 03-29-2005, 03:35 AM
  3. Factory Functions HOWTO
    By GuardianDevil in forum Windows Programming
    Replies: 1
    Last Post: 05-01-2004, 01:41 PM
  4. Shell functions on Win XP
    By geek@02 in forum Windows Programming
    Replies: 6
    Last Post: 04-19-2004, 05:39 AM
  5. functions - please help!!!!
    By linkies in forum C Programming
    Replies: 1
    Last Post: 08-21-2002, 07:53 AM