Injection and making an exe to inject

11/15/2007 10:40 Hiyoal#1
Hey all,

Im just wanting to expand my knowledge on dll injection.
I want to make a simple tool which will inject a dll into a program but i dont know how.

1. What do i have to use to make a dll injection exe. Can u use VB?
2. Can you make the dll inject into the injection program? Basically, can you use the Dll in the injection program?? And how would i do this?

All help is appreciated :)

Hiyoal :P
11/15/2007 11:17 high6#2
Quote:
Originally Posted by hiyoal View Post
Hey all,

Im just wanting to expand my knowledge on dll injection.
I want to make a simple tool which will inject a dll into a program but i dont know how.

1. What do i have to use to make a dll injection exe. Can u use VB?
2. Can you make the dll inject into the injection program? Basically, can you use the Dll in the injection program?? And how would i do this?

All help is appreciated :)

Hiyoal :P
yes and yes.

There are a few methods. 1 main one is writing the filepath to the dll in the target process and calling LoadLibraryA remotely.

[Only registered and activated users can see links. Click Here To Register...]
11/15/2007 21:44 Hiyoal#3
TY SO MUCH HIGH6. +K for great work :D

Hiyoal
11/17/2007 19:40 Question#4
Quote:
Originally Posted by high6 View Post
yes and yes.

There are a few methods. 1 main one is writing the filepath to the dll in the target process and calling LoadLibraryA remotely.

[Only registered and activated users can see links. Click Here To Register...]
high6 i thought you where gona make a guide on how to make our own dll's?