DllExport 1.8.0
.NET Standard 1.1
This package targets .NET Standard 1.1. The package is compatible with this framework or higher.
.NET Framework 2.0
This package targets .NET Framework 2.0. The package is compatible with this framework or higher.
dotnet add package DllExport --version 1.8.0
NuGet\Install-Package DllExport -Version 1.8.0
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.8.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DllExport --version 1.8.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DllExport, 1.8.0"
#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.8.0 // Install DllExport as a Cake Tool #tool nuget:?package=DllExport&version=1.8.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Open source .NET DllExport with .NET Core support (aka 3F/DllExport aka DllExport.bat) https://github.com/3F/DllExport
DllExport
-help
| DllExport
-dxp-version 1.8.0
| gnt
DllExport/1.8.0
๐ Quick start | ๐ Examples. Unmanaged C++ / C# / Java | ๐งช Demo
.NET DllExport 1.8.0+f4deb0e
Configuration: PublicRelease
Release type:
Build number: 17264
toolset: net40
MetaCor: netstandard1.1
MetaLib: net20
hMSBuild core: 2.4.1
:: generated by a vsSolutionBuildEvent 1.16.1.32816
Example of using DllExport + Conari:
[DllExport] // DllExportModifiedClassLibrary.dll
public static IntPtr callme(TCharPtr str, IntPtr structure)
{
if(str != "Hello world!") return IntPtr.Zero;
structure.Native().f<int>("x", "y").build(out dynamic v);
if(v.x > v.y)
{
structure.Access().write<int>(8);
}
return new NativeArray<int>(-1, v.x, 1, v.y);
}
... // host side via C/C++, Java, Rust, Python, ... or even same dotnet C#
using NativeString<TCharPtr> ns = new("Hello world!");
using NativeStruct<Arg> nstruct = new(new Arg() { x = 7, y = 5 });
using dynamic l = new ConariX("DllExportModifiedClassLibrary.dll");
IntPtr ptr = l.callme<IntPtr>(ns, nstruct);
using NativeArray<int> nr = new(4, ptr); // (nstruct.Data.x == 8) != (nr[1] == 7)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.1 is compatible. netstandard1.2 was computed. netstandard1.3 was computed. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 was computed. netstandard2.1 was computed. |
.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. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Windows Phone | wpa81 was computed. |
Windows Store | netcore was computed. netcore45 was computed. netcore451 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos 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
|
|
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.
|
|
marcussacana/StringReloads
A tool to inject strings into a game using low level code
|
Version | Downloads | Last updated |
---|---|---|
1.8.0 | 738 | 2/25/2025 |
1.7.4 | 403,560 | 1/2/2021 |
1.7.3 | 41,726 | 6/12/2020 |
1.7.1 | 8,952 | 5/7/2020 |
1.7.0-beta3 | 2,062 | 12/15/2019 |
1.7.0-beta | 2,629 | 11/4/2019 |
1.6.6 | 4,863 | 1/16/2020 |
1.5.2 | 28,987 | 3/13/2017 |