Re: How to get the signature of functions in dll file?
From: Bonj (Bonj_at_discussions.microsoft.com)
Date: 09/29/04
- Next message: Tim Baur: "Re: Database Records"
- Previous message: boki: "USB function , ByRef argument type mismatch"
- In reply to: gh: "Re: How to get the signature of functions in dll file?"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 29 Sep 2004 09:49:04 -0700
dumpbin /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.
- Next message: Tim Baur: "Re: Database Records"
- Previous message: boki: "USB function , ByRef argument type mismatch"
- In reply to: gh: "Re: How to get the signature of functions in dll file?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|