DllExport 1.4.0
See the version list below for details.
dotnet add package DllExport --version 1.4.0
NuGet\Install-Package DllExport -Version 1.4.0
<PackageReference Include="DllExport" Version="1.4.0" />
paket add DllExport --version 1.4.0
#r "nuget: DllExport, 1.4.0"
// Install DllExport as a Cake Addin #addin nuget:?package=DllExport&version=1.4.0 // Install DllExport as a Cake Tool #tool nuget:?package=DllExport&version=1.4.0
The open implementation of unmanaged exports for .NET ( DllExport )
Source code and all details here: https://github.com/3F/DllExport
~~~~~~~~
Alternative to get it:
==========================================
msbuild gnt.core /p:ngpackages="DllExport/1.4.0"
==========================================
* https://github.com/3F/GetNuTool
Product | Versions 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. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on DllExport:
Repository | Stars |
---|---|
bitsadmin/nopowershell
PowerShell rebuilt in C# for Red Teaming purposes
|
|
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 | 347,093 | 1/2/2021 |
1.7.3 | 39,514 | 6/12/2020 |
1.7.1 | 8,798 | 5/7/2020 |
1.7.0-beta3 | 2,014 | 12/15/2019 |
1.7.0-beta | 2,532 | 11/4/2019 |
1.6.6 | 4,646 | 1/16/2020 |
1.5.2 | 26,760 | 3/13/2017 |
[v1.4]
* FIXED: Fixed bug - `An item with the same key has already been added`. Issue #10
* FIXED: Bug with Meta library: Incorrect default values. Issue #16
please note, the __cdecl is the default calling convention for our library
as and for C and C++ programs.
* FIXED?: Probably fixed bug - `Script errors on package install` Issue #6
* FIXED?: Probably fixed bug - `non-English system language - syntax error` Issue #7
* NEW: GUI Configurator with updated ddNS features.
* NEW: Implemented feature 'Export for platform': [ x86 / x64 / x86 + x64 ] Issue #9
* NEW: Implemented feature 'Base for ordinals'. Issue #11
There is also alternative to configure this number - MSBuild property: DllExportOrdinalsBase
* NEW: The one (1) now is used by default as Base for all ordinals.
`Mimic ordinal counter (start from 1 instead of 0)` Issue #8
* CHANGED: The ddNS features now as binary cmdlet `NSBin`. Use `nsbin.bat` if needed.
* CHANGED: `Set "Inherited = false" in AttributeUsage for DllExportAttribute`. Issue #15
* OTHER: other possible changes and fixes.