如何在C中打印linux上a和b之间的IPC消息?

发布于 2024-12-05 08:59:27 字数 58 浏览 1 评论 0原文

假设我是 root,那么特权不是问题。

如何在任意两个本地进程之间打印 IPC 消息?

Suppose I'm root,so privilege is not an issue.

How can I print IPC message between arbitrary two local processes ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

野却迷人 2024-12-12 08:59:27

最通用的方法是使用套接字。如果您的消息是整数类型,那么信号也可以工作。

取决于消息的外观。

The most versatile way is to use sockets. If your message is an integral type then signals will work too.

Depends on what the message looks like.

榕城若虚 2024-12-12 08:59:27

如前所述,如果您发布有关您想要执行的操作的更多详细信息,将会很有帮助。我确实找到了这些可能有助于您入门的链接: http://www .cs.cf.ac.uk/Dave/C/node25.html http://www.codeproject.com/KB/threads/sharedmemipc.aspx

As previously stated, it would be helpful if you posted more detail as to what you want to do. I did find these links that might help get you started: http://www.cs.cf.ac.uk/Dave/C/node25.html http://www.codeproject.com/KB/threads/sharedmemipc.aspx

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文