嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
airhv虚拟机管理程序
.
├── airhv-main
│ ├── LICENSE
│ ├── README.md
│ ├── airhv
│ │ ├── airhv.vcxproj
│ │ ├── airhv.vcxproj.filters
│ │ ├── airhv.vcxproj.user
│ │ ├── allocators.h
│ │ ├── asm
│ │ │ ├── vm_context.asm
│ │ │ ├── vm_context.h
│ │ │ ├── vm_intrin.asm
│ │ │ └── vm_intrin.h
│ │ ├── common.h
│ │ ├── ept.cpp
│ │ ├── hypervisor_gateway.cpp
│ │ ├── hypervisor_gateway.h
│ │ ├── hypervisor_routines.cpp
│ │ ├── hypervisor_routines.h
│ │ ├── ia32
│ │ │ ├── cpuid.h
│ │ │ ├── cr.h
│ │ │ ├── dr.h
│ │ │ ├── ept.h
│ │ │ ├── exception.h
│ │ │ ├── msr.h
│ │ │ ├── mtrr.h
│ │ │ ├── rflags.h
│ │ │ ├── segment.h
│ │ │ ├── vmcs.h
│ │ │ └── vmcs_encodings.h
│ │ ├── interrupt.h
│ │ ├── invalidators.cpp
│ │ ├── invalidators.h
│ │ ├── lde
│ │ │ └── lde64.asm
│ │ ├── log.cpp
│ │ ├── log.h
│ │ ├── main.cpp
│ │ ├── ntapi.h
│ │ ├── poolmanager.cpp
│ │ ├── poolmanager.h
│ │ ├── spinlock.cpp
│ │ ├── vmcall_handler.cpp
│ │ ├── vmcall_handler.h
│ │ ├── vmcall_reason.h
│ │ ├── vmcs.cpp
│ │ ├── vmexit_handler.cpp
│ │ ├── vmexit_handler.h
│ │ ├── vmm.cpp
│ │ ├── vmm.h
│ │ └── xsave.h
│ ├── airhv.sln
│ └── airhvctrl
│ ├── airhvctrl.vcxproj
│ ├── airhvctrl.vcxproj.filters
│ ├── hypervisor_gateway.cpp
│ ├── hypervisor_gateway.h
│ ├── log.cpp
│ ├── log.h
│ ├── main.cpp
│ ├── nt.h
│ ├── utils.cpp
│ ├── utils.h
│ └── vmintrin.asm
└── airhv虚拟机管理程序.zip
6 directories, 60 files