STraceNT - A System Call Tracer for Windows

M

Mel

STraceNT is a System Call Tracer for Windows. It provides similar
functionality as of strace on Linux. It can trace all the calls made by
a process to the imported functions from a DLL. StraceNT can be very
useful in debugging and analyzing the internal working of a program.

StraceNT uses Import Address Table patching technique to trace function
calls, which is quite reliable and very efficient way for tracing. It
also supports filtering based on DLL name and function name and gives
you a lot of control on which calls to trace and helps you to easily
isolate a problem.

StraceNT is supplied free of cost for both commercial and non-commercial
use. Please take a look at file binarylicense.txt accompained with the
distribution to see the full licensing conditions.

http://www.intellectualheaven.com/default.asp?BH=projects&H=strace.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top