Control Windows VM from Linux Host

Posted by vy32 on Stack Overflow See other posts from Stack Overflow or by vy32
Published on 2010-03-14T03:06:11Z Indexed on 2010/03/14 3:15 UTC
Read the original article Hit count: 333

Filed under:
|

I am looking for a tool that will allow me to monitor and control programs running inside a Windows VM from the Linux host machine. I realize that this is similar to what a rootkit would do, and I am completely happy to use some hacker software if it provides the necessary functionality (and if I can get it in source-code form).

If I can't find something, I'll have to write it using C. Probably an embedded HTTP server running on an odd port and doing some kind of XMLRPC thing.

Here is the basic functionality I need:

  • Get list of running processes
  • Kill a process.
  • Start a process
  • Read/write/create/delete files

I would like to: - Read contents of screen - Read all controls on screen. - Send arbitrary click to a Windows control.

Does anything like this exist?

© Stack Overflow or respective owner

Related posts about windows-scripting

Related posts about vm