I want to use the following native APIs:
NtOpenProcess
NtOpenThread
NtReadVirtualMemory
NtWriteVirtualMemory
PsCreateSystemThread
KiAttachProcess
Is it possible to call these APIs from managed C# code? If so, can someone provide an example of how this would be done?
No comments:
Post a Comment