DllExport 1.5.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package DllExport --version 1.5.2
NuGet\Install-Package DllExport -Version 1.5.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DllExport" Version="1.5.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DllExport --version 1.5.2
#r "nuget: DllExport, 1.5.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DllExport as a Cake Addin
#addin nuget:?package=DllExport&version=1.5.2

// Install DllExport as a Cake Tool
#tool nuget:?package=DllExport&version=1.5.2


   
       The open implementation of unmanaged exports for .NET ( DllExport )
       Source code and all details here: https://github.com/3F/DllExport
       
       Build: v1.5.2.22710 [ 1f6b2d9 ]
 
       ~~~~~~~~
       Get it via GetNuTool:
       ==========================================
       gnt /p:ngpackages="DllExport/1.5.2"
       ==========================================
       * https://github.com/3F/GetNuTool         
       
   

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 was computed.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (5)

Showing the top 5 popular GitHub repositories that depend on DllExport:

Repository Stars
bitsadmin/nopowershell
PowerShell rebuilt in C# for Red Teaming purposes
Idov31/Sandman
Sandman is a NTP based backdoor for red team engagements in hardened networks.
0xlane/BypassUAC
Use ICMLuaUtil to Bypass UAC!
rvrsh3ll/Rubeus-Rundll32
Run Rubeus via Rundll32
freezy/dmd-extensions
A toolbox for virtual pinball dot matrix displays.
Version Downloads Last updated
1.7.4 289,746 1/2/2021
1.7.3 37,036 6/12/2020
1.7.1 8,631 5/7/2020
1.7.0-beta3 1,969 12/15/2019
1.7.0-beta 2,455 11/4/2019
1.6.6 4,468 1/16/2020
1.5.2 24,745 3/13/2017

public pacth release of the .NET DllExport - [v1.5.2]:

* FIXED: Failing to compile in VS2017. Issue #29
        `Error The "DllExportAppDomainIsolatedTask" task failed unexpectedly. System.ArgumentException: Requested value 'Version46' was not found.`

* FIXED: Possible error `Could not load file or assembly Microsoft.Build.Utilities or one of its dependencies.`
* CHANGED: Updated script for loading of the Configurator to avoid problem with old assemblies. Issue #22


[v1.5.1]:

   * FIXED: Error : Invalid Option: /CVRES= Issue #20
   * NOTE: Our coreclr version was compiled with MSVC 14.0. Related Issue #21

[v1.5]

   * FIXED: Fixed problem with white-space chars in path: `Cannot find path '<any full path with spaces>' because it does not exist ...`
   * FIXED: Fixed typo with fullseq (ddNS) - incorrect `0x30 0x30` ~0x007A7-0x007A8  /details in #14
   * FIXED: Possible problem with NullReferenceException when removing package.
   * FIXED: Fixed problem with old NS data when we try to install package for project A, then for project B
   * NEW: Implemented 'Generate .exp + .lib via MS Library Manager' #9
          GUI Configurator + MSBuild property: `DllExportGenExpLib`
          
   * NEW: Added support of unmanaged-export for Executable Modules (.exe) #18
   * NEW: Cecil variant for ddNS features /#14, #2
   * NEW: Added our custom IL Assembler as option to fix incorrect 0x13 / 0x11 opcodes. #17
          GUI Configurator + MSBuild property: `DllExportOurILAsm`
          It should help for users of Fody projects, etc.
          https://github.com/Fody/Fody/issues/271
          
          IlAsm 4.5.1 https://github.com/3F/coreclr
          based on 4.5.22220.0 / coreclr 1.0.4
          changelog of our coreclr for this release: https://github.com/3F/coreclr/blob/master/changelog.txt
          
   * CHANGED: Updated scripts of installing/removing package for more correct loading of our assemblies.