Skip to content

Wrapper to execute processes remotely #4

@fiddyschmitt

Description

@fiddyschmitt

Hi Sylvain,

I'd like to develop a project which can run an executable on a remote computer. While that sounds similar to psexec, I'd like it to just use the CPU & RAM of the remote computer. For everything else (registry, files, network, even access to devices through a driver), I'd like the request to be intercepted and sent back to the origin computer. The origin computer would process the request, then send the response back to be injected into the remote exe. I understand this would mean that I/O is slow, but the processes I have in mind are CPU & RAM intensive - so I'm happy to make that tradeoff.

This way I could farm out processes to other machines seamlessly, using their processing power but using local state.

Do you think Windows provides enough abstracted interfaces (through Detours and other mechanisms) to achieve a wrapper like that?

Thanks!
Fidel

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions