使用 Moles 在另一个进程中挂钩方法

发布于 2024-11-27 07:52:52 字数 169 浏览 3 评论 0原文

我有一个用 Visual Studio 编译的 C# 应用程序。我想拦截并记录对该应用程序中某些特定方法的调用和序列化方法参数。是否可以拦截另一个进程中的方法调用(也许通过使用应用程序域?)。

换句话说,我想在 .NET 中实现与 madCodeHook 和 Detours 在 win32 中实现的类似目标。

I have a C# application compiled with visual studio. I want to intercept and log calls and serialized method parameters to some specific methods in that app. Is it possible to intercept method calls in another process (maybe by using App domains?).

In other words, I want to achieve similar goal in .NET as madCodeHook and Detours does for win32.

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

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

发布评论

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

评论(1

秋意浓 2024-12-04 07:52:52

对于多处理器编程,使用 MPI(消息传递接口)会更容易。

尝试查看此页面

For multiprocessor programming it's easier using MPI (Message Passing Interface).

Try to look into this page.

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