curriculum vitae Modem Man's Tools Page hot recent project

    Here you'll get informations and links about my currently active tools, written in C or C++:

  • _CrtDbg for Windows CE - an easy to use code instrumentation Leak Detector
  • prips for Win32 - Debians prips (Print IPs), ported to Win32, whole source and VS2008 project
  • prips for Win32 - Debians prips (Print IPs), ported to Win32, as source patch for 0.9.9 debian source only
  • Syslog4EventLog - an easy to use BSD Syslog API, writing into Win32 EventLog database


my backup of HP printer driver

Create some bad code (or just using your own code of unknown quality).
Compile, Link and run it...

... then let CrtDbg for WinCE do its job.

Take a look into the Visual Studio IDE output window:

Click to the report line, it jumps immediately to the leak point in your source!

Click all the report messages to see all lacations of leaks.

I'll also find leaked Sockets, Files, streams, GDI objects, Events and so on.
Not only alloc/calloc/realloc API is tracked. You can also locate problems with new/delete and new[] / delete [].