alt2pm requests fail

28 views
Skip to first unread message

Jordan

unread,
May 21, 2020, 10:48:17 PM5/21/20
to vmitools
I'm using drakvuf. I can list processes fine with libvmi but I can't seem to get drakvuf working because of this.

The output i get is this:


sudo drakvuf -d 2 -r /home/jade/win10.json


1590094514.702309 DRAKVUF v0.7-git20200519164913+aa3625d-1 Copyright (C) 2014-2020 Tamas K Lengyel
VMI_ERROR: xc_altp2m_switch_to_view returned rc: -1
VMI_ERROR: xc_altp2m_set_domain_state returned rc: -1
Failed to initialize DRAKVUF: drakvuf_init() failed
 

This appears to be related to libvmi, however my libvmi is working, I can list processes etc.

This is where the error is thrown in altp2m.c


 rc = xen->libxcw.xc_altp2m_switch_to_view (xch, domain_id, altp2m_idx );
    if ( rc ) {
        errprint ("xc_altp2m_switch_to_view returned rc: %i\n", rc);
        return VMI_FAILURE;
    }
 


Is this an error on my end? Does anyone here know?

Reply all
Reply to author
Forward
0 new messages