| View previous topic :: View next topic |
| Author |
Message |
that16uy Cheater
Reputation: 0
Joined: 06 Feb 2007 Posts: 32
|
Posted: Tue Oct 23, 2007 2:43 pm Post subject: .dll help |
|
|
| Ok so say u have a .dll but it gets patched how would u change it so it will work again? wut programs would u use? thanks for any help |
|
| Back to top |
|
 |
Hackerdevelopment Advanced Cheater
Reputation: 0
Joined: 11 Oct 2007 Posts: 55
|
Posted: Tue Oct 23, 2007 2:45 pm Post subject: |
|
|
| You can make dll's using c++. |
|
| Back to top |
|
 |
that16uy Cheater
Reputation: 0
Joined: 06 Feb 2007 Posts: 32
|
Posted: Tue Oct 23, 2007 2:49 pm Post subject: |
|
|
| i dont mean to make it i want to like read wut the dll does and if anything say wut address' it uses |
|
| Back to top |
|
 |
oib111 I post too much
Reputation: 0
Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
|
Posted: Tue Oct 23, 2007 3:12 pm Post subject: |
|
|
addresses change, lol. _________________
| 8D wrote: |
cigs dont make people high, which weed does, which causes them to do bad stuff. like killing |
|
|
| Back to top |
|
 |
Hackerdevelopment Advanced Cheater
Reputation: 0
Joined: 11 Oct 2007 Posts: 55
|
Posted: Tue Oct 23, 2007 3:17 pm Post subject: |
|
|
| Yea i guess.lol |
|
| Back to top |
|
 |
Noz3001 I'm a spammer
Reputation: 26
Joined: 29 May 2006 Posts: 6220 Location: /dev/null
|
Posted: Tue Oct 23, 2007 3:25 pm Post subject: |
|
|
| Hackerdevelopment wrote: | | You can make dll's using c++. |
You can make DLL's with notepad by saving the file as whatever.dll too! =)
@ OP: You can't unless you have the source (Unless its in ASM then just olly it) |
|
| Back to top |
|
 |
Hackerdevelopment Advanced Cheater
Reputation: 0
Joined: 11 Oct 2007 Posts: 55
|
Posted: Tue Oct 23, 2007 3:34 pm Post subject: |
|
|
| O ok. |
|
| Back to top |
|
 |
nox Expert Cheater
Reputation: 0
Joined: 09 Apr 2007 Posts: 227 Location: brooklyn
|
Posted: Tue Oct 23, 2007 3:43 pm Post subject: |
|
|
| pretty much any language can be used in dll |
|
| Back to top |
|
 |
sponge I'm a spammer
Reputation: 1
Joined: 07 Nov 2006 Posts: 6009
|
Posted: Tue Oct 23, 2007 4:59 pm Post subject: |
|
|
First learn what a DLL is. It seems you think a DLL is an all cure, a miracle, the philosophers stone... DLLs serve different functions and its not only for bypassing/hacking.  _________________
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Tue Oct 23, 2007 5:10 pm Post subject: |
|
|
And since no one really said it:
DLL stands for Dynamic Link Library. By Dynamic, it means its loaded into memory at random, and not a static location. Each file is compiled with a base address for the suggested loading point, but if that loading point is already in used, it is allocated, at random, else where. _________________
- Retired. |
|
| Back to top |
|
 |
|