dahall / Vanara

A set of .NET libraries for Windows implementing PInvoke calls to many native Windows APIs with supporting wrappers.
MIT License
1.78k stars 192 forks source link

Add NT API #289

Closed NN--- closed 2 years ago

NN--- commented 2 years ago

Add NT API functions. It would be nice to have everything in one library.

https://github.com/googleprojectzero/sandbox-attacksurface-analysis-tools/tree/main/NtApiDotNet

dahall commented 2 years ago

This is a major uplift and the project you reference is really complete and active. Many of the memory management and helper functions from Vanara.Core and Vanara.PInvoke.Shared should help when using the Google Project Zero code. I may add a few methods to Vanara.PInovke.NtDll, but I doubt I'll ever catch up with this other project.