Files ≈ Packet Storm Packet Storm - Information Security News, Files, Tools, Exploits, Advisories and Whitepapers http://packetstormsecurity.org/ en-us Mon, 28 May 2012 07:36:19 GMT Packet Storm 144400 http://packetstormsecurity.org/ http://www.google-analytics.com/__utm.gif?utmwv=1.3&utmn=1414007810&utmcs=ISO-8859-1&utmsr=31337x31337&utmsc=32-bit&utmul=en-us&utmje=0&utmfl=-&utmcn=1&utmdt=Files%u2248%20Packet%20Storm&utmhn=packetstormsecurity.org&utmr=-&utmp=%2FUNIX%2Fmisc%2Fstrace-3.1.0.1.tar.gz%2F&utmac=UA-18885198-1&utmcc=__utma%3D32867617.1414007810.1338190579.1338190579.1338190579.1%3B%2B__utmz%3D32867617.1338190579.1.1.utmccn%3D(direct)%7Cutmcsr%3D(direct)%7Cutmcmd%3D(none) strace-3.1.0.1.tar.gz http://packetstormsecurity.org/files/13484/strace-3.1.0.1.tar.gz http://packetstormsecurity.org/files/13484/strace-3.1.0.1.tar.gz http://packetstormsecurity.org/files/13484/strace-3.1.0.1.tar.gz.html Tue, 17 Aug 1999 00:06:53 GMT System call tracer for SunOS 4.x, Linux, System V release 4, Solaris 2.x and Irix 5.x. strace is a useful diagnositic, instructional, and debugging tool. System adminstrators, diagnosticians and troubleshooters will find it invaluable for solving problems with programs for which the source is not readily available since they do not need to be recompiled in order to trace them. Students, hackers and the overly-curious will find that a great deal can be learned about a system and its system calls by tracing even ordinary programs. And programmers will find that since system calls and signals are events that happen at the user/kernel interface, a close examination of this boundary is very useful for bug isolation, sanity checking and attempting to capture race conditions.