Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > General Coding > Coding Tutorials
You last visited: Today at 20:21

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Tutorial] Basic Packet Hacking

Discussion on [Tutorial] Basic Packet Hacking within the Coding Tutorials forum part of the General Coding category.

Reply
 
Old 03/26/2009, 08:14   #16


 
Cholik's Avatar
 
elite*gold: 4
Join Date: Aug 2008
Posts: 6,786
Received Thanks: 4,992
Quote:
Originally Posted by Disconnect View Post
Hosts-datei in Windows zum weiterleiten und lokaler Proxy nehme ich mal an.

Normal
Code:
Client <----------> Server
Mit Lokalem Proxy
Code:
Client <-----> Proxy <-----> Server
Hat halt den Vorteil, dass man keine Dll oder so injecten muss und dadurch nichts bypassen muss.
Das ganze ist mit ner Proxy DLL bzw mit dem IAT Hooking noch einfacher und schöner als mit der "Middleware" :P

PS: ftw
Cholik is offline  
Thanks
1 User
Old 03/26/2009, 08:45   #17
 
BlackFog's Avatar
 
elite*gold: 105
Join Date: Mar 2007
Posts: 5,073
Received Thanks: 558
al_j , Eigenwerbung ftw ;D

Btw. Ein Tutorial über Pointer reversen währe ganz nett. Ich kann's zwar im Ansatz , aber richtig sicher bin ich mir bei weitem noch nicht ;D. Und ich denke auch, dass das viele aus dem Board interessieren würde
BlackFog is offline  
Old 03/26/2009, 11:48   #18

 
Adroxxx's Avatar
 
elite*gold: 15
Join Date: Nov 2005
Posts: 13,021
Received Thanks: 5,323
Quote:
Originally Posted by al_j View Post
Das ganze ist mit ner Proxy DLL bzw mit dem IAT Hooking noch einfacher und schöner als mit der "Middleware" :P

PS: ftw
nice tutorial hab ich irgendwie übersehen ^_^

Quote:
Originally Posted by BlackFog View Post
al_j , Eigenwerbung ftw ;D

Btw. Ein Tutorial über Pointer reversen währe ganz nett. Ich kann's zwar im Ansatz , aber richtig sicher bin ich mir bei weitem noch nicht ;D. Und ich denke auch, dass das viele aus dem Board interessieren würde
hm, ja ich werd mal so ein etwas größeres tut machen von Werte in CE suchen, über Pointer finden, bis zu hack schreiben in c++. Mal schauen wann ich es schaffe das zu machen =)
Adroxxx is offline  
Thanks
1 User
Old 03/26/2009, 16:57   #19
 
Atheuz's Avatar
 
elite*gold: 81
Join Date: Jul 2005
Posts: 1,921
Received Thanks: 2,239
Quote:
Originally Posted by al_j View Post
Das ganze ist mit ner Proxy DLL bzw mit dem IAT Hooking noch einfacher und schöner als mit der "Middleware" :P

PS: ftw
Ein IAT Hook bei der Winsocket Komponente? _Middleware_ war wohl leider ein sehr genereller Begriff. Aber ja, es funktioniert zwar aber am Ende ist man damit beschäftigt die Geschwindigkeit zu optimieren weswegen man eventuell auch noch die Programmiersprache wechseln muss. Hat aber den Vorteil das man nicht in der Ebene der Zielanwendung rumfummelt. Den Satz sage ich aber auch nur, weil ich selber zu unfähig bin ein hook für ein Spiel zu erstellen. Ansonsten würde ich natürlich den Speicher vergewaltigen wie es nur gehen würde.
Atheuz is offline  
Old 04/05/2009, 11:21   #20
 
IKillBabies's Avatar
 
elite*gold: 0
Join Date: Sep 2008
Posts: 184
Received Thanks: 28
I wish I could read German !
IKillBabies is offline  
Old 04/05/2009, 18:05   #21
 
elite*gold: 0
Join Date: Aug 2008
Posts: 32
Received Thanks: 3
wie siehts aus mit packet decrypting ? ist sehr selten das es son schönes packet gibt wie bei dem spiel was du hier gepostet hast. Kommt da was ?

edit:
Quote:
Originally Posted by Adroxxx View Post
..Wie man die Verschlüsselung aushebelt werde ich im nächsten Tutorial mal näher beschreiben. Unpacking gibts genügend Tutorials zu. Je nachdem welcher Packer verwendet wurde.
grad erst gelesen ^.-
schurke90 is offline  
Old 04/05/2009, 18:18   #22

 
Adroxxx's Avatar
 
