|
-
December 25th, 1999, 05:06 PM
#1
Extracting APIs from a DLL
How can I "extract" APIs from a DLL, is there any program for that or what? Maybe it's impossible???
Thanks
-
December 25th, 1999, 06:49 PM
#2
Re: Extracting APIs from a DLL
Guess we're the only people around on Christmas day huh ? Well happy Xmas for one.
It is possible to list the contents of a DLL using the standard 'Quick View' option that gets installed with Visual Studio. Although there is no way to see what parameters are required for each call (I think you can find out how many there are - but not their types or whether they are byval/ref). I remember seeing a very good example program on the CodeGuru MFC site that listed all function calls in a DLL by name if you're interested.
Chris Eastwood
CodeGuru - the website for developers
http://codeguru.developer.com/vb
-
December 25th, 1999, 10:51 PM
#3
Re: Extracting APIs from a DLL
LOL, I guess we are the only people , happy Xmas to you too Chris. Hmm, so where can I find that program from CodeGuru MFC?
Thanks
-
December 26th, 1999, 10:56 AM
#4
Re: Extracting APIs from a DLL
"Guess we're the only people around on Christmas day huh ? Well happy Xmas for one."
I was, but needed both hands for my turkey... ;-)
(and after that I was so full I fell asleep... :-)
Crazy D :-)
"One ring rules them all"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|