I have manged to hook, wsasend()/wsarecv()... But why is the sent data different to the data I logg with a packeteditor?
How I mange it to send a packet?
--------------
Ich habe es geschafft die wsasend()/wsarecv Funktionen zu hooken. Aber warum sind die Daten die ich dort abfange anders, als die die ich mit wpe pro sniffe?
wpe hookt auch nur send/recv bzw wsasend/wsarecv. Wenn du da etwas anderes raus hast, musst du was falsch gemacht haben
Kann natürlich auch dadran liegen, dass die Verschlüsselung, falls vorhanden, dynamisch ist
Also die Daten die ich gesnifft habe sind unverschlüsselt und statisch... Habe nun den lpBuffer in lpBuffer->buf und lpBuffer->len aufgeteilt nun habe ich auchd ie richtigen Daten, nur das hängt bei buf noch mehr hinten drann?? Also über die length von der angegebenen lpBuffer->len hinweg?
WSAENOTSOCK
10038
Socket operation on nonsocket.
An operation was attempted on something that is not a socket. Either the socket handle parameter did not reference a valid socket, or for select, a member of an fd_set was not valid.
Oder sollte ich den Game connect sicherheitshalber auch hooken?
c# sending packet 11/22/2011 - .NET Languages - 0 Replies i enter an online flash game from my app webbrowser tho i cant find out how to send packets trougth it :S.
i managed to send packets trought WPE PRO tho i want to code it into my proggy.
i dont think i need to hook my own app am i?
Need help sending a packet ! 02/28/2010 - Kal Online - 1 Replies i've got a Question and i hope some1 can help me
there is an item at a NPC that u can buy 1 only each time .. and i need to buy 1000000 of it
so i need to send the packet to buy this item 1000000 times
when i try to sniff the packet to buy this item i got :
Packet type : 0x18
format : m
arguments : (unknown character)
so ... how can i send that (unknown character) as an argument ??
in the code that (unknown character) is displayed from "(DWORD)va_arg(args,DWORD)"
when i tried to save...
sending packet at WPe 07/18/2008 - Dekaron - 10 Replies after sending some packet at WPE my connection to 2moons always got disconnect the moment I send the packet
can someone help me regargding this
packet sending 03/31/2008 - RF Online - 4 Replies now i know how to bypass rf online and now i can run WPE PRO w/o getting detected by fireguard.any1 can help me w/ this packet sniffing?coz i get confused on what packet to capture and send to the server.thanks
sending a packet 11/26/2007 - Conquer Online 2 - 3 Replies I've captured a packet that I'd like to re-send to do a specific function, but I don't know how to do that. I know it involves 4 encryption keys and a packet id number. My best guess is to send the packet to a proxy that hopefully will forward it to the server properly. Anyone want to offer some tips on what to use?