The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: Retsim_X on January 17, 2005, 06:59:38 AM

Title: and Library DisAssembler
Post by: Retsim_X on January 17, 2005, 06:59:38 AM
is there any GOOD Lib Disassemblers around?
Title: Re: and Library DisAssembler
Post by: hutch-- on January 17, 2005, 07:49:54 AM
Actually LINK has the capacity to disassemble a library. Use the dumpbin command line driver or if you can find the syntax, run the capacity directly from LINK.
Title: Re: and Library DisAssembler
Post by: gfalen on January 17, 2005, 09:41:37 AM
Try this.
LINK.EXE /DUMP /EXPORTS <file>
Title: Re: and Library DisAssembler
Post by: Vortex on January 17, 2005, 10:44:25 AM
Hi Retsim_X,

You can extract all the member functions from the lib and disassemble them separately.