Method | Description | |
---|---|---|
NtQueryInformationProcess ( SafeProcessHandle, processHandle, ProcessInformationType informationType, byte &information, int informationSize, IntPtr, returnLength ) : NtStatus | ||
RtlCreateUserThread ( SafeProcessHandle, processHandle, IntPtr, securityDescriptor, bool createSuspended, int stackZeroBits, nint, stackReserved, nint, stackCommit, IntPtr, startAddress, IntPtr, parameter, SafeAccessTokenHandle &threadHandle, IntPtr, clientId ) : NtStatus | ||
RtlGetCurrentPeb ( ) : IntPtr, | ||
RtlNtStatusToDosError ( NtStatus status ) : int |