Using programs like WPE/rPE you get the packets of the game but many times they are encrypteds... so how can decrypt them? what need to learn or to start to look for?.
Thx.
Using programs like WPE/rPE you get the packets of the game but many times they are encrypteds... so how can decrypt them? what need to learn or to start to look for?.
Thx.
disassamble the game
understand the code
search the crypt algorythm
write a program to decrypt the info.
Thx you it really helped, already disassembled it and more or less understand the code, only have to look for the algorythm, but before will read some more about reverse engineering, its kinda a confusing matter.
Thx you it really helped, already disassembled it and more or less understand the code, only have to look for the algorythm, but before will read some more about reverse engineering, its kinda a confusing matter.
PeiD has a plugin that detects several Encryption Methods and gives you the offsets of the code.
Thx you it really helped, already disassembled it and more or less understand the code, only have to look for the algorythm, but before will read some more about reverse engineering, its kinda a confusing matter.
BP the w32_recv, depending on the game, the needed call is in reach of that function.
PeiD has a plugin that detects several Encryption Methods and gives you the offsets of the code.
Yes but think that PeID only works with .exe right? And the one im trying to look into is a browser game, made in Javascript. Anyway will remember it, can be useful for others games.
Quote:
BP the w32_recv, depending on the game, the needed call is in reach of that function.
Yes but think that PeID only works with .exe right? And the one im trying to look into is a browser game, made in Javascript. Anyway will remember it, can be useful for others games.
Ty, gonna take an eye although its being tiring.
Sir, why the hell are you using WPE for a browsergame and trying to decrypt packets?
Sir, why the hell are you using WPE for a browsergame and trying to decrypt packets?
Boredom obviously... main reason to play a game. Seriously, there are browsergames more complex than what we probably think when mention it (a game like tetris etc.) and have curiosity for it, besides suppose that will be easier to do all this stuff in a browsergame than in the ones of download etc.
Boredom obviously... main reason to play a game. Seriously, there are browsergames more complex than what we probably think when mention it (a game like tetris etc.) and have curiosity for it, besides suppose that will be easier to do all this stuff in a browsergame than in the ones of download etc.
To use WPE on a Browsergame is more a hinderance than helpfull, you should atleast use something like HTTPLiveHeaders or Fiddler. A Browsergames Operates with GET/POST and in WPE it is a mess and won't record and send the whole packetlength.
Didnt know about Fiddler, will take an eye, but actually WPE used to work fine, you could sniff packets, send etc. and all worked (freeze joins, send ppl to another room, look for weapons without have to go barrel after barrel...) well and still can do it, but now only sniff the same packet every time (with just little differences, 5-6 symbols) and crypted.
Didnt know about Fiddler, will take an eye, but actually WPE used to work fine, you could sniff packets, send etc. and all worked (freeze joins, send ppl to another room, look for weapons without have to go barrel after barrel...) well and still can do it, but now only sniff the same packet every time (with just little differences, 5-6 symbols) and crypted.
You can make a filter then and replace the dynamic values, so it will ignore them and you can trigger it on any occasion you like.
Decrypt lineage packets 01/23/2010 - Lin2 Exploits, Hacks, Bots, Tools & Macros - 5 Replies Hi. i leave the lineage world, and i want to do a contrivution: how to decrypt lineage packets.
Sorry, but i put it in spanish, my first lenguage (i speak english too bad), if anyone want, he can tranlate to english.
Hola.
En primer lugar, me despido. Dejo el lineage 2 creo que para siempre. No he estado mucho en este foro, pero he aprendido mucho.
En segundo lugar publico el codigo de un sniffer que empece, pero nunca acabe
Esta escrito en c#, en concreto voy a publicar la parte...
Decrypt packets 11/28/2009 - Kal Online - 3 Replies Hi can any one give some hints how to decrypt incomming kall packets (int kal)?
Help with packets decrypt. 05/08/2008 - Lineage 2 - 0 Replies Hi.
I was trying to decrypt l2 login packets but i need help.
I tried decrypting with blowfish key ";5.]94-31==-%xT!^
BA 00 13 12 F9 B2 43 5B 3B BF BB 31 51 71 CF 25 71 12 FE 69 2C 2A 5F 62 5E 65 EC 6F 02 B5 D1 4D A7 A9 64 B0 ED CA 3D 88 17 67 16 D4 8D C9 A3 6A 7E 42 B5 0D F6 6E 3F F2 CC 91 B6 49 BF AB 0B 31 20 43 A2 68 94 32 9C 36 48 4A D7 30 B1 CE 4B D0 EF E9 03 2C 24 E1 E4 83 24 EC F1 0E C4 C2 AC 58 0D F5 75 27 45 74 44 33 2A 25 72 86 C7 8E 81 D7 56 6A D4 A6 05 0B 43 2C C2 E1 06 FB 5E 22...
Injection, crypt/decrypt and IP packets 03/13/2006 - Conquer Online 2 - 6 Replies Here are some interesting things I think. If any of you has answer, feel free to post, or PM me if you think this is not public discussion (no noob PM pls). Mod, move my topic if I'm not in the right forum ;)
1/ Is injection (through a dll and modifyed loader) in CO2 encrypted/decrypted packets possible ? About encryption and decryption of CO2 packets, I'd like to speak with unknowone, if possible.
2/ About decrypted packets : editing ./Socket.h, ./server.dat, ./ini/fuse.ini and all others...
decrypt packets for the 4th coming 07/08/2005 - General Coding - 3 Replies Hi, my question is, would the server of a game send decrypted packets ? Because I have a server for the game The 4th Coming,and I also play Conquer Online, and saw what packets can do. The 4th coming server works with a MDB (ms access) and thats where they store all their character information (eg exp,items, accs and so on) and what Im asking, can I send ap acket that would for example give me certain exp because the server does not calculate dmg,exp or anything, it just gives a certain ammount...