Menu:

Latest news:

Nov 8, 2009:
ieHTTPheaders 2.23 released.

Oct 30, 2009:
Visual Studio addin for Code Complexity.

Sept 14, 2009:
ccm update - check revision history.

May 26, 2009:
httpeyes beta released.

October 4, 2008:
ieHTTPheaders 2.22 released.

August 20, 2008:
ieHTTPheaders 2.2 released.

August 4, 2008:
ccm tool update.

May 5, 2008:
ieHTTPHeaders 2.1 released.

Nov 11, 2007:
ieHTTPHeaders 2.0 released.

Welcome!

On my site, I've published a couple of spelunking tools that I've written over the years.

ieHTTPHeaders

ieHTTPHeaders is an HTTP sniffer for Microsoft Internet Explorer. It will show you the HTTP traffic between your browser and the Web server. Get it here...

httpeyes

Like ieHTTPHeaders, this is an HTTP sniffer, but this one works with any application and not just with Microsoft Internet Explorer. Get it here...

comTrace

comTrace is a COM sniffer that will infiltrate selected processes and trace the calls made on your COM-objects. Can be handy for spelunking and/or debugging. Get it here...

Developer Playground

Another spelunking utility. This one I wrote together with Kim Gräsman. It will infiltrate selected processes with the possibility to trace calls made to imported modules. Get it here...

runAsLimitedUser

A simple Windows shell add-in that simplifies the usage of RunAs, using an account that has a very limited set of priviledges. Get it here...

chainHook library

ChainHook is my own homebrewed API interception implementation. Used in above mentioned tools. Get it here...

ccm

ccm is a tool that analyzes c, c++ and c# code and reports back on its cyclomatic complexity. Get it here...