Examine

Examine, a memory leak detector on Windows

View the Project on GitHub vtorri/examine

Welcome to Examine.

Examine is a memory leak detector for Windows and PE file viewer.

Installation

Windows - Visual Studio 2013

Examine comes with a Visual Studio 2013 solution. It has been created with Visual Studio 2013 community. Download the source code (GIT repository or TAR ball links at the top of that page). Open the file examine.sln which is in the visual_studio sub-directory with Visual Studio 2013. The solution has been configured for win32 and x64 flavor, in both Debug or Release mode.

Windows - MSYS with GCC

Installation of MSYS2
Installation of GCC and MinGW-64 with Win-Builds
Compilation of Examine
Download the source code (GIT repository or TAR ball links at the top of that page). You have to configure, then compile the program. The commands must be run in a MSYS2 terminal.

Linux

A Linux build is possible but only the tools 'depends' and 'view' are available. Download the source code (GIT repository or TAR ball links at the top of that page). You have to configure, then compile the program. The commands must be run in a terminal.
./configure --prefix=/path/of/installation
make && make install
Replace ./configure by ./autogen.sh the first time you configure using the GIT repository. You may need to be root if you install Examine in a PATH where you don't have the requested permissions.

Tools