BOOL __fastcall PspIsParentProcess(INT64 a1, INT64 a2){ BOOL result; LOBYTE(result) = 0; if( *(_QWORD *)(a2 + 1344) == *(_QWORD *)(a1 + 1088) ) return *(_QWORD *)(a2 + 2296) > *(_QWORD *)(a1 + 2296); return result; }