DWORD GetCurrentProcessIdFromTeb(VOID) { return HandleToUlong(GetTeb()->ClientId.UniqueProcess); }
Last updated 29 days ago