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
{{ message }}
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.
The sample scripts "script_example_min.py" doesn't work for my setting. My settings:
PyREBox installed on Ubuntu 16.04.
Guest system Windows 10 x64 1607.
My observations:
I can't see callback logs after PyREBox is started.
I checked the code of vmi.cpp and found that "os_index" parameter in method vmi_init() is set to VistaSP2x64 rather than Win10x64, when vol_profile equals to "Win10x64". My question is: is it because Windows 10 is not supported on current PyREBox, or Windows 10 works the same way as VistaSP2?
When I modified source code by changing "os_index" in vmi_init() from VistaSP2x64 to Win10x64. I can see one log message for the creation of first process, and then no logs for the remaining processes.
Please suggest on how to make PyREBox callbacks work in Windows 10 setting.
Thank you.
The text was updated successfully, but these errors were encountered:
The sample scripts "script_example_min.py" doesn't work for my setting.
My settings:
My observations:
My question is: is it because Windows 10 is not supported on current PyREBox, or Windows 10 works the same way as VistaSP2?
Please suggest on how to make PyREBox callbacks work in Windows 10 setting.
Thank you.
The text was updated successfully, but these errors were encountered: