pyrebox
pyrebox copied to clipboard
"script_example_min.py" doesn't work for Windows 10 guest system
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.
Hi HappyAlvin,
Windows 10 is still not supported, but it is a planned feature that will be added to the project in the future.
I (have left) this issue open to keep track of this necessity.