FortuneDan
Results
2
comments of
FortuneDan
The cim_ classes are base classes that when queried just return instances of their derived classes, for example selecting for cim_coolingdevice will return instances of win32_fan. The trick is to...
这解决了 ```diff + if (m_BuildNumber >= 22600) { + KUtils::Sleep(3000); + } // Only proceed with patching if we're on a physical machine - if (*m_HalpPerformanceCounterType == HALP_PERFORMANCE_COUNTER_TYPE_PHYSICAL_MACHINE) { +...