| View previous topic :: View next topic |
| Author |
Message |
Aviram Grandmaster Cheater
Reputation: 0
Joined: 30 Jun 2006 Posts: 633
|
Posted: Fri Oct 26, 2007 9:17 am Post subject: [Request]C++ Injecting dlls? |
|
|
Can someone post a code how to inject a dll to a process in C++ Please?
Thank u very much,
Aviram
|
|
| Back to top |
|
 |
DeletedUser14087 I post too much
Reputation: 2
Joined: 21 Jun 2006 Posts: 3069
|
Posted: Fri Oct 26, 2007 9:19 am Post subject: |
|
|
| is it ok if it'll be in C ?
|
|
| Back to top |
|
 |
Aviram Grandmaster Cheater
Reputation: 0
Joined: 30 Jun 2006 Posts: 633
|
Posted: Fri Oct 26, 2007 9:38 am Post subject: |
|
|
| but Im working with c++ =[
|
|
| Back to top |
|
 |
Robotex Master Cheater
Reputation: 0
Joined: 05 Sep 2006 Posts: 378 Location: The pizza country!
|
Posted: Fri Oct 26, 2007 10:50 am Post subject: |
|
|
use VirtualAllocEx+WriteProcessMemory+CreateRemoteThread
_________________
ASM/C++ Coder
Project Speranza lead developer |
|
| Back to top |
|
 |
DeletedUser14087 I post too much
Reputation: 2
Joined: 21 Jun 2006 Posts: 3069
|
Posted: Fri Oct 26, 2007 10:52 am Post subject: |
|
|
| Robotex wrote: | | use VirtualAllocEx+WriteProcessMemory+CreateRemoteThread |
best trainer making guide ever
|
|
| Back to top |
|
 |
Jani Grandmaster Cheater
Reputation: 2
Joined: 29 Dec 2006 Posts: 804
|
Posted: Fri Oct 26, 2007 11:10 am Post subject: |
|
|
| Kaspersky wrote: | | Robotex wrote: | | use VirtualAllocEx+WriteProcessMemory+CreateRemoteThread | best trainer making guide ever | You could try adding eg. | Code: | | http://www.google.com/search?q= | in front of it :p
|
|
| Back to top |
|
 |
DeletedUser14087 I post too much
Reputation: 2
Joined: 21 Jun 2006 Posts: 3069
|
Posted: Fri Oct 26, 2007 11:22 am Post subject: |
|
|
| Jani wrote: | | Kaspersky wrote: | | Robotex wrote: | | use VirtualAllocEx+WriteProcessMemory+CreateRemoteThread | best trainer making guide ever | You could try adding eg. | Code: | | http://www.google.com/search?q= | in front of it :p |
cheater
|
|
| Back to top |
|
 |
goebenienoob Advanced Cheater
Reputation: 0
Joined: 17 Aug 2007 Posts: 90
|
Posted: Fri Oct 26, 2007 11:31 am Post subject: |
|
|
| i know for what you need, to make a new injector, give credits to you and say hey yo rep me i made a new bypass for you and then you release it, right? ^^
|
|
| Back to top |
|
 |
nog_lorp Grandmaster Cheater
Reputation: 0
Joined: 26 Feb 2006 Posts: 743
|
Posted: Fri Oct 26, 2007 1:07 pm Post subject: |
|
|
| aviram1994 wrote: | | but Im working with c++ =[ |
C++ is a superset of C. Everything in C is contained by C++, so you can call C code C++ if you want to.
_________________
Mutilated lips give a kiss on the wrist of the worm-like tips of tentacles expanding in my mind
I'm fine accepting only fresh brine you can get another drop of this yeah you wish |
|
| Back to top |
|
 |
DeletedUser14087 I post too much
Reputation: 2
Joined: 21 Jun 2006 Posts: 3069
|
Posted: Fri Oct 26, 2007 1:18 pm Post subject: |
|
|
| nog_lorp wrote: | | aviram1994 wrote: | | but Im working with c++ =[ |
C++ is a superset of C. Everything in C is contained by C++, so you can call C code C++ if you want to. |
got that right !
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
|
| Back to top |
|
 |
assaf84 Expert Cheater
Reputation: 0
Joined: 03 Oct 2006 Posts: 238
|
|
| Back to top |
|
 |
|