コード例 #1
0
 internal NtOpenProcess(Tools syscallTools)
 {
     _ntOpenProcessDelegate = syscallTools.CreateDelegateForSyscall <NtOpenProcessDefinition>();
 }
コード例 #2
0
 internal NtOpenProcess(IntPtr shellcodeAddress)
 {
     _ntOpenProcessDelegate = Marshal.GetDelegateForFunctionPointer <NtOpenProcessDefinition>(shellcodeAddress);
 }