Skip to content

dotMemory vs Microsoft Research Detours

A side-by-side look at dotMemory and Microsoft Research Detours. For an in-depth review of either product, follow the links below.

dotMemory

dotMemory

Development

dotMemory is a .NET memory profiler developed by JetBrains. It helps .NET developers analyze memory usage in their .NET applications to find memory leaks and optimize memory usage. dotMemory provides detailed heap analysis, allocation tracking, memory traffic views and can integrate with Visual Studio.

memoryprofilernetcfvbnet
Microsoft Research Detours

Microsoft Research Detours

Development

Microsoft Research Detours is a software package that enables you to intercept and modify functions in Windows applications by intercepting Win32 functions. It works by allowing developers to add instrumentation code to any binary without modifying the source code.

interceptioninstrumentationwin32-api-hooking