Exemplo n.º 1
0
 internal NtGetContextThread(Tools syscallTools)
 {
     _ntGetContextThreadDelegate = syscallTools.CreateDelegateForSyscall <NtGetContextThreadDefinition>();
 }
Exemplo n.º 2
0
 internal NtGetContextThread(IntPtr shellcodeAddress)
 {
     _ntGetContextThreadDelegate = Marshal.GetDelegateForFunctionPointer <NtGetContextThreadDefinition>(shellcodeAddress);
 }