is there any GOOD Lib Disassemblers around?
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.
Try this.
LINK.EXE /DUMP /EXPORTS <file>
Hi Retsim_X,
You can extract all the member functions from the lib and disassemble them separately.