potpourri Posted November 3, 2004 Report Share Posted November 3, 2004 Hey,Does anyone know how to do system call tracing in Windows? I know that we can use "ptrace" system call in Linux to intercept system calls..I've done some research...it seems that in Windows we can implement it using MSDN library, using class Process.. but am still very much confused on how to use it..If anyone can be kind enough to enlight me in this area? ^__^thanks! Quote Link to comment Share on other sites More sharing options...
Redhat Posted November 3, 2004 Report Share Posted November 3, 2004 Which version of Windows do you want to do this on? Quote Link to comment Share on other sites More sharing options...
Cpt James T. Kirk Posted November 3, 2004 Report Share Posted November 3, 2004 if you mean run a trace as to where the connection travels thru to get from point a to point b then use tracert (name of site) put a space between tracert and the site name. Quote Link to comment Share on other sites More sharing options...
homecomputeraid Posted November 6, 2004 Report Share Posted November 6, 2004 Sounds like you want to trace application threads or something like that? Try Sysinternals Utilities Page. They have loads of free, useful tools, and may have what you're looking for.Sincerely, Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.