i want help for server.dat & conquer.exe

01/05/2011 09:42 ahmed104#1
How make conquer.exe 5300+ loaded decrypted server.dat by using ollydbg

Who help me i'll click thanks ;)
01/05/2011 09:49 Lateralus#2
RSA - Wikipedia, the free encyclopedia

The key and decryption should be around where "server.dat" is pushed on the stack.
01/05/2011 10:09 ahmed104#3
i know the server.dat crypt OpenSSL and i have decrypted for it programming by high6
01/05/2011 10:18 Lateralus#4
Quote:
Originally Posted by ahmed104 View Post
i know the server.dat crypt OpenSSL and i have decrypted for it programming by high6
If you have the server.dat decrypted already, you just need to remove the decryption in the client, which could be in a call or not, sometime after the file is loaded.
01/05/2011 10:28 ahmed104#5
i want only how make conquer.exe 5300+ the same conquer.exe >> CidProxy
01/08/2011 09:52 ahmed104#6
no body can help me
01/08/2011 10:27 Lateralus#7
Quote:
Originally Posted by ahmed104 View Post
no body can help me
I tried, but I don't understand you.
01/08/2011 22:17 _DreadNought_#8
There encrypted server.dat got decrypted? oo

Also if it did then why not just re-encrypt it again?
01/10/2011 07:49 ahmed104#9
Quote:
Originally Posted by _DreadNought_ View Post
There encrypted server.dat got decrypted? oo

Also if it did then why not just re-encrypt it again?
it cant encrypted again

i want conquer.exe read decrypted >>> server.dat
01/10/2011 14:45 Ian*#10
he has a decrypted server.dat he wants conquer to read it in plain text.

to do that he needs to skip the decryption function and just load it straight into memory.

g'luck explaining that to him.
01/11/2011 08:07 ahmed104#11
Quote:
Originally Posted by Ian* View Post
he has a decrypted server.dat he wants conquer to read it in plain text.

to do that he needs to skip the decryption function and just load it straight into memory.

g'luck explaining that to him.
can u guide me how make that?
01/11/2011 13:58 Lateralus#12
Quote:
Originally Posted by ahmed104 View Post
can u guide me how make that?
Like I said before - try loading the client in a debugger, find where the file name is pushed on the stack, find the decryption routine (should be in a call sometime after the file is loaded), and nop the call to it. At least that's what I'd try first...
01/13/2011 08:34 ahmed104#13
i dont understand im beginner i want guide me + picture how i use ollydbg & plugin ultra reference string to make conquer.exe 5300+ read decrypted server.dat?
01/13/2011 13:53 pro4never#14
Short answer.... No.

This has not been released publicly and it seems unlikely it will be... For now I'd suggest just being happy using conquerloader (works perfectly fine to connect to any ip you want)