How can I Remotely Hook a process?

c++ / delphi package - dll injection and api hooking
Post Reply
sm
Posts: 1
Joined: Wed Nov 24, 2004 6:33 pm

How can I Remotely Hook a process?

Post by sm »

Hi,

I am new at this but I was able to write a piece of code that would hook a process and if I try to open a *.txt file, for example, a message would be displayed and the application, Notepad, would wait until I respond to the message. Now I would like to do the same thing remotely. For example..

1, Enable the hook on a server.
2, Access a network share on that server from my desktop
3, Open a file on that share and have a message displayed on the server side while at the same time making Notepad on my desktop wait until I respond to the message on the server.

A good example of this is in an HSM tool. No software is installed on the desktops but the applications wait for the recall to be complete before giving back control to the user.

Any help would be greatly appreciated.

Thanks,

SM
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

madCodeHook is only meant to work on the local PC. I've no idea how to do this remotely.
Post Reply