You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vmitools
Hi,
I want to catch VMI_MEMACCESS_X events to all pages of a process. I planned on doing so by iterating the pages returned from vmi_get_va_pages and add memory access traps to them. However I noted that I am missing a big range of pages, especially the userspace ones (0x0 -> 0x7FFFFFFF) pages from vmi_get_va_pages. Any idea on how to get user space pages, and why aren't they shown in vmi_get_va_pages ?