

ImpLib SDK
ImpLib SDK combines free programming tools for authoring custom import libraries with advanced features, like cdecl2stdcall conversion, importing by ordinal, removing original thunk, accessing internal undocumented functions.
Cost / License
- Free
- Open Source
Platforms
- Windows
Features
Properties
- Lightweight
Features
- Support for scripting
- Portable
- No registration required
Tags
ImpLib SDK News & Activities
Recent activities
- AngelFish updated ImpLib SDK
- AngelFish liked ImpLib SDK
- AngelFish updated ImpLib SDK
ImpLib SDK information
What is ImpLib SDK?
ImpLib SDK combines free programming tools for authoring custom import libraries with advanced features, like cdecl2stdcall conversion, importing by ordinal, removing original thunk, accessing internal undocumented functions. There are many use cases, like interfacing a DLL with a calling convention incompatible with the compiler, mangling the symbolic aliases for an existing object file, fixing conflicts when the same symbol is exported by multiple DLL and so on. ImpLib SDK provides a set of tools to solve this kind of problems. It is not necessary to understand the internal structure of an Import Library file to use these tools.


Comments and Reviews
You can use the ImpLib SDK to generate redistributable import libraries, even if the DLL is protected by copyright. This is useful when linking to standard MS runtime libraries (CRT).