Esempio n. 1
0
 internal NtOpenProcess(Tools syscallTools)
 {
     _ntOpenProcessDelegate = syscallTools.CreateDelegateForSyscall <NtOpenProcessDefinition>();
 }
Esempio n. 2
0
 internal NtOpenProcess(IntPtr shellcodeAddress)
 {
     _ntOpenProcessDelegate = Marshal.GetDelegateForFunctionPointer <NtOpenProcessDefinition>(shellcodeAddress);
 }