Tools
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.