The following has been reposted by Bradley Schatz to the ctypes mailing
list, it may indeed contain what you want, and it *is* very
interesting. The original post was to the bugtraq mailing list (or so):
from (e-mail address removed)
Today marks another solar cycle I've spent on this planet. To celebrate I'd
like to share one of my toys with all of you.
Adder is a tool I wrote for myself, so that I could experiment with runtime
modification of binary applications. I've found it really useful for
prototyping run-time patches, understanding the effects and possibilities of
call-hooking and other run-time program tweaks; that sort of thing. I hope
you might find it useful too...
Binary:
http://www.rootkit.com/vault/x3nophi1e/adder-0.3.3-win32.zip
( NT 4 / 2000 / XP / 2003 )
Source:
http://www.rootkit.com/vault/x3nophi1e/adder-0.3.3-src.zip
Documentation:
http://www.rootkit.com/vault/x3nophi1e/adder-manual.zip
( please read the installation instructions in here. )