文件名称:ept_example:使用Bareflank虚拟机管理程序创建的示例VMM,用于处理Intel EPT(扩展页表)
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-01 01:21:59
C++
Bareflank Hypervisor EPT示例 描述 此示例演示如何扩展Bareflank虚拟机管理程序以使用扩展页表来捕获对页面的读取访问。 编译/用法 要设置此扩展,请运行以下命令(假定为Linux): git clone https://github.com/bareflank/hypervisor git clone https://github.com/bareflank/extended_apis git clone https://github.com/jaredwright/ept_example.git mkdir build; cd build cmake ../hypervisor -DCONFIG=ept_example/config.cmake make -j<# cores + 1> 要加载此扩展,请运行以下命令: make driver_quick
【文件预览】:
ept_example-master
----src()
--------CMakeLists.txt(1KB)
--------ept_example.h(4KB)
--------ept_example.cpp(5KB)
----config.cmake(150B)
----CMakeLists.txt(905B)
----README.md(944B)