Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

"script_example_min.py" doesn't work for Windows 10 guest system #57

Open
HappyAlvin opened this issue Jul 16, 2018 · 1 comment
Open
Assignees

Comments

@HappyAlvin
Copy link

The sample scripts "script_example_min.py" doesn't work for my setting.
My settings:

  1. PyREBox installed on Ubuntu 16.04.
  2. Guest system Windows 10 x64 1607.

My observations:

  1. I can't see callback logs after PyREBox is started.
  2. 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?
  3. 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.

@xabiugarte xabiugarte self-assigned this Nov 19, 2018
@xabiugarte
Copy link
Contributor

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants