The MASM Forum Archive 2004 to 2012

Project Support Forums => HLA Forum => Topic started by: Sevag.K on February 06, 2005, 09:27:12 PM

Title: CoffScan - get symbol dump of COFF objects
Post by: Sevag.K on February 06, 2005, 09:27:12 PM

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]