rakan-dev / DInvoke

Dynamically invoke arbitrary unmanaged code from managed code without P/Invoke.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

D/Invoke

Fork of D/Invoke by TheWover, but refactored to .NET Standard 2.0 and split into individual NuGet packages.

Why?

The aim of this project is to provide D/Invoke in a more minimalist form. It only contains the core DynamicInvoke and ManualMap functionality, without all the additional helper methods and delegates. This help keeps the packages small and lowers the detection surface for AV. The dinvoke.net Wiki contains a library of useful delegates that you can add to your projects.

About

Dynamically invoke arbitrary unmanaged code from managed code without P/Invoke.


Languages

Language:C# 100.0%