I\'ve long used cygwin\'s nm command for all my .lib symbol debugging needs, but recently I thought about referring to it in a SO answer and realized that most Windows devel
Try dumpbin.exe.
MSDN dumpbin.exe reference.