-
Strace for Windows下载
资源介绍
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 IAT 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.
- 上一篇: Linux常用命令大全汇总.pdf
- 下一篇: gdb-6.7&strace-4.5.15