开发者

Is there an application that can monitor the network and API usage of an .exe?

开发者 https://www.devze.com 2022-12-29 18:04 出处:网络
Is there an application that can monitor the network and API usage of an .exe ? I am looking for an app that can monitor:

Is there an application that can monitor the network and API usage of an .exe ?

I am looking for an app that can monitor: - Network traffic and or just HTTP traffic - Windows API calls

For a delphi exe which I do not have the source for.

Any开发者_开发知识库 suggestions.

Thankyou.


For monitoring network traffic, Wireshark is the tool. It allows you to analyze traffic down to the Ethernet level, or up to the HTTP level, as you desire.

For monitoring API calls, there exists API Monitor, but it's not free and I have no experience with it. However, since all API functions come from some DLL, you can also use a tool that monitors calls into DLLs; this question has more on that subject.


Try Fiddler, it can monitor HTTP traffic of all running applications, you can view or change the response of any HTTP request.

to monitor windows api calls check out Very Sleepy.

0

精彩评论

暂无评论...
验证码 换一张
取 消