DInvoke 1.0.4

.NET Framework 3.5
dotnet add package DInvoke --version 1.0.4
NuGet\Install-Package DInvoke -Version 1.0.4
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="DInvoke" Version="1.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DInvoke --version 1.0.4
#r "nuget: DInvoke, 1.0.4"
#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 DInvoke as a Cake Addin
#addin nuget:?package=DInvoke&version=1.0.4

// Install DInvoke as a Cake Tool
#tool nuget:?package=DInvoke&version=1.0.4

Dynamically invoke arbitrary unmanaged code from managed code without PInvoke.

Product Versions
.NET Framework net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
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 (4)

Showing the top 4 popular GitHub repositories that depend on DInvoke:

Repository Stars
jfmaes/SharpZipRunner
Executes position independent shellcode from an encrypted zip
jfmaes/SharpHandler
Hagrid29/DuplicateDump
Dumping LSASS with a duplicated handle from custom LSA plugin
ChoiSG/UuidShellcodeExec
PoC for UUID shellcode execution using DInvoke
Version Downloads Last updated
1.0.4 3,487 10/29/2020
1.0.2 422 10/26/2020

Patched error checking in RemoteThreadCreate.