| View previous topic :: View next topic |
| Author |
Message |
Flyte Peanuts!!!!
Reputation: 6
Joined: 19 Apr 2006 Posts: 1887 Location: Canada
|
Posted: Thu Nov 01, 2007 5:21 pm Post subject: Eidolon Injector [Language: C and Delphi] |
|
|
Eidolon Injector
Here is code for a simple dll injector that can also be compiled in Unicode. It supports use from the command line for batch injections and you can inject into system processes.
In the source files the commenting should be sufficient for people who have no clue how to inject dll's to learn how it works. So it can be considered a mini tutorial for people who like to look at code.
Rate the program and my coding habits. Compile it yourself.
Enjoy.
Edit: appalsap has converted this code into Delphi for those who do not know C or just want to use Delphi. The source for that can be found here.
(Refresh if you cannot see the attachment)
Last edited by Flyte on Sun Nov 04, 2007 4:21 pm; edited 2 times in total |
|
| Back to top |
|
 |
appalsap Moderator
Reputation: 0
Joined: 27 Apr 2006 Posts: 6753 Location: Pakistan
|
Posted: Thu Nov 01, 2007 8:05 pm Post subject: |
|
|
Awesome!
More people should be unicode-aware.
_________________
|
|
| Back to top |
|
 |
DoomsDay Grandmaster Cheater
Reputation: 0
Joined: 06 Jan 2007 Posts: 768 Location: %HomePath%
|
Posted: Fri Nov 02, 2007 12:04 am Post subject: |
|
|
| Looks great!
|
|
| Back to top |
|
 |
giveme Grandmaster Cheater
Reputation: 0
Joined: 16 Jan 2007 Posts: 933 Location: GMS - Khaini
|
Posted: Sat Nov 03, 2007 2:32 pm Post subject: |
|
|
| i tryed to compile but i cant
|
|
| Back to top |
|
 |
appalsap Moderator
Reputation: 0
Joined: 27 Apr 2006 Posts: 6753 Location: Pakistan
|
Posted: Sat Nov 03, 2007 2:33 pm Post subject: |
|
|
| giveme wrote: | | i tryed to compile but i cant |
It's a sign from god you should commit suicide.
_________________
|
|
| Back to top |
|
 |
MegaForum Grandmaster Cheater
Reputation: 0
Joined: 20 Aug 2007 Posts: 558
|
Posted: Sat Nov 03, 2007 7:46 pm Post subject: |
|
|
thats not good advice
kill everyone you know , then suicide
(just jk)
|
|
| Back to top |
|
 |
HomerSexual Grandmaster Cheater Supreme
Reputation: 5
Joined: 03 Feb 2007 Posts: 1657
|
Posted: Sat Nov 03, 2007 8:01 pm Post subject: |
|
|
I bet the Asian guy at V. Tech couldn't compile this and took Mega's advice. Is it too soon to joke about that? I think not.
Looks good Flyte. Excellent job
_________________
|
|
| Back to top |
|
 |
giveme Grandmaster Cheater
Reputation: 0
Joined: 16 Jan 2007 Posts: 933 Location: GMS - Khaini
|
Posted: Sat Nov 03, 2007 9:01 pm Post subject: |
|
|
| no for realz how do u compile it?i use blood shed dev and it didnt compile and i used borland c++ and it didnt compile
|
|
| Back to top |
|
 |
appalsap Moderator
Reputation: 0
Joined: 27 Apr 2006 Posts: 6753 Location: Pakistan
|
Posted: Sun Nov 04, 2007 2:40 am Post subject: |
|
|
Dev-C++ sucks, it won't compile anything.
One of the reasons it may not work with borland is Flyte uses the security enhanced CRT functions only available to MSVC (download the express edition and rip the c runtime library)
_________________
|
|
| Back to top |
|
 |
giveme Grandmaster Cheater
Reputation: 0
Joined: 16 Jan 2007 Posts: 933 Location: GMS - Khaini
|
Posted: Sun Nov 04, 2007 8:39 am Post subject: |
|
|
| i have microsoft visual C++ 6.0
|
|
| Back to top |
|
 |
appalsap Moderator
Reputation: 0
Joined: 27 Apr 2006 Posts: 6753 Location: Pakistan
|
Posted: Sun Nov 04, 2007 8:45 am Post subject: |
|
|
You need 8.0 or higher. 6.0 is outdated anyway, it's from 1999 and Microsoft has dropped support (doesn't even work with the platform SDK)
_________________
|
|
| Back to top |
|
 |
giveme Grandmaster Cheater
Reputation: 0
Joined: 16 Jan 2007 Posts: 933 Location: GMS - Khaini
|
Posted: Sun Nov 04, 2007 9:12 am Post subject: |
|
|
| i cant find 8.0 so can u give me the compiled version?
|
|
| Back to top |
|
 |
appalsap Moderator
Reputation: 0
Joined: 27 Apr 2006 Posts: 6753 Location: Pakistan
|
Posted: Sun Nov 04, 2007 9:27 am Post subject: |
|
|
attached
_________________
|
|
| Back to top |
|
 |
TheSorc3r3r I post too much
Reputation: 0
Joined: 06 Sep 2006 Posts: 2404
|
Posted: Sun Nov 04, 2007 11:23 am Post subject: |
|
|
| blankrider wrote: | | I bet the Asian guy at V. Tech couldn't compile this and took Mega's advice. Is it too soon to joke about that? I think not. |
are you serious
_________________
Don't laugh, I'm still learning photoshop! |
|
| Back to top |
|
 |
Flyte Peanuts!!!!
Reputation: 6
Joined: 19 Apr 2006 Posts: 1887 Location: Canada
|
Posted: Sun Nov 04, 2007 1:16 pm Post subject: |
|
|
| giveme wrote: | | i cant find 8.0 so can u give me the compiled version? |
I just thought I should point out that VC 8.0 is also known as VC 2005. That might be why you couldn't find it.
|
|
| Back to top |
|
 |
|