Re: view a .DLL
- Posted by ne1uno Dec 22, 2010
- 1335 views
mexzony said...
is it possible to view the contents of a .dll file just as we can see an include file and its contents.if so how.
the easy way, sysinternals.com/depends
quickview if you can find it will at least list the exported routines.
linkers can show exported routines given the right commands. creating or finding the matching def file or .h file and you can read that.