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