Example #1
0
 internal NtQueryInformationProcess(IntPtr shellcodeAddress)
 {
     _ntQueryInformationProcessDelegate = Marshal.GetDelegateForFunctionPointer <NtQueryInformationProcessDefinition>(shellcodeAddress);
 }
Example #2
0
 internal NtQueryInformationProcess(Tools syscallTools)
 {
     _ntQueryInformationProcessDelegate = syscallTools.CreateDelegateForSyscall <NtQueryInformationProcessDefinition>();
 }