Import library to module definition file converter

Started by Vortex, May 27, 2006, 11:29:35 AM

Previous topic - Next topic

Vortex

Here is the first version of my new tool import library to module definition file converter, lib2def

The tool extracts module definition files from MS COFF import libraries:

lib2def kernel32.lib

Output :

LIBRARY kernel32
EXPORTS
"_AddAtomA@4"
"_AddAtomW@4"
"_AllocConsole@0"
.
.


lib2def accepts wildcards like *.lib

GregL


Vortex


Vortex

Version 1.1

- In some rare situations, the tool didn't filter the symbols _IMPORT_DESCRIPTOR_ and _NULL_THUNK_DATA , bug fixed
- Functions names without leading underscore were not written correctly, bug fixed

http://www.vortex.masmcode.com/files/lib2def11.zip



Mark Jones

"To deny our impulses... foolish; to revel in them, chaos." MCJ 2003.08

Vortex


Vortex


Vortex