Deviare In-Process vs Valgrind
A side-by-side look at Deviare In-Process and Valgrind. For an in-depth review of either product, follow the links below.
Deviare In-Process
Development
Deviare In-Process is a developer tool that allows hooking, intercepting API calls, spying variables and debugging other processes in Windows. It works by injecting DLLs into the target process.
hookinginterceptiondebugginginjectionprocesses
Valgrind
Development
Valgrind is an instrumentation framework for building dynamic analysis tools. It can detect memory management and threading bugs, and profile programs. Valgrind helps programmers improve code quality by detecting reading/writing of uninitialized memory, memory leaks, and more.
memorydebuggingprofiling
Related Comparisons
ltrace
Microsoft Research Detours
Kcachegrind
WinAPIOverride
JTracer
ApproveAPI