News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

and Library DisAssembler

Started by Retsim_X, January 17, 2005, 06:59:38 AM

Previous topic - Next topic

Retsim_X

is there any GOOD Lib Disassemblers around?

hutch--

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.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

gfalen

Try this.
LINK.EXE /DUMP /EXPORTS <file>

Vortex

Hi Retsim_X,

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