| View previous topic :: View next topic |
| Author |
Message |
redhot4321 Newbie cheater
Reputation: 0
Joined: 23 Aug 2007 Posts: 17 Location: on teh chair
|
Posted: Sat Dec 22, 2007 1:07 am Post subject: [Question] How Do You Make a .DLL? |
|
|
Hello people, I've noticed hackers are starting to use ".dll's" and "injectors".
I Would like to make my own DLL, since I know basic C# and C++, but is there any special tool anyone uses to make these?
e.g Delphi, any kind of tut, DEV C++, a tut is best...
Ever since my absence, people started using new ways, and the search engine isn't cutting it for me=( halp.
_________________
|
|
| Back to top |
|
 |
HolyBlah Master Cheater
Reputation: 2
Joined: 24 Aug 2007 Posts: 446
|
Posted: Sat Dec 22, 2007 6:58 am Post subject: |
|
|
| Look here
|
|
| Back to top |
|
 |
Pseudo Xero I post too much
Reputation: 0
Joined: 16 Feb 2007 Posts: 2607
|
Posted: Sat Dec 22, 2007 8:03 am Post subject: Re: [Question] How Do You Make a .DLL? |
|
|
| redhot4321 wrote: | Hello people, I've noticed hackers are starting to use ".dll's" and "injectors".
I Would like to make my own DLL, since I know basic C# and C++, but is there any special tool anyone uses to make these?
e.g Delphi, any kind of tut, DEV C++, a tut is best...
Ever since my absence, people started using new ways, and the search engine isn't cutting it for me=( halp. |
.DLLs and Injectors are far from new.
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Sat Dec 22, 2007 9:33 am Post subject: Re: [Question] How Do You Make a .DLL? |
|
|
| redhot4321 wrote: | | Hello people, I've noticed hackers are starting to use ".dll's" and "injectors". |
Heh, they aren't new, and "hackers" aren't just starting to use them. They have been used for years. Some of the newer "hackers" on these forums are just now getting into them it seems.. but overall, not new.
| redhot4321 wrote: | | I Would like to make my own DLL, since I know basic C# and C++, but is there any special tool anyone uses to make these? |
Nope, nothing special to make them. Just use your regular compiler. I highly suggest you get something other then Dev-C++ as their compiler blows and you will probably do nothing but fix errors all day with code that it should but doesn't compile. Instead, you can get the express edition of VS2005/2008 from Microsoft for free. (Mind you, you have to download the PSDK before you can compile anything. There is a link to the PSDK on the download page for the express editions.)
As for tutorials, just google "c++ dll tutorials" or something on that line and you should find some examples of what you are looking for. There are a good amount of tutorials and articles over at www.codeproject.com as well that should help you some.
_________________
- Retired. |
|
| Back to top |
|
 |
NehpetsDoom Expert Cheater
Reputation: 0
Joined: 21 Jun 2007 Posts: 218
|
Posted: Sun Dec 23, 2007 4:17 am Post subject: |
|
|
^that did not help at all
_________________
|
|
| Back to top |
|
 |
samuri25404 Grandmaster Cheater
Reputation: 7
Joined: 04 May 2007 Posts: 955 Location: Why do you care?
|
Posted: Sun Dec 23, 2007 11:58 am Post subject: |
|
|
| nehpetsdoom wrote: | | ^that did not help at all |
Lol?
1) Did you actually read it?
| Wicaan wrote: |
Nope, nothing special to make them. Just use your regular compiler. I highly suggest you get something other then Dev-C++ as their compiler blows and you will probably do nothing but fix errors all day with code that it should but doesn't compile. Instead, you can get the express edition of VS2005/2008 from Microsoft for free. (Mind you, you have to download the PSDK before you can compile anything. There is a link to the PSDK on the download page for the express editions.)
Instead, you can get the express edition of VS2005/2008 from Microsoft for free. (Mind you, you have to download the PSDK before you can compile anything. There is a link to the PSDK on the download page for the express editions.)
|
The only thing that I would even consider remotely not helpful is telling the OP to get a new compiler, but that's still good advice, because Dev-Cpp does suck.
_________________
|
|
| Back to top |
|
 |
kittonkicker I post too much
Reputation: 1
Joined: 19 Apr 2006 Posts: 2171
|
Posted: Sun Dec 23, 2007 10:12 pm Post subject: |
|
|
Dev-CPP FTL!!
_________________
All gone  |
|
| Back to top |
|
 |
|