ClientShell is not a string it's a pointer that points to a class.
And how can i find it with olly? (=
search for "HP" then you'll see a loop:
mov eax,ds: [ecx+esi+6] or something like that.
search for the pointer that is registered in ecx register.
should be some lines above.
I found 0xAAF4C0 ,is this the right one?
Originally Posted by pceumel
I found 0xAAF4C0 ,is this the right one?
not below i said above
it's even more above than "HP"
If you know asm you should know that asm must be read from the bottom to the top like chinese from right to left.
Hi,
i dont know where i must search (can´t find any loop there):
Is the pointer into this block?I think this is the function ,or isn´t it?
Look up and you'll see what I mean.
I told you above (UP) but you constantly look down. if you don't know where is up and where is down then I can't help you.
btw you found at least where approximately it can be.
Is it in the part above, or is it higher?
I hope its this one: 0x350B04
this is ltclient not ltclientshell
but add 0xC to this and it's the clientshell