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
Thanks Vortex
Hi Greg,
Thanks for your support.
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
As always, good work Erol! :U
Hi Mark,
Thanks for your kind words.
Version 2.0
- The tool couldn't filter C++ functions in some cases, bug fixed.
http://vortex.masmcode.com/files/lib2def20.zip
Version 2.1
- Fixed bug with some FASTCALL functions
http://vortex.masmcode.com/files/lib2def21.zip