I mean don’t use ipc methods such as pipe ,shared memory.Process A access Process B directly.
I mean don’t use ipc methods such as pipe ,shared memory.Process A access Process
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If any process will be able to communicate with anyone other then there would be no data protection at all. Communications can be seen as reading from other process memory, if you don’t provide mechanisms for doing this the only way they can communicate is by reading each other’s memory and writing there too. If this happens someone may create a program which will read all sensitive information from other programs.
Long story short, this is impossible for security reasons.