如何监听dll函数调用 [英] How to listen to dll function calls

查看:146
本文介绍了如何监听dll函数调用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有什么方法可以侦听当dll的函数被调用时?

is there any way to "listen" to when a function of a dll is called?

我想知道一个dll的函数被调用和参数等....

I would like to know what functions of a dll is called and the parameters etc....

是否有可能?

谢谢!

推荐答案

查看 WinApiOverride32 。这是一个真正强大的监视器,支持COM和.NET,并且易于自定义(你也可以监视DLL内部函数)。此外,您可以编写自定义DLL以覆盖目标调用的某些API。

Check out WinApiOverride32. This is a really powerful monitor, with support of COM and .NET and easily customizable (you can monitor DLL internal functions as well). Also, you can write a custom DLL to override some APIs called by the target.

这篇关于如何监听dll函数调用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