I have a vb request

Posts 17 of 7 · Page 1 of 1
I have a vb request
I wanted to know how to inject a .dll into a process with vb can someone help me out?
I am pretty sure the tutorials section above this one has 2 , maybe 2 Injector source codes.
yeh, and there's some source code in the CA section. I think Samueldo released his. Now if you want to understand how it works that's different.

I think the general technique is that you hook LoadLibrary when the .exe loads and doing this load the path or your own executable into the .exe. Could be wrong though, haven't studied the real technique that much...
@ Injector Topic In General

Reading through that thread made me lauph , Everyone's Injector code in this whole forum/site is all the same...

"Not Leeched"...Yes it is!!! Your whole source code is leeched.....

"My IP6 Code is way more advanced"....How? it's the same damn code as eveyone else's....

Sheesh, this injector code crap is getting annoying,,,

:Stops ranting:
Hmm. NextGen1, how do you do it? I mean, how would you load a DLL into a program?

From what you said, I can't really say anything at this point but, I know how a basic injector works.
The basic concept of a Injector remains the same , however I look at the declarations and GoTo References, there is a infinite pool of declaration names, and a infinite number of ways to handle errors, UI etc. and everyones code is the same, same declarations , Same "Goto" , etc. etc. etc.

So every time I see code that Dims this as this and Privates this as that and Publics this as that thing, And they are 100% IDENTICAL, You can't say it isn't leeched, of course it is...
Posts 17 of 7 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?