Browse by Tags

All Tags » Windows (RSS)

Image File Execution Options

Every now and than while debugging I need to either determine when a dll/module is loaded or need to attach a debugger to a process at startup that is started outside a debugger. I know there are settings that exist to do this but I always seem to forget...
Posted by puzzlehacker | with no comments
Filed under: ,

Run++

I've finally got around to publishing a new release of Run++ . There are a number of changes since the last time. The biggest items being: 1) UI has changed and is now customizable. 2) Updated to use the full version of .NET 2.0 instead of the beta...
Posted by puzzlehacker | 6 comment(s)
Filed under: , , , , ,

Open external links in new tab for IE 7 beta

PetKnep wrote: Well, guess they didn't port my changes to the MIX build branch in time. I was working on it pretty close to that deadline. The old setting was inetcpl->Advanced->Reuse windows for launching shortcuts. The default was broken when...
Posted by puzzlehacker | with no comments
Filed under:

Using WMI to monitor process creation, deletion and modification in .NET

WMI is a powerful tool and I have just recently discovered some of its power. Previously I though the only way to detect process creation was by creating a windows hook but now I know it is fairly simple to due with .NET using the Windows.Management namespace...
Posted by puzzlehacker | 29 comment(s)
Filed under: , ,
More Posts