UINT8 __fastcall PpvUtilIsHardwareBeingVerified(_DEVICE_OBJECT *PhysicalDeviceObject){
__int64 v1;
int v2;
UINT8 result;
result = 0;
if( PhysicalDeviceObject )
{
v1 = *(_QWORD *)(*((_QWORD *)PhysicalDeviceObject + 39) + 40i64);
if( v1 )
{
v2 = *(_DWORD *)(v1 + 396);
if( (v2 & 0x20000) == 0 && (v2 & 0x8000) != 0 )
return 1;
}
}
return result;
}