This is just a small injectable library I slapped up to proxize a TCP winsock connection under Microsoft Windows 9x and NT. It was made at a friend's request specifically for the game Diablo II, but it should work for absolutely any Windows application. Maybe some of you might find it useful...
The source code is available in a ZIP format compressed directory at:
http://darkblizz.org/brew/proxier_src.zip.
The source code for the injector is in a ZIP file at:
http://darkblizz.org/brew/injector_src.zip.
A ZIP file containing the
- precompiled binary executable library
- configuration file, and
- the precompiled injector application
is available at:
http://darkblizz.org/brew/proxier.zip.
The precompiled binary alone is available at:
http://darkblizz.org/brew/proxier.dll.
The injector binary alone is available at:
http://darkblizz.org/brew/injector.exe.
Please take note that proxier.ini
must be in the same current working directory as proxier.dll to work.
These programs are released under
no warranty, especially the proxier itself. It hasn't been tested
at all, however, if somebody does and finds a bug I'll be happy to fix it.
Also, run
injector -? or
injector -h for help on how to use the injector.