Code Comments
Programming Forum and web based access to our favorite programming groups.Hi, Someone sent me a dll file without any sample code and document. I only know the function name. How can I get the information the signature of the function in dll? Thanks
Post Follow-up to this messageWhat type of DLL? Plain standard one, or ActiveX one? The C++ debugger would be helpful for the former type, and the VB IDE for the latter type. Tony Proctor "gh" <ghghghgh@FSAF.COM> wrote in message news:eyB3CAjpEHA.1952@TK2MSFTNGP12.phx.gbl... > Hi, > > Someone sent me a dll file without any sample code and document. I only > know the function name. How can I get the information the signature of the > function in dll? > > Thanks > >
Post Follow-up to this messageIt is plain standard one, like the function in kernal32.dll, user32.dll "Tony Proctor" <tony_proctor@aimtechnology_NoMoreSPAM_.com> ¼¶¼g©ó¶l¥ó·s»D:O$qH6LjpEHA.3668 @TK2MSFTNGP15.phx.gbl... > What type of DLL? Plain standard one, or ActiveX one? The C++ debugger > would > be helpful for the former type, and the VB IDE for the latter type. > > Tony Proctor > > "gh" <ghghghgh@FSAF.COM> wrote in message > news:eyB3CAjpEHA.1952@TK2MSFTNGP12.phx.gbl... > only > >
Post Follow-up to this messagedumpbin /exports mydll.dll is the best you can do will give you the function names, but not the signatures. AFAIK, there isn't any way to get the signatures unless you are well versed in machine code / assembly language. But not for definite. Someone may know a trick.
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.