You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This week, I have begun to finalize my LibVMI based application. See commits 9b9534, fc397e0, and 9a8c067.
Issues
I do see one problem though:
With the LibVMI application, when the character device test program interfaces with the memory buffer in Kernel space, the LibVMI application does indeed detect it, but it freezes the VM trying to do something. Judging from this link it has something to do with how I am not using vmi_step_event properly and how I am not clearing the event handler after each iteration.
Regardless, I am further debugging and research this for now.
Moving forward
I plan to fix all the libvmi problems and integrate the components together and then I plan on implementing some sort of paging algorithm as a prototype while I further flesh out something more "production" grade
The text was updated successfully, but these errors were encountered:
@twood02
This week, I have begun to finalize my LibVMI based application. See commits 9b9534, fc397e0, and 9a8c067.
Issues
I do see one problem though:
With the LibVMI application, when the character device test program interfaces with the memory buffer in Kernel space, the LibVMI application does indeed detect it, but it freezes the VM trying to do something. Judging from this link it has something to do with how I am not using
vmi_step_event
properly and how I am not clearing the event handler after each iteration.Regardless, I am further debugging and research this for now.
Moving forward
I plan to fix all the libvmi problems and integrate the components together and then I plan on implementing some sort of paging algorithm as a prototype while I further flesh out something more "production" grade
The text was updated successfully, but these errors were encountered: