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

WriteProcessMemory #308

Closed Mikaka27 closed 7 years ago

Mikaka27 commented 7 years ago

Hi,

Is the WriteProcessMemory function not added? I cannot find it. I mean this one: https://msdn.microsoft.com/pl-pl/library/windows/desktop/ms681674(v=vs.85).aspx

Neither ReadProcessMemory is visible in Kernel32 namespace, are they not added or I'm missing something?

AArnott commented 7 years ago

I suspect they haven't been added.