Example : for send function ( i have already find) the packet is "c_skill" but I don't find a recieve packet without any argument for search the ASM code in ODBG.
I've try with the packet "xchk". Here is the result :
Code:
DWORD _i32_RecvPacketFunc = 0x005265A8;
__asm
{
MOV EAX, DWORD PTR DS : [0x67F1DC]
MOV EAX, DWORD PTR DS : [EAX]
MOV EAX, [EAX + 0x34]
MOV EDX, _i8_packet
CALL _i32_RecvPacketFunc
}
Thanks in advance







