QuestionHow do i get the CLTClient Class?

Posts 1–9 of 9 · Page 1 of 1
How do i get the CLTClient Class?
I need SendToServer this function
But i don't know how to find
Can anyone help me? I will only use Cheat Engine / Ollydbg and nothing more
I don't know how to use IDA, I am troubled

I think there is SendToServer in CLTClient Class. How can I find CLTClient Class?
Thank you everyone

- - - Updated - - -

I also have CLTClient Shell
But I don't know how to use it, my final purpose is CLTClient
Can anyone help me? Thank you very much
isn't SendToServer fn searchable? as far sa i know, you can just search the "SendToServer" string in dumped cf.exe and you'll find it easy.
after finding s2s fn address, put a debugger in it's address like "Find out what accesses this address" and you might find the class.
Quote Originally Posted by akbargain View Post
isn't SendToServer fn searchable? as far sa i know, you can just search the "SendToServer" string in dumped cf.exe and you'll find it easy.
after finding s2s fn address, put a debugger in it's address like "Find out what accesses this address" and you might find the class.
I try to search for CTLClient::SendToServer
But it's just a string, how do I get to the function?
I will not use IDA
Quote Originally Posted by Ajro223 View Post
I try to search for CTLClient::SendToServer
But it's just a string, how do I get to the function?
I will not use IDA
The string is the key. After you get the reference from the string, just follow it till you get to this addr.



..
Then go up til you see this [SUBROUTINE]



..
Or press F5 to decompile and get the fn address.


You can use any disassembler. just follow the string.
seriously tho, ida is a wonderful disassembler give it a chance.
Quote Originally Posted by akbargain View Post
The string is the key. After you get the reference from the string, just follow it till you get to this addr.



..
Then go up til you see this [SUBROUTINE]



..
Or press F5 to decompile and get the fn address.


You can use any disassembler. just follow the string.
seriously tho, ida is a wonderful disassembler give it a chance.
I can find here smoothly, thank you for your help
But only this is found, I can't breakpoint on the call, because he can't respond
As I said, I don't use or even understand IDA, I only know CE and OllyDbg
How should I do?


- - - Updated - - -

Quote Originally Posted by akbargain View Post
The string is the key. After you get the reference from the string, just follow it till you get to this addr.



..
Then go up til you see this [SUBROUTINE]



..
Or press F5 to decompile and get the fn address.


You can use any disassembler. just follow the string.
seriously tho, ida is a wonderful disassembler give it a chance.
I can find here smoothly, thank you for your help
But only this is found, I can't breakpoint on the call, because he can't respond
As I said, I don't use or even understand IDA, I only know CE and OllyDbg
How should I do?


- - - Updated - - -

Quote Originally Posted by akbargain View Post
The string is the key. After you get the reference from the string, just follow it till you get to this addr.



..
Then go up til you see this [SUBROUTINE]



..
Or press F5 to decompile and get the fn address.


You can use any disassembler. just follow the string.
seriously tho, ida is a wonderful disassembler give it a chance.
I dumped crossfire.exe and got here using IDA
Am i doing it right?
see? you're halfway there. you can do it.
next, set CE debugger to VEH Debbuger so you wont crash.
get the s2s function address, put it in CE and place a debugger in there using CE. Have fun!
Quote Originally Posted by akbargain View Post
see? you're halfway there. you can do it.
next, set CE debugger to VEH Debbuger so you wont crash.
get the s2s function address, put it in CE and place a debugger in there using CE. Have fun!
Thank you, so this function (BYTE*,a2,a3) is SendToServer?
I can try to call it, if here is the correct function
Quote Originally Posted by akbargain View Post
see? you're halfway there. you can do it.
next, set CE debugger to VEH Debbuger so you wont crash.
get the s2s function address, put it in CE and place a debugger in there using CE. Have fun!
Friends, I see, here is sendToServer
I need ILTMessage_Read structure, how can I get it?
Thank you very much, friend
Posts 1–9 of 9 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?