- 01 June 2022 (18 messages)
-
Joined.
-
-
Joined.
-
-
-
-
-
Hi, thanks for using HyperDbg.
No, there is no known issues.
Would you please provide more information about how you get error and information regarding your system like Windows version and processor generation. -
No, it's not a known issue.
-
What's your testing environment? VMware or physical machine?
-
vmware with nested virtualization, windows version is the following:
-
-
Yes, that's fine, let me know if you need help or if you have any question
-
-
In case you didn't find the problem we can discuss more about it to find the solution together.
-
It's ok
-
👍
-
sounds good, thank you :D
- 02 June 2022 (5 messages)
-
Joined.
-
I found the issue and created a PR on github: https://github.com/HyperDbg/HyperDbg/pull/177Properly clear reserved segment access rights fields by momo5502 · Pull Request #177 · HyperDbg/HyperDbg
The reserved fields in the segment access rights must be zero. Otherwise, an INVALID_GUEST_STATE vm exit is triggered which leads to a bluesceen.
-
Merged, thanks
-
-
Just in case others also need to debug invalid guest states, this is an insanely helpful snippet: https://twitter.com/standa_t/status/1363354500589740033?t=zKKdlATC0RPH1n92i2IoVQ&s=19Satoshi Tanda
You must know what VM-exit reason 33 (0x21) is if you ever wrote a hypervisor from scratch. Too much researchers' time was wasted to diagnose it I am sharing diagnostics code I have been using. This finds out why that VM-exit happened and saves your time gist.github.com/tandasat/4b0bc…