[XenAccess-devel] process-list works with Vista VM (with a couple tweaks)
Status: Beta
Brought to you by:
bdpayne
From: Matthew D. <ma...@at...> - 2008-01-23 20:11:51
|
I got the process-list example to work with a Vista (Ultimate) VM. The offsets had to be changed, of course: #define ActiveProcessLinks_OFFSET 0xa0 #define UniqueProcessId_OFFSET 0x9c #define ImageFileName_OFFSET 0x14c Also, the page_offset value that I had to change to get the samples working for XP (I changed from 0x80000000 to 0x7FC00000) had to be changed back to 0x80000000. I say the program worked, but the last entry in the list is wrong: The module-list sample doesn't work but I'm guessing it's because of a hard-coded address that is different for Vista. |