Tools
GSET - graphical SET command utility
Win32 app for editing Environment Variables of a console (command-line). I recently dug this tool from my dusty archive of tools. It works fine for most part on Windows XP and Windows Server 2003.
ID3Zapper
.NET 2.0 application that let you change Artist, Album, and Genre ID3 fields of your MP3 file. You can update multiple MP3 files at once by dragging a folder or multiple MP3 files into this applicatoin
QuickSnip
This is very small Win32 native application that run on Windows System Tray and provides quick access to your local code snippet library.
Event Source Utility
.NET 2.0 WinForm application to create, delete, and test a custom EventSource. Requires .NET 2.0 runtime.
Projects
x86 Disassembler (Parser Only)
I wrote this back in 1999. It is written in C++ and comes with a parser library and simple command-line interface. It takes a native Windows executable file such as .exe and .dll (32-bit Windows PE only), parses into variable-length instruction in hex. All source codes are provided so you can easily add a layer to translate these instructions into human-readable assembly language instructions (I didn't implement this part).

Copyright © 2008 SpiralSpace All rights reserved.