elite*gold: 15
Join Date: Nov 2005
Posts: 13,021
Received Thanks: 5,323
Gibt ja schon 2 Tutorials dazu.
Adroxxx is offline  
Old 04/06/2009, 11:40   #23
 
123Pac321's Avatar
 
elite*gold: 170
Join Date: Mar 2008
Posts: 9,416
Received Thanks: 1,554
guter guide
123Pac321 is offline  
Old 04/08/2009, 07:30   #24
 
elite*gold: 0
Join Date: Feb 2009
Posts: 4
Received Thanks: 0
would be nicer in english
codrin is offline  
Old 04/08/2009, 12:57   #25

 
Adroxxx's Avatar
 
elite*gold: 15
Join Date: Nov 2005
Posts: 13,021
Received Thanks: 5,323
Quote:
Originally Posted by codrin View Post
would be nicer in english
There are enought Tutorials in english. So use google and fine some. And stop spamming this thread with "would be nicer in english". I make my tutorials in german and i will not translate it into english.
Adroxxx is offline  
Thanks
1 User
Old 04/08/2009, 13:01   #26
 
DamageBreaker's Avatar
 
elite*gold: 0
Join Date: Nov 2008
Posts: 358
Received Thanks: 43
Quote:
Originally Posted by codrin View Post
would be nicer in english
on g***hacking.com there are very many tutorials about hacking only in english look there
DamageBreaker is offline  
Old 04/09/2009, 18:10   #27
 
elite*gold: 0
Join Date: Oct 2007
Posts: 40
Received Thanks: 6
Most of the packet editing tutorials out there are useless because basicly none of them practicly explains how to get past the encryption problem. Most games nowadays have encrypted their packets in one way or another.
nightflier is offline  
Old 04/09/2009, 18:17   #28

 
Adroxxx's Avatar
 
elite*gold: 15
Join Date: Nov 2005
Posts: 13,021
Received Thanks: 5,323
Quote:
Originally Posted by nightflier View Post
Most of the packet editing tutorials out there are useless because basicly none of them practicly explains how to get past the encryption problem. Most games nowadays have encrypted their packets in one way or another.
The problem is, most of the people, think they read one tutorial and can crack all packets in all games. you need a lot of background knowledge.

Here is a tutorial in english:

It show's you a way to break the packet encryption.
Adroxxx is offline  
Old 04/09/2009, 18:32   #29
 
elite*gold: 0
Join Date: Oct 2007
Posts: 40
Received Thanks: 6
Quote:
Originally Posted by Adroxxx View Post
The problem is, most of the people, think they read one tutorial and can crack all packets in all games. you need a lot of background knowledge.

Here is a tutorial in english:

It show's you a way to break the packet encryption.
Thank you for the link. Nonetheless, I do already know how to bypass encryption. Just trying to say, that people should not get their hopes up about packet editing using just packet editing tutorials such as this one, since most games encrypt their packets.
nightflier is offline  
Old 04/23/2009, 14:35   #30

 
Adroxxx's Avatar
 
elite*gold: 15
Join Date: Nov 2005
Posts: 13,021
Received Thanks: 5,323
Thats beacause i named this tutorial basic packet hacking. It should show people only how to use wpe and what you can do with packets.furthermore i said that the most games are encrypted.
Adroxxx is offline  
Reply


Similar Threads Similar Threads
Basic hacking Dota Heroes
08/24/2012 - Dota - 3 Replies
Source: http://gigadown.net We’re gonna learn to utilize Hex Editor and Group Search for hacking WarCraft 3 DotA. Though this tutorial series are for beginners audience, I assume that you already familiar with basic data-type searching and sub-search. I also recommend you to use MHS Help File as reference along with tutorial, especially in Hex Editor and Group Search chapters. Before we start, allow me to emphasize that studying values around your found addresses is very very...
Question regarding -> [Tutorial] Basic Packet Hacking
02/11/2010 - General Coding - 2 Replies
guys sorry to be speaking english here, i can read the german and understand it. I am from belgium afterall. But i am going to spare you the torture of my german, so i hope you dont mind. The tutorial explained a lot for me. Pretty much understand most of it a lot better now. Though each game will be have different packets right? I mean the build up can be different, i can figure out what is what(most part) but compared to the tutorial i got a lot of 00 and code which i cant place. ...
Speed Hacking with Visual Basic?
07/31/2009 - .NET Languages - 1 Replies
Is it possible to speed hack with visual basic 6? And if so... Can someone point me in the right direction with some code Thanks!



All times are GMT +2. The time now is 20:21.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.