Libcsdbg!

**★** 4.0 Stars http://sourceforge.net/projects/win32diskimager/reviews
Browse reviews (81 **** 97,810 Downloads http://sourceforge.net/projects/win32diskimager/files/stats/timeline
Downloads This Week (This Week **** Last Update: 5 days ago https://twitter.com/share
**Download** Download the unamed sequel here http://sourceforge.net/projects/win32diskimager/files/latest/download
Download /Archive/Win32DiskImager-0.9.5-install.exe from SourceForge 12.3 MB Browse All Files http://sourceforge.net/projects/win32diskimager/files
Browse All Files Windows

Libcsdbg alternatives

  • Valgrind

  • Valgrind is an instrumentation framework for building dynamic analysis tools. There are Valgrind tools that can automatically detect many memory management and threading bugs, and profile your programs in detail. You can also use Valgrind to build new tools.

    tags: bug-tracking memory-optimization
  • API Monitor

  • API Monitor is a Windows program that lets you monitor and control API calls made by applications and services. Its a powerful tool for seeing how applications and services work or for tracking down problems that you have in your own applications.

    tags: Portable bug-tracking debugger process-monitoring reverse-engineering
  • strace

  • strace is a diagnostic, debugging and instructional userspace utility for Linux. It is used to monitor interactions between processes and the Linux kernel, which include system calls, signal deliveries, and changes of process state. The operation of strace is made possible by the kernel feature known as ptrace.

    tags: debugger os-kernel traces
  • ltrace

  • ltrace intercepts and records dynamic library calls which are called by an executed process and the signals received by that process. It can also intercept and print the system calls executed by the program. Used for debugging.

    tags: debugger os-kernel system-utilities