memN0ps

Results 10 issues of memN0ps

**Overview:** When using certain markdown syntax in the Archie theme, the output is being affected in unexpected ways. This issue aims to address the problems related to specific markdown elements...

**Issue:** Support for running as a nested hypervisor under Microsoft Hyper-V with Virtualization Based Security (VBS). **Environment:** UEFI Rust hypervisor, with partial support for Hyper-V nested virtualization. **Current Status:** -...

bug
enhancement

Errors in the hypervisor are typically handled using a custom error type, `HypervisorError,` through `Result` or `Option.` Despite this, errors default to causing a panic in the `vmm.rs` file, particularly...

enhancement

Avoid using the x86 crate overall and develop the necessary functionality from scratch. This approach will facilitate learning and reduce dependence on external libraries, potentially increasing accuracy. However, it may...

enhancement

Add support for hardware-assisted breakpoints using CPU debug registers to enhance debugging capabilities in the hypervisor.

enhancement

Add support for Intel Processor Trace (Intel PT) to enhance tracing and debugging capabilities in the hypervisor.

enhancement

Implement support for nested virtualization, enabling the hypervisor to run on top of Hyper-V while ensuring compatibility and performance.

enhancement

Plan to explore AMD support with Nested Page Tables (NPT) in the future, aiming for implementation within one year.

enhancement

Integrate Windows (Kernel Driver) with the UEFI (Runtime Driver) hypervisor to allow users the option to build the software as either a kernel driver or a UEFI runtime driver, providing...

enhancement

Ensure that EPT hooks function correctly when targeting the same page. When splitting 2MB pages into 4KB pages using the same pre-allocated Page Table (PT), it can cause an issue....

bug
enhancement