ImpLib SDK icon
ImpLib SDK icon

ImpLib SDK

 1 like

ImpLib SDK combines free programming tools for authoring custom import libraries with advanced features, like cdecl2stdcall conversion, importing by ordinal, removing original thunk. There are many non-standard use cases, like interfacing a DLL with cdecl calling convention from...

License model

  • FreeOpen Source

Platforms

  • Windows
5 / 5 Avg rating (1)
1 like
1comment
0 news articles

Features

Suggest and vote on features

Properties

  1.  Lightweight

Features

  1.  Portable
  2.  No registration required
  3.  Support for scripting

ImpLib SDK News & Activities

Highlights All activities

Recent activities

  • CommonRob reviewed ImpLib SDK  
    3 months ago

    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).

  • CommonRob liked ImpLib SDK
    3 months ago
  • App icon
    AngelFish added ImpLib SDK as alternative to Microsoft Windows SDK
    5 months ago
  • AngelFish added ImpLib SDK
    6 months ago
Show all activities

ImpLib SDK information

AlternativeTo Category

Development

Popular alternatives

View all

Our users have written 1 comments and reviews about ImpLib SDK, and it has gotten 1 likes

ImpLib SDK was added to AlternativeTo by Angel on Aug 7, 2024 and this page was last updated Aug 7, 2024.

Comments and Reviews

   
 Post comment/review
Roberto
  
Top positive commentOct 9, 2024

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).

0

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. There are many non-standard use cases, like interfacing a DLL with cdecl calling convention from Visual Basic 6, prototyping a set of DLL functions for PureBasic, mangling the symbolic aliases for an existing object file in Visual C / MASM32 / NASM and so on. ImpLib SDK provides a set of tools to solve this kind of problems. It is not necessary to know the internal structure of an Import Library file to use these tools.

Official Links