Dan, make sure that you are using elevated privileges to run that script. (E.g. via sudo) -- it's a necessity for most LibVMI operations.
Steve
Hi, I am attempting to use the PyVMI example file "process-list.py" on one of my VM's under Xen. I am able to retrieve the process list via the LibVMI example, so I can confirm LibVMI is installed correctly. PyVMI also installed without any warnings or errors.I receive the following output when I run the command python process-list.py vm01Traceback (most recent call last):File "./process-list.py", line 70, in <module>main(sys.argv)File "./process-list.py", line 67, in mainprocess_list(vmi)File "./process-list.py", line 47, in process_listlist_head = val_uint64(vmi.read_addr_ksym("PsInitialSystemProcess"))ValueError: Unable to read memory at specified addressAm I missing a step here? Thanks--
You received this message because you are subscribed to the Google Groups "vmitools" group.
To view this discussion on the web visit https://groups.google.com/d/msg/vmitools/-/T6T7Rop8_hIJ.
To post to this group, send email to vmit...@googlegroups.com.
To unsubscribe from this group, send email to vmitools+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/vmitools?hl=en.
--
You received this message because you are subscribed to the Google Groups "vmitools" group.
To view this discussion on the web visit https://groups.google.com/d/msg/vmitools/-/y4PsCnubr24J.
Hi, I am attempting to use the PyVMI example file "process-list.py" on one of my VM's under Xen. I am able to retrieve the process list via the LibVMI example, so I can confirm LibVMI is installed correctly. PyVMI also installed without any warnings or errors.I receive the following output when I run the command python process-list.py vm01
Traceback (most recent call last):
File "./process-list.py", line 70, in <module>main(sys.argv)File "./process-list.py", line 67, in mainprocess_list(vmi)File "./process-list.py", line 47, in process_list
list_head = val_uint64(vmi.read_addr_ksym("PsInitialSystemProcess"))ValueError: Unable to read memory at specified address