Monthly Archives: February 2006

Find Modules That Have Been Rebased

Rebasing of DLLs is an issue that can add to the overall load time of an application.  If a DLL can’t be loaded at it’s preferred base address (image base address) then the OS loader has to go in and … Continue reading

Posted in PowerShell | 1 Comment

Analyzing Visual C# Project Files

PowerShell provides some nice shortcuts for dealing with XML files.  As it turns out, Visual C# 2005 project files are MSBuild based which means that ultimately they are just XML files.  Here’s a way to find all C# source code containing classes that … Continue reading

Posted in PowerShell | Leave a comment