Files ≈ Packet Storm Packet Storm - Information Security News, Files, Tools, Exploits, Advisories and Whitepapers http://packetstormsecurity.org/ en-us Mon, 28 May 2012 12:15:09 GMT Packet Storm 144400 http://packetstormsecurity.org/ http://www.google-analytics.com/__utm.gif?utmwv=1.3&utmn=1635938257&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=%2Flinux%2Freverse-engineering%2Fvalgrind-2.0.0.tar.bz2%2F&utmac=UA-18885198-1&utmcc=__utma%3D32867617.1635938257.1338207309.1338207309.1338207309.1%3B%2B__utmz%3D32867617.1338207309.1.1.utmccn%3D(direct)%7Cutmcsr%3D(direct)%7Cutmcmd%3D(none) valgrind-2.0.0.tar.bz2 http://packetstormsecurity.org/files/32236/valgrind-2.0.0.tar.bz2 http://packetstormsecurity.org/files/32236/valgrind-2.0.0.tar.bz2 http://packetstormsecurity.org/files/32236/valgrind-2.0.0.tar.bz2.html Fri, 21 Nov 2003 19:04:02 GMT Valgrind is a GPL'd tool to help you find memory-management problems in your programs. When a program is run under Valgrind's supervision, all reads and writes of memory are checked, and calls to malloc/new/free/delete are intercepted. You can use it to debug most dynamically linked ELF x86 executable, without modification, recompilation, or anything. If you want, Valgrind can start GDB and attach it to your program at the point(s) where errors are detected, so that you can poke around and figure out what was going on at the time.