Log in

View Full Version : Live DLL Injector.


nikolatesla20
March 26th, 2003, 10:27
This is a quick and dirty tool based off of this thread:

http://www.woodmann.net/forum/showthread.php?s=&threadid=4577

I know injectors already exist, but hey you get my source code too, so there.

This is only the DLL injector part - you will still have to write the DLL yourself.

Of course I am going to expand this in the future (to correct PE header for me, to set up DLL for dumping, etc).


-nt20

the_analyst
March 26th, 2003, 11:41
That's very kind of view to provide such a tool

Especially the way you made it. i used to be lazy about injecting dll into process spaces. i will certainly use your tool now :-)

Coding the dll isn't a problem at all.

Thanks for this handy tool. i will test it as soon as i have the time to!

Regards,

Analyst

sv
March 27th, 2003, 10:14
Hi Analyst ,nikolatesla20

Very nice & simple way !! at least for NTlike.
I'm going to change my injector
Thanks

SV