-
Notifications
You must be signed in to change notification settings - Fork 152
Open
Description
When you are communicating 2 process in 2 different Windows sessions, there are permission problems with the created pipes, and if the needs_fragmentation is triggered there is a permission issue with let raw_handle = OpenProcess(PROCESS_DUP_HANDLE, false, server_pid)?;
In both cases, access denied is returned.
A way to test this is to run one of the programs inside a RDP session (local RDP session) and then the other program that has to connect to (or viceversa) in the standard logged-in user.
I have not tried the same process executing both in the same session but with different users, but that might have the same problem?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels