#
pinvoke
Here are 92 public repositories matching this topic...
Unity Scripting in C++
csharp
cpp
unity
unity-editor
unity3d
unity-scripts
pinvoke
il2cpp
unity3d-script
unity3d-development
-
Updated
Mar 6, 2021 - C#
A set of .NET libraries for Windows implementing PInvoke calls to many native Windows APIs with supporting wrappers.
-
Updated
Apr 11, 2022 - C#
Template-Driven AV/EDR Evasion Framework
obfuscation
pinvoke
code-injection
red-team
payload-generator
av-evasion
av-bypass
red-teaming
process-injection
amsi-bypass
pe-packer
dinvoke
amsi-evasion
edr-bypass
av-edr-bypass
-
Updated
Apr 11, 2022 - Assembly
.NET DllExport with .NET Core support (aka 3F/DllExport aka DllExport.bat)
tools
conari
getnutool
ilasm
ildasm
dllexport
coreclr
exported-functions
pinvoke
pe32
pe32-plus
dotnet-dllexport
mvssln
coreclr-ilasm
hmsbuild
-
Updated
Jan 2, 2021 - C#
.NET interop library to call the R statistical language in the same process
-
Updated
Feb 4, 2022 - C#
hack
unmanaged
native
dll
cpp
conari
libraries
runtime
binary-data
binding
memory
winapi
dllexport
pinvoke
pe32
pe32-plus
interop
accessor
pinvoke-wrapper
dllimport
-
Updated
May 31, 2021 - C#
Cross-platform AnyCPU P/Invoke for .NET
-
Updated
Apr 2, 2020 - C#
keyboard
csharp
cpp
dotnet
accessibility
wpf
pinvoke
mouse
dotnet-core
uiautomation
win32
win32api
win32com
mouse-simulations
-
Updated
Jan 10, 2022 - C#
Automatically updated C# bindings for sokol https://github.com/floooh/sokol with native dynamic link libraries.
windows
macos
linux
opengl
metal
dotnet
rendering
directx
pinvoke
graphics-programming
keyword
opengl-es
convenience
3d-graphics
2d-graphics
graphics-api
sokol
-
Updated
Mar 21, 2022 - C#
MeikTranel
commented
Oct 31, 2021
Exports can conceptually only work with static methods. Currently there are no checks to detect if a class method was decorated with the DLLExport attribute.
Field of view tools for MW2, MW3, and Ghosts
-
Updated
Jul 15, 2019 - C#
Facilities to load native DLLs from .NET. More flexible and hide platform specifics.
-
Updated
Jul 21, 2021 - C#
A duplication in C# of the "Windows-classic-samples" using Vanara libraries.
-
Updated
Feb 28, 2022 - C#
Minimal Windows 10 Store ready sample of MinGW dll PInvoked from Windows 10 UWP application
-
Updated
Sep 12, 2017 - C#
Scripting language to work with native Win32 functions
-
Updated
Nov 22, 2018 - Visual Basic
Provides access to GetAsyncKeyState and GetKeyboardState by implementing a complete managed wrapper.
-
Updated
Feb 25, 2021 - C#
Improve this page
Add a description, image, and links to the pinvoke topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pinvoke topic, visit your repo's landing page and select "manage topics."
C# has multiple types and ways of expressing a linear collection of finite data (that is, a type that contains n instances of some type
T). Passing this collection to native code typically requires the user to contain it in an array, pin it, and acquire a pointer to the first element of the array.Traditional P/Invoke allows a user to pass an array directly, and performs these operations un