Hello KalComy,
I hope you people can help me,
i am currently checking and learning RCE
i debugging atm a bit the KalEngine
and found out where the Recv,Sending function is
and i checked old INT source so i saw the SearchPattern Func doesnt changed at all same like the asm part...
but what i ask me at all is ... how you guys came on this values?...
i marked the offsets red which i mean,
hope you can help me, to understand it ( and to learn more about RCE )
thanks
.biocloc.
I hope you people can help me,
i am currently checking and learning RCE
i debugging atm a bit the KalEngine
and found out where the Recv,Sending function is
PHP Code:
push ebp
mov ebp, esp
sub esp, 18
but what i ask me at all is ... how you guys came on this values?...
Code:
DWORD SendPacketMain_ = SearchPattern("55 8B EC 83 EC 18 83 3D x x x x 00 74 07 33 C0 E9 x x x x 8A 45 08",[COLOR="Red"]0x00400000,0x007FFFFF[/COLOR]);
DWORD SendPacketMain = SearchPattern("55 8B EC 83 EC 18 83 3D x x x x 00 74 07 33 C0 E9 x x x x 8A 45 08",[COLOR="red"]SendPacketMain_+1,0x007FFFFF[/COLOR]);
DWORD SendPacketBack = SendPacketMain + [COLOR="red"]0x06[/COLOR];
hope you can help me, to understand it ( and to learn more about RCE )
thanks
.biocloc.