RtlGetCurrentPeb

[DllImport("ntdll.dll", SetLastError = true)]
public static extern IntPtr RtlGetCurrentPeb(
   
);

Last updated