 |
Cheat Engine The Official Site of Cheat Engine
|
| View previous topic :: View next topic |
| Author |
Message |
tkx Newbie cheater
Reputation: 0
Joined: 28 Jul 2010 Posts: 14
|
Posted: Thu Jul 14, 2011 1:43 am Post subject: Help with packet hooks |
|
|
I want to find the packet send/recv hook addresses so I can make a packet editor/spammer for my game, but I'm not sure where to start. The experience I've had for packets is writing a C++ trainer and send a few packets via send/recv hooks, but only with someone else's discovery of the send/recv hook addresses.
Does anyone know any tips or links to guides on how to start looking?
Also, looking around on Google, I see a certain language being used a lot when dealing with packets/socket stuff. I think its name is Delphi (?). Is this a good language to pick up? What kinds of things is Delphi good for?
Thanks in advance.
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8588 Location: 127.0.0.1
|
Posted: Thu Jul 14, 2011 7:58 am Post subject: Re: Help with packet hooks |
|
|
| tkx wrote: | I want to find the packet send/recv hook addresses so I can make a packet editor/spammer for my game, but I'm not sure where to start. The experience I've had for packets is writing a C++ trainer and send a few packets via send/recv hooks, but only with someone else's discovery of the send/recv hook addresses.
Does anyone know any tips or links to guides on how to start looking? |
Use a debugger and find send / recv calls inside the process. Then from there backtrace the calls that use them to locate the original function you want to hook onto; whether it be the actual games function to send packets, or to hook somewhere earlier such as the encryption and decryption functions so you can manipulate the packets.
| tkx wrote: | Also, looking around on Google, I see a certain language being used a lot when dealing with packets/socket stuff. I think its name is Delphi (?). Is this a good language to pick up? What kinds of things is Delphi good for?
Thanks in advance. |
For starters, Cheat Engine is written in Delphi. (With some bits of C and such.) Everyone has their opinion and preference for which language to write in so it's entirely up to you if you want to learn it. C/C++ is more than enough to do what you want though if you already know them.
_________________
- Retired. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
|