C# 클래스 Ntdll, Lunar

파일 보기 프로젝트 열기: Dewera/Lunar 1 사용 예제들

비공개 메소드들

메소드 설명
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