News:

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

CoffScan - get symbol dump of COFF objects

Started by Sevag.K, February 06, 2005, 09:27:12 PM

Previous topic - Next topic

Sevag.K


CoffScan v.001

Distributed as a HIDE project.  You will need the macros,
headers and hidelib.lib from the HIDE package in order to
compile this program.  It is possible to compile without
the library and headers with some modifications.

Usage:
CoffScan one.obj [two.obj] ... > output.txt

CoffScan will scan for all symbols in the object files
and dump a formatted list of symbols to stdout.

This version only scans COFF objects, not COFF libraries.



[attachment deleted by admin]