From 0302be0dcc68192423a4f64d904588d6ee4f86b5 Mon Sep 17 00:00:00 2001 From: _xeroxz <_xeroxz@back.engineer> Date: Thu, 26 May 2022 20:49:23 -0700 Subject: [PATCH] fixed links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 502a549..50c6af7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Bluepill - Type-2 Intel Hypervisor For Windows 10 Systems
- +

Figure 1. First ever vmexit...

@@ -207,7 +207,7 @@ the PTE mapping that page will not be used to map the `map_type::src` page. # Demo - VDM Integration, Physical/Virtual Memory Read/Write
- +

Figure 2. demo VDM example and read/write virtual memory...

@@ -228,4 +228,4 @@ vdm::write_phys_t _write_phys = return bluepill::write_phys( reinterpret_cast(addr), buffer, size); }; -``` \ No newline at end of file +```