-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please add support for nested virtualization #1
Comments
Hello, Could you please provide more details about the scenarios you have in mind for this request? Also do you have some use-cases that you may have considered? Thanks |
Hey, I'd like to test the HV implementation and extend it with my own modules, and for that I need to test it running a VM that itself is running VMWare workstation. |
From what you mentioned above it seems to me that you want to use napocahv in vmware. in this case vmware vm's must be configured to support nested virtualization in the first place. keep in mind that it might not be a full set of virtualization features implemented by vmware for nested support. If you have a Windows VM (legacy BIOS not EFI) in VMWare Player/Workstation then there are good chances that a successfull build of napocahv will work in that VM |
i tested it in vm16. it's not work. when i reboot show dark screen... This is my test state on the real machine
How to solve this error The biggest obstacle is the inability to use dual-machine debugging. If i can use windbg and vmware, it will be very good |
@stonedreamforest there are several things we need to sort out:
Thanks for your interest. Please let me know if there is anything else I can help you with. |
|
@stonedreamforest For the second issue (process protection):
PS: The introspection engine is provided (opensource) with support for Windows 7 (x86 and x64) ONLY! If you use any other windows version on a physical machine, you will end up with the hypervisor up and running but no introspection activated / enabled. Lets sort this out first (lets see first if this is the issue you have) and then I will redirect you to correct team to guide/help you add support for additional operating systems. |
@danielticle |
@stonedreamforest |
@danielticle
|
@stonedreamforest |
Is that right? I am a bit confused about the debugging part of the readme file. This is my virtual machine configuration.
|
No description provided.
The text was updated successfully, but these errors were encountered: