EPT traversing structures

Discussion about using the VirtualBox API, Tutorials, Samples.
Post Reply
cianfa72
Posts: 9
Joined: 29. Mar 2013, 23:35

EPT traversing structures

Post by cianfa72 »

Hi,

I'm trying to use the Debug command line (VirtualBox version 4.2.10)

Does it exist a way to view the EPT page table used by the processor (core i5 in my system) when resolving a guest's virtual address into a host physical one ?

trying to do it:

VBoxDbg> dphh %0
cr3=a93ea000 idx=0i66 Extended Page Tables
EPT dumping is not yet implemented, sorry.
not present
dphh: error: DBGFR3PagingDumpEx: VERR_NOT_IMPLEMENTED
VBoxDbg>

thanks.
cianfa72
Posts: 9
Joined: 29. Mar 2013, 23:35

Re: EPT traversing structures

Post by cianfa72 »

Any idea ?
Martin
Volunteer
Posts: 2560
Joined: 30. May 2007, 18:05
Primary OS: Fedora other
VBox Version: PUEL
Guest OSses: XP, Win7, Win10, Linux, OS/2

Re: EPT traversing structures

Post by Martin »

I don't think many of us here on this forum know these depths of a PC or Vbox.
You should have better chances at the developer mailing list (see https://www.virtualbox.org/wiki/Mailing_lists )
michaln
Oracle Corporation
Posts: 2973
Joined: 19. Dec 2007, 15:45
Primary OS: MS Windows 7
VBox Version: PUEL
Guest OSses: Any and all
Contact:

Re: EPT traversing structures

Post by michaln »

The answer is right there - "EPT dumping is not yet implemented, sorry."
Post Reply