Welcome, Guest. Please login or register.

Author Topic: SnoopDos for WinXP?  (Read 3946 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Trev

  • Hero Member
  • *****
  • Join Date: May 2003
  • Posts: 1550
  • Country: 00
    • Show all replies
Re: SnoopDos for WinXP?
« on: March 18, 2005, 08:46:12 PM »
Filemon, Regmon, Process Explorer, et al are fantastic tools, but none of them monitor API access in a way similar to SnoopDos. Microsoft used to ship APIMon with the Platform SDK, but it was a bit flakey. It wouldn't be terribly difficult to write a SnoopDos-like application for Windows, but who has the time? :-) Most Win32 IDEs have some sort of integrated debugger that will show you this kind of stuff. Microsoft's debugging tools (free!) are also good for this kind of thing, but they're not the most user-friendly tools out there.

Trev