Getting function information from a compiled DLL
Posted
by Malfist
on Stack Overflow
See other posts from Stack Overflow
or by Malfist
Published on 2010-03-15T18:03:10Z
Indexed on
2010/03/15
18:09 UTC
Read the original article
Hit count: 285
I have a DLL that's compiled, and I don't have the source code for it anymore. The only thing I want from the DLL is the functions it provides, and how they are accessed, i.e. their signature.
How can I do this?
© Stack Overflow or respective owner