Valgrind Alternatives
Valgrind is described as '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' and is an app in the development category. There are more than 10 alternatives to Valgrind for a variety of platforms, including Linux, Windows, Mac, FreeBSD and BSD apps. The best Valgrind alternative is API Monitor, which is free. Other great apps like Valgrind are lurk, strace, Kcachegrind and ltrace.
- Free • Open Source
- 10 API Monitor alternatives
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.
License model
- Free • Proprietary
Application type
Country of Origin
United States
Platforms
- Windows
DiscontinuedLast version is from 2013. See: http://www.rohitab.com/apimonitor/changelog
API Monitor Features
Comments about API Monitor as an Alternative to Valgrind
Lurk allows the user to trace system calls of a process or of a command. In contrast to strace, lurk focuses on a simple, yet pretty, user experience while implementing the most important use cases of strace.
License model
- Free • Open Source
Platforms
- Linux
lurk Features
- 15 strace alternatives
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.
License model
- Free • Open Source
Country of Origin
Russia
Platforms
- Linux
- BSD
- FreeBSD
strace Features
Comments about strace as an Alternative to Valgrind
strace functions at system level and helps mainly on problems with system calls.
- 7 Kcachegrind alternatives
KCachegrind is a profile data visualization tool, used to determine the most time consuming parts in the execution of a program.
License model
- Free • Open Source
Country of Origin
Germany
EU
Platforms
- Linux
- Flathub
- KDE
Kcachegrind Features
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.
License model
- Free • Open Source
Platforms
- Linux
- BSD
- FreeBSD
ltrace Features
Deleaker is a standalone application and a useful extension for Visual Studio, RAD Studio (Delphi / C++ Builder), and Qt Creator, that helps you to analyze programming errors, many of which are unique to C++, Delphi and .Net. Deleaker is a great tool for C++, Delphi and .
License model
- Paid • Proprietary
Country of Origin
Ukraine
Platforms
- Windows
- CLion
- Qt Creator
- RAD Studio
- Microsoft Visual Studio
Deleaker Features
Dr. Memory is a memory monitoring tool capable of identifying memory-related programming errors such as accesses of uninitialized memory, accesses to unaddressable memory (including outside of allocated heap units and heap underflow and overflow), accesses to freed memory...
License model
- Free • Open Source
Platforms
- Mac
- Windows
- Linux
Dr. Memory Features
ApproveAPI? is a developer API for requesting a user's real-time approval on anything via Email, SMS, and in-app Mobile Push notifications with a consistent tap-to-approve user experience.
License model
- Paid • Proprietary
Country of Origin
United States
Platforms
- Online
Libcsdbg is a C++ exception stack tracer. When an exception is thrown, caught and handled, libcsdbg offers the tools to create and process the exception stack trace, the path the exception has propagated up the call stack, unwinding it, up to the section were it was handled.
License model
- Free • Open Source
Platforms
- Linux
Libcsdbg Features
License model
- Free • Open Source
Platforms
- Mac
- Windows
- Linux
- Android
- Java Mobile
- Android Tablet
DiscontinuedSourceforge says "Last Update: 2020-01-05"
JTracer Features
Valgrind is a memory debugger, API monitor is an api monitor. Different things entirely.