ExpInitLicensing
INT64 *__fastcall ExpInitLicensing(INT64 a1){
INT64 *result;
if( (INT64 *)a1 == &PspHostSiloGlobals )
{
qword_140D71E50 = 81920i64;
qword_140D34E40 = (__int64)ExpHostBootLicensingData;
result = &qword_140D34E40;
*(_QWORD *)(a1 + 904) = &qword_140D34E40;
}
else
{
result = *(INT64 **)(a1 + 904);
}
*((_DWORD *)result + 11758) = -1;
*((_DWORD *)result + 2) = 0;
*((_DWORD *)result + 11747) = 0;
result[5855] = 0i64;
result[5878] = 0i64;
return result;
}Referenced by:
InitBootProcessor
sub_1405B03A8