dotnet / pinvoke

A library containing all P/Invoke code so you don't have to import it every time. Maintained and updated to support the latest Windows OS.
MIT License
2.12k stars 222 forks source link

Ntdll Functions #418

Closed ghost closed 5 years ago

ghost commented 5 years ago

Is there a reason there are so little of the ntdll.dll exported functions in this library?

I would be interested in adding support for most of the functions (starting with user mode) but just thought I'd check if you were purposefully excluding them before I started making pull requests.

AArnott commented 5 years ago

No reason at all. It just takes time for each API so it's on an as-needed and as-contributed basis. I'd love to see your contributions.