Reputation: 310
I have a malware sandbox that worked by disabling patchguard so that SSDT functions could be hooked by a driver, but in windows 11 it appears this won't be possible anymore due to secureboot.
I have found that there appears to be no sanctioned way to completely prevent a system shutdown (without hooking SSDT functions).
The only things I can find are:
None of these will 100% block a malware from shutting down the VM, this prevents my software from finishing it's job and preparing a report.
Is my best option just to delay the shutdown so I can wrap up the scan then allow it to shutdown anyway?
Upvotes: 0
Views: 24