65.9K
CodeProject is changing. Read more.
Home

A Library Symbol Dump tool

starIconstarIconstarIcon
emptyStarIcon
starIcon
emptyStarIcon

3.44/5 (5 votes)

Dec 9, 1999

viewsIcon

95062

downloadIcon

3396

A tool to display the contents of a library file

  • Download demo executable - 338 Kb
  • Download demo source files - 44 Kb
  • LibDump is a Win32 utility tool similar to Microsoft's DumpBin utility except that it can be used to display the contents of library files instead of portable executables and COFF (Common Object File Format) .OBJ files. LibDump is a tool originally appeared in the Microsoft Systems Journal (MSJ) April 1998 "Under the Hood" column by Matt Pietrek ( http://www.microsoft.com/msj/0498/hood0498.htm). This is an enhanced version which include features such as scanning a particular library symbol across multiple .LIB files and several other miscellaneous enhancements as mentioned in the concluding section of the article.

    System Requirements:

    Microsoft Visual C++ 5.0 (and above), Windows NT 4.0/9x (using the latest service packs is highly recommended).

    Running the application:

    Extract it to a <\temp> folder and then run.