The remote-process tag has no wiki summary.
1
vote
0answers
17 views
how to load a dll into remote process in which kernel32.dll not yet loaded
i want to load my dll into address space of remote process in which kernel32.dll is not yet loaded . so to load my dll into remote process i need LoadLibrary function but wchich is present in ...
0
votes
0answers
51 views
Error executing process on remote server
I have a web page which will take input from the user and will execute a process on remote server with the inputs as arguments.
When i run the web application from Visual Studio (running VS as ...
0
votes
0answers
82 views
get address of remote process
i am trying to get the remote process address, i mean i wrote one dll in which there is function called "run", and i injected into notepad++, for getting the address of "run" function am using the ...
0
votes
1answer
104 views
unable to call the functions from dll injected in remote process
i am trying to call the function in side the dll which is injected in the Remote process, my exe code in which am trying to call the dll function is as below:
#include "stdafx.h"
#include ...
3
votes
0answers
307 views
Asynchronous WMI Event handling in .NET
I am trying to run some processes remotely using WMI and the wait for the process to finish. Currently the event watcher is semi-synchronous using WaitForNextEvent which also has a timeout in case the ...
1
vote
1answer
858 views
Autosys: KILLJOB event leaves orphan processes
I am running a variety of processes on a Windows server ( a mix of batch files, java, perl, csharp scripts/applications). These processes are launched using Autosys. The autosys agent on Windows ...
0
votes
2answers
582 views
Profile Java process on AIX with VisualVM
I have connected VisualVM via JMX to an AIX server to profile my Java process. But the "Profiler" tab is missing I just get Overview, Monitor and Threads.
Have I missed any configuration? When ...
0
votes
2answers
413 views
C# - WMI InvalidOperationException when trying to run a script on a remote machine
I'm trying to execute a script on a remote machine in the same domain, with the same user account logged on to both the machines. Note the script is also stored on yet another machine.
Code
string ...
2
votes
1answer
392 views
Best method for seeing if SQL Server 2000 processes are running?
We have an old SQL Server 2000 machine where a bunch of jobs run overnight. Occasionally, after server maintenance is performed and the machine is rebooted, some SQL components don't come up with the ...
2
votes
2answers
1k views
Create process in a Remote Desktop session?
How do I invoke a process in a specific remote desktop session so that it will start in that particular context using C#
5
votes
8answers
4k views
Starting remote processes in a Windows network
I have several slave machines and a master machine which together run a distributed application. Processes on each slave machine have to have a GUI and network access (I think it would be called an ...
1
vote
3answers
1k views
Wait for a remote process to finish in .net
We all know and love Process.WaitForExit().
Given a pid of a process on a remote machine (created by WMI/psexec), how do I wait for it to end?
0
votes
1answer
735 views
Set the working folder for a remote process using WMI
I'm using this article to start a process on a remote machine using WMI. How can I control the working directory that process will start in?
(No need to redirect me to psexec, I'm getting an error ...
0
votes
1answer
456 views
Protocol for remote process management
In short: Is there any known protocol for remote process management?
I have a system that contains several applications, each has it's own computer in a local network. When the applications are up ...
0
votes
3answers
404 views
Simple protocol for remote process startup/shutdown
I'm looking for a simple protocol to control remote processes from one managing application. The remote processes will run on Windows and Linux (x86).
Is there a simple protocol for managing remote ...