I want to develop an application which gives alert messages for my clients.

Their's an application called ODIN DIET which brings Intraday data.

I have used Fiddler see the requests sent by ODIN DIET , but the ODIN DIET sends the http

request only for login purpose not for anything I think ODIN Diet is getting data from an

another source like ftp or download data from somewhere.

Coming to the point i want to know every request sent by ODIN DIET like HTTP,FTP and all

other sources.

NOTE : - ODIN DIET brings data from somewhere every second.And i have used fiddler and it doesn't helped me because its not sending http request.

There would be a great appreciation if someone could help me.

Thanks In Advance.

有帮助吗?

解决方案

I'd recommend looking at some of the SysInternals tools (Technet Link) which were acquired by Microsoft. Specifically the process monitor will probably do what you are after. You can watch all file and registry access by an app using this.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top