I recieved such an error while trying to run virtual machine:
supHardenedWinVerifyProcess failed with VERR_SUP_VP_NT_QI_VIRTUAL_MEMORY_ERROR:(rc=-5637)
Please try reinstalling VirtualBox.
where: supR3HardNtChildPurify what: 5 VERR_SUP_VP_NT_QI_VIRTUAL_MEMORY_ERROR (-5637) - Process Verification Failure: Error query virtual memory information.
Logs are attached (did I do it right?)
Error query virtual memory information
Error query virtual memory information
- Attachments
-
wind10-2023-05-29-14-11-35.log
- (41.29 KiB) Downloaded 28 times
-
- Volunteer
- Posts: 5151
- Joined: 14. Feb 2019, 03:06
- Primary OS: Mac OS X other
- VBox Version: PUEL
- Guest OSses: Linux, Windows 10, ...
- Location: Germany
Re: Error query virtual memory information
If you're using Windhawk or any other 3rd-party software invading the VirtualBoxVM process's memory, prevent them from doing that.
Re: Error query virtual memory information
looks like I don`t use anything like that, turned off real time protection and tried again, nothing changedfth0 wrote:If you're using Windhawk or any other 3rd-party software invading the VirtualBoxVM process's memory, prevent them from doing that.
-
- Site Moderator
- Posts: 19853
- Joined: 30. Dec 2009, 20:14
- Primary OS: MS Windows 10
- VBox Version: PUEL
- Guest OSses: Windows, Linux
Re: Error query virtual memory information
Real-time protection on what software?gribabas wrote:turned off real time protection
Re: Error query virtual memory information
integrated defender in Windows Securityscottgus1 wrote:Real-time protection on what software?gribabas wrote:turned off real time protection
-
- Volunteer
- Posts: 5151
- Joined: 14. Feb 2019, 03:06
- Primary OS: Mac OS X other
- VBox Version: PUEL
- Guest OSses: Linux, Windows 10, ...
- Location: Germany
Re: Error query virtual memory information
FWIW, I'll make an educated guess that you might have a real malware on your host (or so-called security software that behaves just like real malware):
The unknown software creates memory sections, which are executable and writable at the same time, typically needed for self-modifying code. And it hides a pointer to itself in the in-memory header section of the VirtualBoxVM process.
The unknown software creates memory sections, which are executable and writable at the same time, typically needed for self-modifying code. And it hides a pointer to itself in the in-memory header section of the VirtualBoxVM process.