Damnation v1.0
Created by Drakken 2/13/2004
http://www.GameThreat.com

============================================================

Damnation is a generic dll injecting program. It can be used
to load a dll into just about any windows program you desire.

============================================================

Damnation uses a cfg file (Damn.cfg) to specify what program
and which dll(s) to inject. Edit the cfg file with notepad.
The cfg options are as follows.

$WindowName=
Here you can put the window name of the target program.

$ClassName=
Here you can put the class name of the target program. The
classname is not required nor is the window name. You can
put one or the other, or both. But you must specify at least
one of them.

$DLL=
Here is where you specify the name of the dll that you want
injected. If you want to inject more dlls just add a line
to the cfg file with $DLL=dllname.dll for each dll.

Damnation.exe, Damn.cfg, and your dll(s) must all be located
in the same folder. They do not need to be in the same folder
as the target program.

Damnation can load up to 48 dlls at one time. In the unlikely
event that you need to load more just run another instance
of Damnation with another cfg file. Or you can bug me to
fix this issue.

Do not use excessively long dll names or problems may occur.
Keep the dll names including extentions under 30 characters
and you'll be fine.

Once your dlls are injected there is no need to leave
Damnation running.

============================================================

Thanks goes out to:

Indulgence for help with masm coding.
Dt for testing and misc. info.
Ickypoopy for testing.
Overflow636 for testing.
Dragon484 for testing.
Anyone else who tested but didn't provide enough feedback for me to remember you.