Exetools

Exetools (https://forum.exetools.com/index.php)
-   General Discussion (https://forum.exetools.com/forumdisplay.php?f=2)
-   -   Very Easy way to Inject a Dll (https://forum.exetools.com/showthread.php?t=5694)

Rhodium 10-13-2004 05:23

edit
 
edit.

Sorry, that program still has bugs.

Ignore this post.

upb 10-15-2004 04:28

well here is another way :)
VirtualAllocEx() some space in remote process, WriteProcessMemory() the module name you want to inject to that address.

CreateRemoteThread(), set lpStartAddress to the address of LoadLibrary and lpParameter to the address of written module name.

but maybe you wanted to use the same technique.

lifewire 10-16-2004 01:59

that is really a funny (and nasty!) hack :)

homersux 10-16-2004 02:33

well, duh, perhaps you could have left out the description of the method even though the program has bugs. :mad:

Now i am all intrigued wanting to know how nasty the hack is. :rolleyes:

eugene_i 10-20-2004 18:45

You can read about this technique in Jeffrey Richter's book "Programming Applications for Microsoft Windows" (part IV, chapter 22). The hack doesn't seem to be nasty.

homersux 10-23-2004 05:13

Jeff's method is really not that good.

djnz 10-23-2004 21:39

Quote:

Originally Posted by homersux
Jeff's method is really not that good.

He proposes 7 different techniques in his book, which one are you refering to?
And why is it "really not that good"?
If you know any better techniques, then do share :)

0x539 10-27-2004 02:44

dll injectition is always risky because you never know if you are really overwriting the right offsets. you could try out the detour library by microsoft, this is always useful for cracking purposes.

homersux 10-27-2004 22:41

Try search "dll injection" or "code injection" here or google or codeguru/project. There are tons of articles on this subject, and quite a few show excellent ways to perform code injection.

djnz 10-28-2004 16:52

Quote:

Originally Posted by 0x539
dll injectition is always risky because you never know if you are really overwriting the right offsets. you could try out the detour library by microsoft, this is always useful for cracking purposes.

Thanks. Detours uses techniques for dll injection which are covered in jeff's book.
So there's nothing new to be found there, which is what i was asking for.

Quote:

Originally Posted by homersux
Try search "dll injection" or "code injection" here or google or codeguru/project. There are tons of articles on this subject, and quite a few show excellent ways to perform code injection.

You've more or less ignored all my questions. I merely wanted you to elaborate on your opinion...


All times are GMT +8. The time now is 16:26.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX