News:

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

StaticLib and Obj-Export Explorer

Started by hmi222, November 30, 2010, 11:29:02 AM

Previous topic - Next topic

hmi222

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

ToutEnMasm


This tool is in the c++ express (free).It's dumpbin

hmi222


Vortex

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