Skip to content
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

Revisit on-demand paging with whv #7

Open
0vercl0k opened this issue Jul 16, 2021 · 0 comments
Open

Revisit on-demand paging with whv #7

0vercl0k opened this issue Jul 16, 2021 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@0vercl0k
Copy link
Owner

If I remember correctly, I wasn't able to implement on-demand paging with whv because doing a WHvTranslateGva with an empty environment doesn't generate memory faults like executing would.

This is annoying because wtf does memory translation to be able to set breakpoints where the user wants to; to do that it needs to do a VirtTranslate so I ended up mapping it all at start-up. It's not ideal for obvious reasons but I'm not too sure how to work around that. Just want to revisit this & do the due diligence to make sure that it works as I described and that I didn't miss anything.

@0vercl0k 0vercl0k added good first issue Good for newcomers enhancement New feature or request labels Jul 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant