Replies: 1 comment 7 replies
-
checking S0 || S3 is ok best is to bypass your NtPowerInformation hook on capemon someone would just need to directly/indirectly syscall NtPowerInformation rather than calling a stub inside ntdll.dll, might include a syscall core in vmaware 2.6.0 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The current test in VMAware can probably be tightened to check if one of S0 or S3, along with S4 and S5, are enabled, instead of just any of S1-4 as of right now.
Most popular VM platforms don't have S3 or S0 sleep enabled by default for Windows (due to lack of support for these modes), while certain platforms like VMWare has S1 enabled for a standard Windows VM. KVM also has a flag to enable support for S4 sleep.
Conversely, most modern Windows laptops will support either S0 or S3, along with S4 and S5. I do not currently have a desktop system to test this on, but I presume this would be the same there. Would love to get more data on this, and if this check does not lead to false positives it could be a relatively difficult check to harden VMs against.
Beta Was this translation helpful? Give feedback.
All reactions