This repository has been archived by the owner on Sep 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
Enhanced Functionality with Optimized EPT, Boot-time Hooks, and Preliminary Hyper-V Support (Experimental) #19
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
At this point `original_lstar` should not be 0 at all because `MsrAccessType::Write` on msr::IA32_LSTAR stores it in there.
Will edit this to go somewhere else later and do a refactor. vmread is called each time, only need to do once. Need to make more memory safe is possible.
The ntoskrnl.exe base address is retrieved via vmexit so it requires hooks to be called from there.
- Might have to use vmcalls/hypercalls to perform these hooks using an interface as doing at run-time is dirty.
This reverts commit b7dc12a.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces a series of enhancements and refinements to the UEFI Rust hypervisor, aimed at improving functionality and stability across various components:
cargo-make
for project builds, utilizing aMakefile.toml
configuration.cargo make
.README.md
to reflect the latest changes.config.toml
.ntoskrnl
base address.cargo fmt
style.Note: This is partial support for #10 and #18.
These changes lay the groundwork for more robust and flexible hypervisor capabilities, aiming for increased stability and performance in virtualized environments. Further testing and validation are required to ensure that these enhancements meet the necessary standards for reliability and security.
Acknowledgments: Special thanks to Daax's, Satoshi Tanda, Jessiep, and Drew for their contributions and support in this update.