Hi epvp, I need help for search a recieve packet for find the ASM code of the recieve packet function in my tool, I just need a packet without any argument.
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 :
I get no errors, but it doesn't work.
Thanks in advance :D
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 :D