Modifies a compiled .net dll so that the functions it contains can be called from unmanaged languages.
This allows you to use code written in C#, vb.net or any other .net language in unmanaged programs.
Here are some key features of "Net dll tool":
· Choose which functions to export and their export names.
· Choose the calling convention used by the exported functions (cdecl or stdcall).
· Edit ilAsm code before reassembly.
· Optionally add a string table.
Source is included under gnu gpl.
[
read more about Net dll tool >> ]