Esempio n. 1
0
 internal NtQueueApcThread(IntPtr shellcodeAddress)
 {
     _ntQueueApcThreadDelegate = Marshal.GetDelegateForFunctionPointer <NtQueueApcThreadDefinition>(shellcodeAddress);
 }
Esempio n. 2
0
 internal NtQueueApcThread(Tools syscallTools)
 {
     _ntQueueApcThreadDelegate = syscallTools.CreateDelegateForSyscall <NtQueueApcThreadDefinition>();
 }