The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: hmi222 on November 30, 2010, 11:29:02 AM

Title: StaticLib and Obj-Export Explorer
Post by: hmi222 on November 30, 2010, 11:29:02 AM
Hi.
Im searching for a tool that can examing StaticLib and Objectfiles
for their exports to use them in masm.
Attached are 2 sample object files as fastcall and cdecl.
Has anyone an idea?
Thanx in advance
hmi222
Title: Re: StaticLib and Obj-Export Explorer
Post by: ToutEnMasm on November 30, 2010, 01:45:12 PM

This tool is in the c++ express (free).It's dumpbin
Title: Re: StaticLib and Obj-Export Explorer
Post by: hmi222 on November 30, 2010, 02:34:12 PM
Will try  :U
Thank yu  ToutEnMasm

Title: Re: StaticLib and Obj-Export Explorer
Post by: Vortex on November 30, 2010, 06:49:38 PM
dumpbin.exe comes with the Masm32 installation :

\masm32\bin\dumpbin.exe

Another powerful tool is PEview :

QuotePEview Version 0.9.8 ( .zip 31KB ) - my quick and easy way to view the structure and content of 32-bit Portable Executable (PE) and Component Object File Format (COFF) files which supports the viewing of EXE, DLL, OBJ, LIB, DBG, and other file types.

http://www.magma.ca/~wjr