Method |
Description |
|
CsrClientCallServer ( CSRMsg Msg, int A, int B = 0x10000, int C = 0x24 ) : void |
|
|
RtlCloneUserProcess ( CloneProcessFlags Flags, IntPtr ProcSecDesc, IntPtr ThreadSecDesc, IntPtr DebugPort, ProcessInfo ProcessInfo ) : CloneStatus |
|
|
RtlCreateUserThread ( IntPtr Proc, IntPtr SecDesc, bool CreateSuspended, uint StackZeroBits, uint StackReserved, uint StackCommit, IntPtr StartAddr, IntPtr StartParam, IntPtr Thread, CLIENT_ID Result ) : bool |
|
|
RtlExitUserProcess ( int Status ) : void |
|
|
RtlExitUserThread ( int Status ) : void |
|
|
ZwAllocateVirtualMemory ( IntPtr Proc, IntPtr &Addr, int ZeroBits, IntPtr &RegionSize, AllocType AType = AllocType.Commit|AllocType.Reserve, MemProtection Prot = MemProtection.ReadWrite ) : uint |
|
|